diff options
Diffstat (limited to 'tests/auto/qxmlinputsource/qxmlinputsource.pro')
-rw-r--r-- | tests/auto/qxmlinputsource/qxmlinputsource.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qxmlinputsource/qxmlinputsource.pro b/tests/auto/qxmlinputsource/qxmlinputsource.pro index ec83f47..a8bf834 100644 --- a/tests/auto/qxmlinputsource/qxmlinputsource.pro +++ b/tests/auto/qxmlinputsource/qxmlinputsource.pro @@ -1,6 +1,7 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qxmlinputsource SOURCES += tst_qxmlinputsource.cpp -QT += core xml network +QT += core xml network testlib QT -= gui |