aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/signal/signal.pro
blob: b0f37ebe947207c24821eb18060a451c4bb87a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += qml

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

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/signal
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS signal.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/extending/signal
INSTALLS += target sources