##// END OF EJS Templates
Fix compilation with namespaced Qt....
Fix compilation with namespaced Qt. Change-Id: I359bbf5c89bd23bb1b6db1aeed8a2a4aa2ca12bf Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2774:7b74d88b3f3d
Show More
stackedbarchartdrilldown.pro
6 lines | 220 B | text/idl | PrologLexer
Michal Klocek
Renames example -> examples
r486 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 }
TARGET = stackedbarchartdrilldown
sauimone
splitted barchartdrilldown example to separate files
r903 SOURCES += main.cpp drilldownseries.cpp drilldownchart.cpp
HEADERS += drilldownseries.h drilldownchart.h