aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/signal/signal.pro
blob: 81692d3676e1fb870f97a321ff2ee230c7f44371 (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