diff options
Diffstat (limited to 'tests/auto/qglobal/qglobal.pro')
-rw-r--r-- | tests/auto/qglobal/qglobal.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qglobal/qglobal.pro b/tests/auto/qglobal/qglobal.pro index a4dffac..b4bcf05 100644 --- a/tests/auto/qglobal/qglobal.pro +++ b/tests/auto/qglobal/qglobal.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qglobal SOURCES += tst_qglobal.cpp -QT = core +QT = core testlib CONFIG += parallel_test |