##// 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
Michal Klocek
Improves build configuration...
r996 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
Michal Klocek
Adds preseterchart example
r246 }
Michal Klocek
Examples build setup cleanup
r252 DESTDIR = $$CHART_BUILD_BIN_DIR
Michal Klocek
Fix build paths to correct ones in build direcotry
r1198 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
Michal Klocek
Examples build setup cleanup
r252
Michal Klocek
Adds preseterchart example
r246 TEMPLATE = app
Jani Honkonen
Adding support for static builds.
r1440 QT += core gui
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib