summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qmediaserviceprovider/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/qmediaserviceprovider/test/test.pro')
-rw-r--r--tests/auto/unit/qmediaserviceprovider/test/test.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/unit/qmediaserviceprovider/test/test.pro b/tests/auto/unit/qmediaserviceprovider/test/test.pro
deleted file mode 100644
index 94f7f259a..000000000
--- a/tests/auto/unit/qmediaserviceprovider/test/test.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-CONFIG += testcase
-TARGET = ../tst_qmediaserviceprovider
-
-QT += multimedia-private testlib
-
-SOURCES += ../tst_qmediaserviceprovider.cpp
-
-win32:debug_and_release {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qmediaserviceprovider
- } else {
- TARGET = ../../release/tst_qmediaserviceprovider
- }
-}
-
-mac: CONFIG -= app_bundle
-