From ecbbc92b782d07377d8b8130eb2dfc31f376578d Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sun, 2 Aug 2020 16:25:10 +0900 Subject: Remove debug config for inputmethod plugins No reason to force to debug build. Signed-off-by: OBATA Akio --- plugins/src/inputmethods/xim/xim.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/src/inputmethods/xim') diff --git a/plugins/src/inputmethods/xim/xim.pro b/plugins/src/inputmethods/xim/xim.pro index ae83967fb..80058a993 100644 --- a/plugins/src/inputmethods/xim/xim.pro +++ b/plugins/src/inputmethods/xim/xim.pro @@ -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 -- cgit v1.2.1