diff options
Diffstat (limited to 'tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro')
-rw-r--r-- | tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro b/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro index 772c833..d6b8c13 100644 --- a/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro +++ b/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro @@ -1,5 +1,7 @@ -load(qttest_p4) +CONFIG += testcase + +TARGET = tst_patternistexamplefiletree +QT = core testlib SOURCES += tst_patternistexamplefiletree.cpp -QT = core include (../xmlpatterns.pri) |