diff options
author | OBATA Akio <[email protected]> | 2020-08-02 16:25:10 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-02-02 01:46:39 +0100 |
commit | 53ff73cc35d415708fd6b5dbb0fd747d244e759d (patch) | |
tree | d2dab198c64873aa129b7b9c7d711540a986acef /plugins/src/inputmethods/imsw-multi | |
parent | 20597c412f924c698b1b0232a5787934ad42dc87 (diff) | |
download | qt3-53ff73cc35d415708fd6b5dbb0fd747d244e759d.tar.gz qt3-53ff73cc35d415708fd6b5dbb0fd747d244e759d.zip |
Remove debug config for inputmethod plugins
No reason to force to debug build.
Signed-off-by: OBATA Akio <[email protected]>
Diffstat (limited to 'plugins/src/inputmethods/imsw-multi')
-rw-r--r-- | plugins/src/inputmethods/imsw-multi/imsw-multi.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/src/inputmethods/imsw-multi/imsw-multi.pro b/plugins/src/inputmethods/imsw-multi/imsw-multi.pro index a333916..c087188 100644 --- a/plugins/src/inputmethods/imsw-multi/imsw-multi.pro +++ b/plugins/src/inputmethods/imsw-multi/imsw-multi.pro @@ -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 |