mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +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)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus network
|
QT += core dbus network multimedia
|
||||||
|
|
||||||
TARGET = sampleblackmiscquantities
|
TARGET = sampleblackmiscquantities
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += network dbus xml
|
QT += network dbus xml multimedia
|
||||||
|
|
||||||
TARGET = blackmisc
|
TARGET = blackmisc
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus network widgets
|
QT += core dbus network widgets multimedia
|
||||||
|
|
||||||
TARGET = swiftcore
|
TARGET = swiftcore
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus network widgets quickwidgets
|
QT += core dbus network widgets quickwidgets multimedia
|
||||||
|
|
||||||
TARGET = swiftguistd
|
TARGET = swiftguistd
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus network testlib
|
QT += core dbus network testlib multimedia
|
||||||
|
|
||||||
TARGET = testcontext
|
TARGET = testcontext
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core network dbus testlib
|
QT += core network dbus testlib multimedia
|
||||||
|
|
||||||
TARGET = testfsdclient
|
TARGET = testfsdclient
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus network testlib
|
QT += core dbus network testlib multimedia
|
||||||
|
|
||||||
TARGET = testconnectivity
|
TARGET = testconnectivity
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
load(common_pre)
|
load(common_pre)
|
||||||
|
|
||||||
QT += core dbus testlib network
|
QT += core dbus testlib network multimedia
|
||||||
|
|
||||||
TARGET = testweather
|
TARGET = testweather
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user