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