##// END OF EJS Templates
QCategoryAxis scrolling support added
QCategoryAxis scrolling support added

File last commit:

r1440:3525e4e5ffa3
r1950:d136a6135e13
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