aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hunspell/hunspell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hunspell/hunspell.pro')
-rw-r--r--src/plugins/hunspell/hunspell.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/hunspell/hunspell.pro b/src/plugins/hunspell/hunspell.pro
index fbe25a0a..a34a56e7 100644
--- a/src/plugins/hunspell/hunspell.pro
+++ b/src/plugins/hunspell/hunspell.pro
@@ -1,11 +1,12 @@
TEMPLATE = subdirs
-include(../../config.pri)
+QT_FOR_CONFIG += virtualkeyboard-private
SUBDIRS += \
hunspellinputmethod \
plugin
-hunspell-library {
+
+qtConfig(3rdparty-hunspell) {
SUBDIRS += 3rdparty/hunspell
hunspellinputmethod.depends += 3rdparty/hunspell
}