aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/attached/attached.pro
blob: f4385e1a3018c86a068cf04063cc153f413b3aaf (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]/qtdeclarative/qml/extending/attached
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS attached.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/attached
INSTALLS += target sources