##// END OF EJS Templates
Implemented QAbstractSeries::chart()...
Implemented QAbstractSeries::chart() Now you can actuallu use it :) Also implemented some auto tests about it and added some more checks for add/remove series.

File last commit:

r1201:f0af86b6db21
r1314:f6f67dde6408
Show More
plugins.pri
13 lines | 332 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
DESTDIR = $$CHART_BUILD_PLUGIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET