mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T730, added QT multimedia in some projects, as it is now needed in blackmisc
This commit is contained in:
committed by
Mat Sutcliffe
parent
9bbb710823
commit
81ade55cb5
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
QT += core dbus network multimedia
|
||||
|
||||
TARGET = sampleblackmiscquantities
|
||||
TEMPLATE = app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += network dbus xml
|
||||
QT += network dbus xml multimedia
|
||||
|
||||
TARGET = blackmisc
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets
|
||||
QT += core dbus network widgets multimedia
|
||||
|
||||
TARGET = swiftcore
|
||||
TEMPLATE = app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets quickwidgets
|
||||
QT += core dbus network widgets quickwidgets multimedia
|
||||
|
||||
TARGET = swiftguistd
|
||||
TEMPLATE = app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network testlib
|
||||
QT += core dbus network testlib multimedia
|
||||
|
||||
TARGET = testcontext
|
||||
CONFIG -= app_bundle
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core network dbus testlib
|
||||
QT += core network dbus testlib multimedia
|
||||
|
||||
TARGET = testfsdclient
|
||||
CONFIG -= app_bundle
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network testlib
|
||||
QT += core dbus network testlib multimedia
|
||||
|
||||
TARGET = testconnectivity
|
||||
CONFIG -= app_bundle
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus testlib network
|
||||
QT += core dbus testlib network multimedia
|
||||
|
||||
TARGET = testweather
|
||||
CONFIG -= app_bundle
|
||||
|
||||
Reference in New Issue
Block a user