##// 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
auto.pri
14 lines | 411 B | text/plain | TextLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
CONFIG += qtestlib
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
OBJECTS_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET