summaryrefslogtreecommitdiffstats
path: root/qtscxml.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-28 11:28:14 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-28 10:47:05 +0000
commitb80fd18b62af56deea8426c0308bdb3319610d83 (patch)
treefa8ec84250230e7383ef3c88f5d08f2e5de836cb /qtscxml.pro
parentd6d2509854f8cbf70c712b8591d54d59f63c3047 (diff)
Get documentation generation working.
Change-Id: I71356ec70d79fec51670fa9ee53541f263e12206 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'qtscxml.pro')
-rw-r--r--qtscxml.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/qtscxml.pro b/qtscxml.pro
new file mode 100644
index 0000000..ebf69e6
--- /dev/null
+++ b/qtscxml.pro
@@ -0,0 +1,17 @@
+CONFIG += tests_need_tools examples_need_tools
+
+FEATURES += mkspecs/features/qscxmlc.prf
+
+features.files = $$FEATURES
+features.path = $$[QT_HOST_DATA]/mkspecs/features/
+
+INSTALLS += features
+
+OTHER_FILES += \
+ $$FEATURES \
+ .qmake.conf \
+ sync.profile \
+ .gitignore \
+ TODO.txt
+
+load(qt_parts)