mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
all app projects need QT+=network used by the core for downloading ATC bookings
refs #81
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bb61654a29
commit
51cbd2a394
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = sample_blackmisc
|
TARGET = sample_blackmisc
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = sample_blackmisc_dbus
|
TARGET = sample_blackmisc_dbus
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = sample_quantities_aviation
|
TARGET = sample_quantities_aviation
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = sample_vector_geo
|
TARGET = sample_vector_geo
|
||||||
CONFIG += console c++11
|
CONFIG += console c++11
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
include (../../externals.pri)
|
include (../../externals.pri)
|
||||||
|
|
||||||
QT += core dbus
|
QT += core dbus network
|
||||||
QT -= gui
|
QT -= gui
|
||||||
|
|
||||||
TARGET = sample_cli_client
|
TARGET = sample_cli_client
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = sample_interpolator
|
TARGET = sample_interpolator
|
||||||
CONFIG += console c++11
|
CONFIG += console c++11
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
include (../../externals.pri)
|
include (../../externals.pri)
|
||||||
|
|
||||||
QT += core dbus
|
QT += core dbus network
|
||||||
QT -= gui
|
QT -= gui
|
||||||
|
|
||||||
TARGET = sample_voice_client
|
TARGET = sample_voice_client
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core dbus
|
QT += core dbus network
|
||||||
|
|
||||||
TARGET = blackmisc_cpp2xml
|
TARGET = blackmisc_cpp2xml
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
QT += core testlib dbus
|
QT += core testlib dbus network
|
||||||
|
|
||||||
TARGET = test_blackmisc
|
TARGET = test_blackmisc
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
Reference in New Issue
Block a user