##// END OF EJS Templates
Fix pie autotests...
Fix pie autotests Legend is now on by default which broke some tests.

File last commit:

r1137:696303b9edc0
r1192:28f90ff1c65f
Show More
test.pri
11 lines | 280 B | text/plain | TextLexer
Michal Klocek
Improves build configuration...
r996 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
Michal Klocek
Adds chartdata unit test
r224 }
TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
Jani Honkonen
Remove extra "test" folder. Put all binaries in the bin.
r1137 DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/$$TARGET