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