##// 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:

r827:e44172bd0846
r939:8c748f062756
Show More
gdpbarchart.pro
14 lines | 384 B | text/idl | PrologLexer
!include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
QT+= sql
TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
!mac {
FILE = $$PWD/gdpData
win32:{FILE = $$replace(FILE, "/","\\")}
# TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_BIN_DIR
}