##// END OF EJS Templates
Add styles to pen in piechartcustomization demo
Add styles to pen in piechartcustomization demo

File last commit:

r486:7ab45bf9f776
r522:49c80e862047
Show More
gdpbarchart.pro
10 lines | 235 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
Michal Klocek
Fix copy gdbdata file on windows
r253 QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR