diff options
Diffstat (limited to 'tests/auto/qxmlresultitems/qxmlresultitems.pro')
-rw-r--r-- | tests/auto/qxmlresultitems/qxmlresultitems.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qxmlresultitems/qxmlresultitems.pro b/tests/auto/qxmlresultitems/qxmlresultitems.pro index 7d74c20..6004e8e 100644 --- a/tests/auto/qxmlresultitems/qxmlresultitems.pro +++ b/tests/auto/qxmlresultitems/qxmlresultitems.pro @@ -1,4 +1,6 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qxmlresultitems +QT += testlib SOURCES += tst_qxmlresultitems.cpp include (../xmlpatterns.pri) |