##// END OF EJS Templates
Documentation for QML Weather demo app
Documentation for QML Weather demo app

File last commit:

r1198:b49f1593848a
r1225:fa2cebfef38c
Show More
examples.pri
11 lines | 327 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
QT += core gui