Remove debug config for inputmethod plugins

No reason to force to debug build.

Signed-off-by: OBATA Akio <obache@wizdas.com>
master
OBATA Akio 4 years ago committed by Slávek Banko
parent 20597c412f
commit 53ff73cc35
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 += QT_NO_XINERAMA

Loading…
Cancel
Save