summaryrefslogtreecommitdiffstats
path: root/examples/donutdrilldown/donutdrilldown.pro
blob: 671a8f2507d25ce9cfbca5f6dd64ed9a609f0a11 (plain)
1
2
3
4
5
6
7
8
9
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

TARGET = donutdrilldown
SOURCES += main.cpp\
        widget.cpp

HEADERS  += widget.h