##// END OF EJS Templates
Renamed appendBarSet to append, removeBarSet to remove
Renamed appendBarSet to append, removeBarSet to remove

File last commit:

r1021:6adbaffea565
r1194:d962cd819f79
Show More
examples.pri
11 lines | 307 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
OBJECTS_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
Michal Klocek
Adds preseterchart example
r246 TEMPLATE = app
QT += core gui