forked from qt-creator/qt-creator
14 lines
344 B
Prolog
14 lines
344 B
Prolog
|
|
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
|
|
}
|