##// END OF EJS Templates
Fix build paths to correct ones in build direcotry
Fix build paths to correct ones in build direcotry

File last commit:

r1198:b49f1593848a
r1198:b49f1593848a
Show More
test.pri
11 lines | 304 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