##// END OF EJS Templates
population pyramid example. Added grouping option to barseries to give some control over layout
population pyramid example. Added grouping option to barseries to give some control over layout

File last commit:

r1440:3525e4e5ffa3
r1794:efd4a5fe5972
Show More
demos.pri
15 lines | 407 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/demos/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
TEMPLATE = app
QT += core gui
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib