mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +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 (../../config.pri)
|
||||||
include (../../build.pri)
|
include (../../build.pri)
|
||||||
|
|
||||||
QT += core dbus network testlib
|
QT += core dbus network xml
|
||||||
|
|
||||||
TARGET = sample_blacksim
|
TARGET = sample_blacksim
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
CONFIG += blackmisc blackcore blacksim
|
CONFIG += blackmisc blacksim
|
||||||
|
|
||||||
DEPENDPATH += . ../../src/blackmisc ../../src/blacksim
|
DEPENDPATH += . ../../src/blackmisc ../../src/blacksim
|
||||||
INCLUDEPATH += . ../../src
|
INCLUDEPATH += . ../../src
|
||||||
@@ -21,6 +21,4 @@ DESTDIR = ../../bin
|
|||||||
HEADERS += *.h
|
HEADERS += *.h
|
||||||
SOURCES += *.cpp
|
SOURCES += *.cpp
|
||||||
|
|
||||||
OTHER_FILES +=
|
|
||||||
|
|
||||||
include (../../libraries.pri)
|
include (../../libraries.pri)
|
||||||
|
|||||||
Reference in New Issue
Block a user