Remove debug config for inputmethod plugins

No reason to force to debug build.

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/38/head
OBATA Akio 4 years ago committed by Michele Calgaro
parent 141af55cca
commit ecbbc92b78
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -3,7 +3,7 @@ TARGET = qimsw-multi
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
CONFIG += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target

@ -3,7 +3,7 @@ TARGET = qimsw-none
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
CONFIG += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target

@ -3,7 +3,7 @@ TARGET = qsimple
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
CONFIG += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target

@ -3,7 +3,7 @@ TARGET = qxim
DESTDIR = ../../../inputmethods
INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
CONFIG += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
DEFINES += TQT_NO_XINERAMA

Loading…
Cancel
Save