##// END OF EJS Templates
Added basic donut chart example. Still better data needed
Added basic donut chart example. Still better data needed

File last commit:

r1440:3525e4e5ffa3
r1841:e5aa797837ba
Show More
examples.pri
15 lines | 419 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
TEMPLATE = app
QT += core gui
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib