From: Oswald Buddenhagen Date: Mon, 3 Sep 2012 10:16:04 +0000 (+0200) Subject: centralize load(qt_build_config)s in .qmake.conf X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5d673ac0c1bc8c5a7148097dfa157dd32023e68;p=profile%2Fivi%2Fqtxmlpatterns.git centralize load(qt_build_config)s in .qmake.conf Change-Id: Ide097efe50d6d1d4b42ef6980c83f3e9ad7d2ba1 Reviewed-by: Joerg Bornemann --- diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 0000000..42ba8e4 --- /dev/null +++ b/.qmake.conf @@ -0,0 +1 @@ +load(qt_build_config) diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro index fa57066..7d67631 100644 --- a/src/xmlpatterns/xmlpatterns.pro +++ b/src/xmlpatterns/xmlpatterns.pro @@ -1,5 +1,3 @@ -load(qt_build_config) - TARGET = QtXmlPatterns CONFIG += exceptions QT = core-private network diff --git a/tests/auto/xmlpatternsschema/xmlpatternsschema.pro b/tests/auto/xmlpatternsschema/xmlpatternsschema.pro index 2823936..0f323f7 100644 --- a/tests/auto/xmlpatternsschema/xmlpatternsschema.pro +++ b/tests/auto/xmlpatternsschema/xmlpatternsschema.pro @@ -1,7 +1,6 @@ TARGET = tst_xmlpatternsschema CONFIG += testcase QT += testlib -load(qt_build_config) SOURCES += tst_xmlpatternsschema.cpp \ diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro index 7f908fd..40584c7 100644 --- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro +++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro @@ -1,5 +1,3 @@ -load(qt_build_config) - include (../xmlpatterns.pri) TARGET = $$XMLPATTERNS_SDK