Fixed .pro files, removed redundant c++11 config and enabled Q_COMPILER_INITIALIZER_LISTS

This commit is contained in:
Klaus Basan
2014-06-15 19:15:52 +02:00
parent db1c04aaf8
commit f0a2bc4f65

View File

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