diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 09:25:35 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 11:57:46 +1000 |
commit | 862cee05849ab7f069d204b089d55d4449841e16 (patch) | |
tree | 0f20cf3b9c0d8a458bd6d8495ad6ab2eded14be5 /tests/auto/xmlpatternsxslts | |
parent | ecf0ab10897811de72a2daeecb903d9989341c2c (diff) | |
download | qtxmlpatterns-862cee05849ab7f069d204b089d55d4449841e16.tar.gz |
tests: remove contains(QT_CONFIG,xmlpatterns) conditional
Tests which live within xmlpatterns should not test if xmlpatterns is
enabled. It's confusing and unnecessary.
Reviewed-by: Jason McDonald
Change-Id: Icd459841f7480118502cf5d2cb57cca2d4e600fe
Diffstat (limited to 'tests/auto/xmlpatternsxslts')
-rw-r--r-- | tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro index 44c4754..2bb8844 100644 --- a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro +++ b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro @@ -4,11 +4,9 @@ SOURCES += tst_xmlpatternsxslts.cpp \ include (../xmlpatterns.pri) -contains(QT_CONFIG,xmlpatterns) { HEADERS += ../xmlpatternsxqts/tst_suitetest.h SOURCES += ../xmlpatternsxqts/tst_suitetest.cpp LIBS += -l$$XMLPATTERNS_SDK -} QT += xml INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternssdk \ |