##// END OF EJS Templates
Remove exploding from piechartdrilldown example
Remove exploding from piechartdrilldown example

File last commit:

r996:ce5f1c868418
r1020:c1297009de69
Show More
test.pri
14 lines | 383 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
!include( ../build.pri ) {
error( "Couldn't find the build.pri file !")
}
TEMPLATE = app
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