aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/attached.pro
blob: ab154eb48ba04cbf7267d34756f078477bc68e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = People
QML_IMPORT_MAJOR_VERSION = 1

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