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

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