##// END OF EJS Templates
Rename pie series total() -> sum() to be consistent with bar series.
Rename pie series total() -> sum() to be consistent with bar series.

File last commit:

r508:262e7900b65e
r939:8c748f062756
Show More
demos.pri
15 lines | 393 B | text/plain | TextLexer
!include( ../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
TEMPLATE = app
QT += core gui