##// END OF EJS Templates
Created auto test specific pri
Created auto test specific pri

File last commit:

r960:d781c0caabdc
r960:d781c0caabdc
Show More
test.pri
14 lines | 393 B | text/plain | TextLexer
Michal Klocek
Adds shadow build support
r708 !include( ../common.pri ) {
Tero Ahola
Created auto test specific pri
r960 error( "Couldn't find the common.pri file!" )
Michal Klocek
Adds chartdata unit test
r224 }
Michal Klocek
Adds shadow build support
r708 !include( ../integrated.pri ) {
Tero Ahola
Created auto test specific pri
r960 error( "Couldn't find the integrated.pri file !")
Michal Klocek
Adds chartdata unit test
r224 }
TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
DESTDIR = $$CHART_BUILD_BIN_DIR/test
OBJECTS_DIR = $$CHART_BUILD_DIR/test/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/test/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/test/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/test/$$TARGET