##// END OF EJS Templates
Initial example application for boxplot....
Initial example application for boxplot. Change-Id: I0de3c3744ea03f5631426812937d6e7ce69b3d92 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1440:3525e4e5ffa3
r2463:0948467685b7
Show More
tests.pri
14 lines | 395 B | text/plain | TextLexer
!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