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

TEMPLATE = app

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

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