aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/src.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index 1a9e120..4596140 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,9 @@
-TEMPLATE = subdirs
-CONFIG += ordered
-win32:SUBDIRS += winextras imports
+win32 {
+ TEMPLATE = subdirs
+ CONFIG += ordered
+ SUBDIRS += winextras imports
+} else {
+ # fake project for creating the documentation
+ TEMPLATE = aux
+ QMAKE_DOCS = $$PWD/winextras/doc/qtwinextras.qdocconf
+}