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

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