summaryrefslogtreecommitdiffstats
path: root/tools/activeqt/activeqt.pro
blob: a0e7de3599720e778e059a83510638f70143c49d (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

CONFIG	+= ordered

contains(QT_EDITION, OpenSource|Console) {
    message("You are not licensed to use ActiveQt.")
} else {
    SUBDIRS = dumpdoc \
              dumpcpp \
              testcon
}