From 81ade55cb52906021a2367ad077b8732c409972d Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 25 Sep 2019 17:19:56 +0200 Subject: [PATCH] Ref T730, added QT multimedia in some projects, as it is now needed in blackmisc --- samples/blackmiscquantities/sampleblackmiscquantities.pro | 2 +- src/blackmisc/blackmisc.pro | 2 +- src/swiftcore/swiftcore.pro | 2 +- src/swiftguistandard/swiftguistandard.pro | 2 +- tests/blackcore/context/testcontext/testcontext.pro | 2 +- tests/blackcore/fsd/testfsdclient/testfsdclient.pro | 2 +- tests/blackcore/testconnectivity/testconnectivity.pro | 2 +- tests/blackmisc/weather/testweather/testweather.pro | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/blackmiscquantities/sampleblackmiscquantities.pro b/samples/blackmiscquantities/sampleblackmiscquantities.pro index ebb298c45..fd154cd3a 100644 --- a/samples/blackmiscquantities/sampleblackmiscquantities.pro +++ b/samples/blackmiscquantities/sampleblackmiscquantities.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus network +QT += core dbus network multimedia TARGET = sampleblackmiscquantities TEMPLATE = app diff --git a/src/blackmisc/blackmisc.pro b/src/blackmisc/blackmisc.pro index 1726277c6..81bdd8d0f 100644 --- a/src/blackmisc/blackmisc.pro +++ b/src/blackmisc/blackmisc.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += network dbus xml +QT += network dbus xml multimedia TARGET = blackmisc TEMPLATE = lib diff --git a/src/swiftcore/swiftcore.pro b/src/swiftcore/swiftcore.pro index 437e5dae1..df4f70de7 100644 --- a/src/swiftcore/swiftcore.pro +++ b/src/swiftcore/swiftcore.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus network widgets +QT += core dbus network widgets multimedia TARGET = swiftcore TEMPLATE = app diff --git a/src/swiftguistandard/swiftguistandard.pro b/src/swiftguistandard/swiftguistandard.pro index 26e941f22..878bc1911 100644 --- a/src/swiftguistandard/swiftguistandard.pro +++ b/src/swiftguistandard/swiftguistandard.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus network widgets quickwidgets +QT += core dbus network widgets quickwidgets multimedia TARGET = swiftguistd TEMPLATE = app diff --git a/tests/blackcore/context/testcontext/testcontext.pro b/tests/blackcore/context/testcontext/testcontext.pro index b091ebd97..da9edf2a8 100644 --- a/tests/blackcore/context/testcontext/testcontext.pro +++ b/tests/blackcore/context/testcontext/testcontext.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus network testlib +QT += core dbus network testlib multimedia TARGET = testcontext CONFIG -= app_bundle diff --git a/tests/blackcore/fsd/testfsdclient/testfsdclient.pro b/tests/blackcore/fsd/testfsdclient/testfsdclient.pro index bdf09e93b..fc7d3b81d 100644 --- a/tests/blackcore/fsd/testfsdclient/testfsdclient.pro +++ b/tests/blackcore/fsd/testfsdclient/testfsdclient.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core network dbus testlib +QT += core network dbus testlib multimedia TARGET = testfsdclient CONFIG -= app_bundle diff --git a/tests/blackcore/testconnectivity/testconnectivity.pro b/tests/blackcore/testconnectivity/testconnectivity.pro index a6baa6a5a..255de5b09 100644 --- a/tests/blackcore/testconnectivity/testconnectivity.pro +++ b/tests/blackcore/testconnectivity/testconnectivity.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus network testlib +QT += core dbus network testlib multimedia TARGET = testconnectivity CONFIG -= app_bundle diff --git a/tests/blackmisc/weather/testweather/testweather.pro b/tests/blackmisc/weather/testweather/testweather.pro index 9168f4f64..a00340243 100644 --- a/tests/blackmisc/weather/testweather/testweather.pro +++ b/tests/blackmisc/weather/testweather/testweather.pro @@ -1,6 +1,6 @@ load(common_pre) -QT += core dbus testlib network +QT += core dbus testlib network multimedia TARGET = testweather CONFIG -= app_bundle