##// END OF EJS Templates
Changed include to small letter first becasue it didn't build on Linux
Changed include to small letter first becasue it didn't build on Linux

File last commit:

r708:69e7126c2380
r736:2fbb02cafb8b
Show More
test.pri
19 lines | 469 B | text/plain | TextLexer
Michal Klocek
Adds shadow build support
r708 !include( ../common.pri ) {
Michal Klocek
Adds chartdata unit test
r224 error( "Couldn't find the common.pri file!" )
}
Michal Klocek
Adds shadow build support
r708 !include( ../integrated.pri ) {
Michal Klocek
Adds chartdata unit test
r224 error( "Couldn't find the integrated.pri file !")
}
TEMPLATE = app
CONFIG += qtestlib
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
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")