summaryrefslogtreecommitdiffstats
path: root/tools/activeqt/activeqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/activeqt/activeqt.pro')
-rw-r--r--tools/activeqt/activeqt.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/tools/activeqt/activeqt.pro b/tools/activeqt/activeqt.pro
index a0e7de3599..c50010c84b 100644
--- a/tools/activeqt/activeqt.pro
+++ b/tools/activeqt/activeqt.pro
@@ -2,10 +2,7 @@ TEMPLATE = subdirs
CONFIG += ordered
-contains(QT_EDITION, OpenSource|Console) {
- message("You are not licensed to use ActiveQt.")
-} else {
- SUBDIRS = dumpdoc \
- dumpcpp \
- testcon
-}
+SUBDIRS = dumpdoc \
+ dumpcpp \
+ testcon
+