Skip to content
Snippets Groups Projects
Commit 6d0231c7 authored by hjk's avatar hjk Committed by hjk
Browse files

debugger: move defines to a .pro file that is actually looked at


Change-Id: Ic14fe35a6a16093117d89ef83c55d7a8bf29a137
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 21186e9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment