summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediapluginloader/qmediapluginloader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmediapluginloader/qmediapluginloader.pro')
-rw-r--r--tests/auto/qmediapluginloader/qmediapluginloader.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qmediapluginloader/qmediapluginloader.pro b/tests/auto/qmediapluginloader/qmediapluginloader.pro
deleted file mode 100644
index f5947c6..0000000
--- a/tests/auto/qmediapluginloader/qmediapluginloader.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qmediapluginloader
-
-QT += multimedia-private testlib
-CONFIG += no_private_qt_headers_warning
-
-SOURCES += tst_qmediapluginloader.cpp
-
-wince* {
- PLUGIN_DEPLOY.sources = $$OUTPUT_DIR/plugins/mediaservice/*.dll
- PLUGIN_DEPLOY.path = mediaservice
- DEPLOYMENT += PLUGIN_DEPLOY
-}
-