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

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