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

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

target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/signal
INSTALLS += target