source: trunk/tools/activeqt/activeqt.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 216 bytes
Line 
1TEMPLATE = subdirs
2
3CONFIG += ordered
4
5contains(QT_EDITION, OpenSource|Console) {
6 message("You are not licensed to use ActiveQt.")
7} else {
8 SUBDIRS = dumpdoc \
9 dumpcpp \
10 testcon
11}
Note: See TracBrowser for help on using the repository browser.