diff options
| author | OBATA Akio <obache@wizdas.com> | 2020-08-02 16:25:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-03 15:11:40 +0900 |
| commit | 4ee1f9d46e5ba77bc6da98ddb9cc2eae1933a501 (patch) | |
| tree | df199753af72645ea39d39dba81a4d171e4eca4b /plugins/src/inputmethods/simple | |
| parent | 72977948b9a307f99c8b8290ec5b27ee57faef83 (diff) | |
| download | tqt-4ee1f9d46e5ba77bc6da98ddb9cc2eae1933a501.tar.gz tqt-4ee1f9d46e5ba77bc6da98ddb9cc2eae1933a501.zip | |
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 ecbbc92b782d07377d8b8130eb2dfc31f376578d)
Diffstat (limited to 'plugins/src/inputmethods/simple')
| -rw-r--r-- | plugins/src/inputmethods/simple/simple.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
