summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qmediaserviceprovider/test/test.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-09-23 09:20:12 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-09-23 09:56:22 +0200
commit034c731008254970f4d577e8718f32d939ddfbab (patch)
tree5eefd2d4a17d6d9a279e9c27bca7991573dedf5a /tests/auto/unit/qmediaserviceprovider/test/test.pro
parent433c14cdd346cb2fcb24755ce1b6184c77cb0b60 (diff)
Prospective fix for test failures on MinGWv5.14.0-alpha1
After commit 4d289edb14aeb4976218cc306bfc514e37521b82 in qtbase, MinGW is not building with debug-and-release anymore. So similar to the change in qtbase, the .pro files need adjusting for the placement of the plugins to be scoped to debug-and-release configurations. Task-number: QTBUG-78561 Change-Id: I0a5fc029307ba48c8f40f7553a7f583450337690 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'tests/auto/unit/qmediaserviceprovider/test/test.pro')
-rw-r--r--tests/auto/unit/qmediaserviceprovider/test/test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qmediaserviceprovider/test/test.pro b/tests/auto/unit/qmediaserviceprovider/test/test.pro
index 2cf78c100..94f7f259a 100644
--- a/tests/auto/unit/qmediaserviceprovider/test/test.pro
+++ b/tests/auto/unit/qmediaserviceprovider/test/test.pro
@@ -5,7 +5,7 @@ QT += multimedia-private testlib
SOURCES += ../tst_qmediaserviceprovider.cpp
-win32 {
+win32:debug_and_release {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qmediaserviceprovider
} else {