Remove debug config for inputmethod plugins

No reason to force to debug build.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit ecbbc92b78)
r14.0.x
OBATA Akio 4 years ago committed by Michele Calgaro
parent 72977948b9
commit 4ee1f9d46e
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 += QT_NO_XINERAMA

Loading…
Cancel
Save