centralize load(qt_build_config)s in .qmake.conf
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 3 Sep 2012 10:16:04 +0000 (12:16 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 11 Sep 2012 19:14:27 +0000 (21:14 +0200)
Change-Id: Ide097efe50d6d1d4b42ef6980c83f3e9ad7d2ba1
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
.qmake.conf [new file with mode: 0644]
src/xmlpatterns/xmlpatterns.pro
tests/auto/xmlpatternsschema/xmlpatternsschema.pro
tests/auto/xmlpatternssdk/xmlpatternssdk.pro

diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644 (file)
index 0000000..42ba8e4
--- /dev/null
@@ -0,0 +1 @@
+load(qt_build_config)
index fa57066..7d67631 100644 (file)
@@ -1,5 +1,3 @@
-load(qt_build_config)
-
 TARGET     = QtXmlPatterns
 CONFIG += exceptions
 QT = core-private network
index 2823936..0f323f7 100644 (file)
@@ -1,7 +1,6 @@
 TARGET = tst_xmlpatternsschema
 CONFIG += testcase
 QT += testlib
-load(qt_build_config)
 
 SOURCES += tst_xmlpatternsschema.cpp \
 
index 7f908fd..40584c7 100644 (file)
@@ -1,5 +1,3 @@
-load(qt_build_config)
-
 include (../xmlpatterns.pri)
 
 TARGET   = $$XMLPATTERNS_SDK