summaryrefslogtreecommitdiffstats
path: root/src/activeqt/activeqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/activeqt.pro')
-rw-r--r--src/activeqt/activeqt.pro16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/activeqt/activeqt.pro b/src/activeqt/activeqt.pro
index b6d45e5..972ce7c 100644
--- a/src/activeqt/activeqt.pro
+++ b/src/activeqt/activeqt.pro
@@ -1,7 +1,13 @@
-TEMPLATE = subdirs
+win32 {
+ TEMPLATE = subdirs
-CONFIG += ordered
-axshared.file = axshared.prx
-SUBDIRS = axshared container
-!wince*: SUBDIRS += control
+ CONFIG += ordered
+ axshared.file = axshared.prx
+ SUBDIRS = axshared container
+ !wince: SUBDIRS += control
+} else {
+ # fake project for creating the documentation
+ TEMPLATE = aux
+ QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
+}