##// END OF EJS Templates
QML boxplot image addition...
QML boxplot image addition Change-Id: I126eb56b2a7cc777eebc4b0985e0044dc2e60621 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2048:c04bfb196bae
r2533:e27bcd66185c
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