summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index e81b193..eb22a14 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,4 +1,7 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += script
-qtHaveModule(widgets): SUBDIRS += scripttools
+qtHaveModule(widgets): {
+ QT_FOR_CONFIG += widgets
+ qtConfig(textedit): SUBDIRS += scripttools
+}