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

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