##// END OF EJS Templates
Add mousebuttons to pie clicked signals
Add mousebuttons to pie clicked signals

File last commit:

r559:203a4d82feb2
r707:0529e02041c3
Show More
gdpbarchart.pro
14 lines | 326 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?
QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR
}