##// END OF EJS Templates
Adds charts create selection to chartviewer
Adds charts create selection to chartviewer

File last commit:

r1440:3525e4e5ffa3
r1840:8077b9f83c91
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