aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/methods/methods.pro
blob: 459ef080aa5f8b71feb64502eb675ad6743b3db6 (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 += methods.qrc

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