diff options
Diffstat (limited to 'tests/auto/qmovie')
-rw-r--r-- | tests/auto/qmovie/qmovie.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qmovie/qmovie.pro b/tests/auto/qmovie/qmovie.pro index 855eb9e..3a99c3c 100644 --- a/tests/auto/qmovie/qmovie.pro +++ b/tests/auto/qmovie/qmovie.pro @@ -1,5 +1,9 @@ -load(qttest_p4) +CONFIG += testcase + +TARGET = tst_qmovie +QT += testlib SOURCES += tst_qmovie.cpp + MOC_DIR=tmp !contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF |