summaryrefslogtreecommitdiffstats
path: root/examples/examples.pri
blob: 5a5c6ce066439338b0e2ffe3fd6196ae218bcaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include( ../config.pri ) {
 error( "Couldn't find the config.pri file!" )
}

DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET

TEMPLATE = app
QT += core gui

# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib