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/simple/simple.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/src/inputmethods/simple') diff --git a/plugins/src/inputmethods/simple/simple.pro b/plugins/src/inputmethods/simple/simple.pro index f60489e24..023ec79fe 100644 --- a/plugins/src/inputmethods/simple/simple.pro +++ b/plugins/src/inputmethods/simple/simple.pro @@ -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 -- cgit v1.2.1