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.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/hunspell/hunspell.pro b/src/plugins/hunspell/hunspell.pro
deleted file mode 100644
index a34a56e7..00000000
--- a/src/plugins/hunspell/hunspell.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE = subdirs
-
-QT_FOR_CONFIG += virtualkeyboard-private
-
-SUBDIRS += \
- hunspellinputmethod \
- plugin
-
-qtConfig(3rdparty-hunspell) {
- SUBDIRS += 3rdparty/hunspell
- hunspellinputmethod.depends += 3rdparty/hunspell
-}
-
-plugin.depends += hunspellinputmethod