summaryrefslogtreecommitdiffstats
path: root/qtscxml.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-08 14:13:30 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-22 08:56:52 +0000
commitfd336190b9a4c0cd63c91372fd41c2ec1adc18b9 (patch)
treee069c42f680d16ff216d855cd7a417f873d87791 /qtscxml.pro
parentf55f7024df015414fd06318906bdd09f295a7b38 (diff)
Add bizarre hack to copy .prf file in developer builds
It has to be in a .pro file that actually builds something, and we don't want to list it in the OTHER_FILES section. IDEs should be able to pick it up from the extra compiler or install steps. Change-Id: I22b62592f91318ce19c8edebb53e71da1d28afb9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qtscxml.pro')
-rw-r--r--qtscxml.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/qtscxml.pro b/qtscxml.pro
index ebf69e6..a2e3b51 100644
--- a/qtscxml.pro
+++ b/qtscxml.pro
@@ -1,14 +1,6 @@
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 \