forked from qt-creator/qt-creator
debugger: move defines to a .pro file that is actually looked at
Change-Id: Ic14fe35a6a16093117d89ef83c55d7a8bf29a137 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2,3 +2,12 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += simple_test_app.pro simple_test_plugin.pro
|
||||
|
||||
exists($$QMAKE_INCDIR_QT/QtCore/private/qobject_p.h):DEFINES += USE_PRIVATE
|
||||
exists(/usr/include/boost/optional.hpp): DEFINES += USE_BOOST
|
||||
exists(/usr/include/eigen2/Eigen/Core): DEFINES += USE_EIGEN
|
||||
|
||||
*g++* {
|
||||
DEFINES += USE_CXX11
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
||||
@@ -22,14 +22,6 @@ maemo5 {
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
exists($$QMAKE_INCDIR_QT/QtCore/private/qobject_p.h):DEFINES += USE_PRIVATE
|
||||
exists(/usr/include/boost/optional.hpp): DEFINES += USE_BOOST
|
||||
exists(/usr/include/eigen2/Eigen/Core): DEFINES += USE_EIGEN
|
||||
|
||||
*g++* {
|
||||
DEFINES += USE_CXX11
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
||||
# Use for semi-automated testing
|
||||
#DEFINES += USE_AUTORUN=1
|
||||
|
||||
Reference in New Issue
Block a user