##// END OF EJS Templates
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.

File last commit:

r1137:696303b9edc0
r1164:9203960160af
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