##// END OF EJS Templates
Adds shadow build support
Adds shadow build support

File last commit:

r708:69e7126c2380
r708:69e7126c2380
Show More
gdpbarchart.pro
14 lines | 332 B | text/idl | PrologLexer
Michal Klocek
Renames example -> examples
r486 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
Marek Rosa
Initial commit for gdpBarChart example.
r205 }
Michal Klocek
Examples build setup cleanup
r252 QT+= sql
Marek Rosa
Initial commit for gdpBarChart example.
r205 TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
Tero Ahola
fix
r559
!mac {
# TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
Michal Klocek
Adds shadow build support
r708 QMAKE_POST_LINK += $$QMAKE_COPY $$PWD/gdpData $$CHART_BUILD_BIN_DIR
Tero Ahola
fix
r559 }