summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/grouped/grouped.pro
blob: 8fde8e8587a010e66c29dcb467d5dd073a15a5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = grouped
DEPENDPATH += .
INCLUDEPATH += .
QT += declarative

# Input
SOURCES += main.cpp \
           person.cpp \
           birthdayparty.cpp 
HEADERS += person.h \
           birthdayparty.h
RESOURCES += grouped.qrc