From fd336190b9a4c0cd63c91372fd41c2ec1adc18b9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 8 Jan 2016 14:13:30 +0100 Subject: 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 --- qtscxml.pro | 8 -------- 1 file changed, 8 deletions(-) (limited to 'qtscxml.pro') 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 \ -- cgit v1.2.3