##// END OF EJS Templates
Fixed area series paint bug caused by mouse event fix on line series
Fixed area series paint bug caused by mouse event fix on line series

File last commit:

r1440:3525e4e5ffa3
r1792:ea0ec9902253
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