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

TARGET = nesteddonuts
SOURCES += main.cpp\
        widget.cpp
HEADERS  += widget.h