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

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