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

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