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

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