aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/unit_test/simple_boost/tests/deco/deco.pro
blob: 0a69f075c249f0791f9f660f517160a7aa1ae0d6 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
CONFIG -= qt app_bundle
CONFIG += console
SOURCES += main.cpp
HEADERS += enab.h

isEmpty(BOOST_INCLUDE_DIR):BOOST_INCLUDE_DIR=$$(BOOST_INCLUDE_DIR)
!isEmpty(BOOST_INCLUDE_DIR): INCLUDEPATH *= $$BOOST_INCLUDE_DIR