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