##// END OF EJS Templates
Fixed a Qt5 build issue in presenterchart test app
Fixed a Qt5 build issue in presenterchart test app

File last commit:

r1419:9a2b5d956bb6
r2368:6a035c04dc6b
Show More
piechartdrilldown.pro
11 lines | 236 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = piechartdrilldown
SOURCES += main.cpp \
drilldownslice.cpp \
drilldownchart.cpp
HEADERS += \
drilldownchart.h \
drilldownslice.h