mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Fixed .pro files, removed redundant c++11 config and enabled Q_COMPILER_INITIALIZER_LISTS
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
include (../../config.pri)
|
||||
include (../../build.pri)
|
||||
|
||||
QT += core dbus network testlib
|
||||
QT += core dbus network xml
|
||||
|
||||
TARGET = sample_blacksim
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += blackmisc blackcore blacksim
|
||||
CONFIG += blackmisc blacksim
|
||||
|
||||
DEPENDPATH += . ../../src/blackmisc ../../src/blacksim
|
||||
INCLUDEPATH += . ../../src
|
||||
@@ -21,6 +21,4 @@ DESTDIR = ../../bin
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
OTHER_FILES +=
|
||||
|
||||
include (../../libraries.pri)
|
||||
|
||||
Reference in New Issue
Block a user