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

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