diff options
Diffstat (limited to 'tools/activeqt/activeqt.pro')
-rw-r--r-- | tools/activeqt/activeqt.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/activeqt/activeqt.pro b/tools/activeqt/activeqt.pro new file mode 100644 index 0000000..a0e7de3 --- /dev/null +++ b/tools/activeqt/activeqt.pro @@ -0,0 +1,11 @@ +TEMPLATE = subdirs + +CONFIG += ordered + +contains(QT_EDITION, OpenSource|Console) { + message("You are not licensed to use ActiveQt.") +} else { + SUBDIRS = dumpdoc \ + dumpcpp \ + testcon +} |