diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-04-12 12:45:48 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-27 08:30:09 +0200 |
commit | a50233a763eabcd5aa2d9cc2baa4f4d9221b5d7f (patch) | |
tree | 977a636029a6689415fed874585ee60448496be6 /tests | |
parent | 94c15d458fc2aa7fa3cf93c3b64d61fbf56e774b (diff) | |
download | qtxmlpatterns-a50233a763eabcd5aa2d9cc2baa4f4d9221b5d7f.tar.gz |
build system cleanups
- load(qt_module) => load(qt_build_config)
- remove:
- CONFIG+=module (obsolete)
- setup of PKGCONFIG* variables (automated now)
- code relating to module version headers (automated now)
- %mastercontent assignment (automated now)
- QT_BUILD_*_LIB defines (automated now)
- pointless QPRO_PWD assignments
Change-Id: Ie8a638b3c3a1a6a3d37fc410435bbc2b4a068ecf
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/xmlpatternsschema/xmlpatternsschema.pro | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/xmlpatternssdk.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternsschema/xmlpatternsschema.pro b/tests/auto/xmlpatternsschema/xmlpatternsschema.pro index df0853b..19f738f 100644 --- a/tests/auto/xmlpatternsschema/xmlpatternsschema.pro +++ b/tests/auto/xmlpatternsschema/xmlpatternsschema.pro @@ -1,7 +1,7 @@ TARGET = tst_xmlpatternsschema CONFIG += testcase QT += testlib -load(qt_module) +load(qt_build_config) SOURCES += tst_xmlpatternsschema.cpp \ diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro index e2c84b2..4ede97a 100644 --- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro +++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro @@ -1,4 +1,4 @@ -load(qt_module) +load(qt_build_config) include (../xmlpatterns.pri) |