mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56: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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user