##// END OF EJS Templates
BoxPlot animations...
BoxPlot animations Change-Id: I00e9372bb0f6dbb55e5e84d559033ebac9a7fa5e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2048:c04bfb196bae
r2465:de1ad4d92581
Show More
examples.pri
16 lines | 467 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
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib