summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie/qmovie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmovie/qmovie.pro')
-rw-r--r--tests/auto/qmovie/qmovie.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/auto/qmovie/qmovie.pro b/tests/auto/qmovie/qmovie.pro
deleted file mode 100644
index 855eb9e17a..0000000000
--- a/tests/auto/qmovie/qmovie.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-load(qttest_p4)
-SOURCES += tst_qmovie.cpp
-MOC_DIR=tmp
-
-!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF
-!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
-!contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG
-
-wince*: {
- addFiles.files = animations\\*
- addFiles.path = animations
- DEPLOYMENT += addFiles
-}
-
-RESOURCES += resources.qrc
-
-symbian: {
- addFiles.files = animations\\*
- addFiles.path = animations
- DEPLOYMENT += addFiles
-
- qt_not_deployed {
- imagePlugins.files = qjpeg.dll qgif.dll qmng.dll
- imagePlugins.path = imageformats
- DEPLOYMENT += imagePlugins
- }
-}