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