diff options
Diffstat (limited to 'tests/auto/patternistexamples/tst_patternistexamples.cpp')
-rw-r--r-- | tests/auto/patternistexamples/tst_patternistexamples.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/patternistexamples/tst_patternistexamples.cpp b/tests/auto/patternistexamples/tst_patternistexamples.cpp index e71a47d..e3069c0 100644 --- a/tests/auto/patternistexamples/tst_patternistexamples.cpp +++ b/tests/auto/patternistexamples/tst_patternistexamples.cpp @@ -42,8 +42,6 @@ #include <QtTest/QtTest> -#ifdef QTEST_XMLPATTERNS - #include <QtCore/QDir> #include <QtXmlPatterns/QXmlQuery> #include <QtXmlPatterns/QXmlSerializer> @@ -366,8 +364,5 @@ void tst_PatternistExamples::buildSnippets() const QTEST_MAIN(tst_PatternistExamples) #include "tst_patternistexamples.moc" -#else -QTEST_NOOP_MAIN -#endif // vim: et:ts=4:sw=4:sts=4 |