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:
Roland Winklmeier
2018-05-14 16:06:35 +02:00
committed by Klaus Basan
parent 8fad39fdaf
commit 4aaccb44c3
27 changed files with 30 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus gui network xml widgets
QT += core dbus network widgets
TARGET = simulatorfs9
TEMPLATE = lib

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus xml network
QT += core dbus network
TARGET = simulatorfscommon
TEMPLATE = lib

View File

@@ -2,7 +2,7 @@ load(common_pre)
requires(equals(WORD_SIZE,32))
QT += core dbus xml network
QT += core
TARGET = fsuipc
TEMPLATE = lib

View File

@@ -2,7 +2,7 @@ load(common_pre)
requires(equals(WORD_SIZE,64))
QT += core dbus xml network
QT += core
TARGET = fsuipc
TEMPLATE = lib

View File

@@ -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

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus xml network widgets
QT += core dbus network widgets
TARGET = simulatorfsxcommon
TEMPLATE = lib

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core widgets dbus network
QT += core dbus network widgets
TARGET = simulatorfsxconfig
TEMPLATE = lib

View File

@@ -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

View File

@@ -8,7 +8,6 @@
*/
#include "simulatorp3d.h"
#include "blackcore/application.h"
#include "blackmisc/threadutils.h"
#include "blackmisc/logmessage.h"
#include "blackconfig/buildconfig.h"

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core widgets dbus network
QT += core dbus network widgets
TARGET = simulatorp3dconfig
TEMPLATE = lib

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus network widgets
QT += core dbus widgets
TARGET = simulatorxplane
TEMPLATE = lib

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus network widgets
QT += core dbus network widgets
TARGET = simulatorxplaneconfig
TEMPLATE = lib