aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/attached/attached.pro
blob: 247db55cee97bd1c1c1847cad4f31f43f27e2f53 (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 += attached.qrc

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