mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Cleanup the enabled modules in all sub projects
Most modules were just enabled to add include path for dependent headers
This commit is contained in:
committed by
Klaus Basan
parent
8fad39fdaf
commit
4aaccb44c3
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus gui network xml widgets
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorfs9
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus xml network
|
||||
QT += core dbus network
|
||||
|
||||
TARGET = simulatorfscommon
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -2,7 +2,7 @@ load(common_pre)
|
||||
|
||||
requires(equals(WORD_SIZE,32))
|
||||
|
||||
QT += core dbus xml network
|
||||
QT += core
|
||||
|
||||
TARGET = fsuipc
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -2,7 +2,7 @@ load(common_pre)
|
||||
|
||||
requires(equals(WORD_SIZE,64))
|
||||
|
||||
QT += core dbus xml network
|
||||
QT += core
|
||||
|
||||
TARGET = fsuipc
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -2,7 +2,7 @@ load(common_pre)
|
||||
|
||||
REQUIRES += contains(BLACK_CONFIG,FSX)
|
||||
|
||||
QT += core dbus gui network xml widgets
|
||||
QT += core dbus widgets
|
||||
|
||||
TARGET = simulatorfsx
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus xml network widgets
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorfsxcommon
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core widgets dbus network
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorfsxconfig
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -2,7 +2,7 @@ load(common_pre)
|
||||
|
||||
REQUIRES += contains(BLACK_CONFIG,P3D)
|
||||
|
||||
QT += core dbus gui network xml widgets
|
||||
QT += core dbus widgets
|
||||
|
||||
TARGET = simulatorp3d
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include "simulatorp3d.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "blackmisc/threadutils.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core widgets dbus network
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorp3dconfig
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets
|
||||
QT += core dbus widgets
|
||||
|
||||
TARGET = simulatorxplane
|
||||
TEMPLATE = lib
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network widgets
|
||||
QT += core dbus network widgets
|
||||
|
||||
TARGET = simulatorxplaneconfig
|
||||
TEMPLATE = lib
|
||||
|
||||
Reference in New Issue
Block a user