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

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