aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/valuesource/valuesource.pro
blob: 6d29cf1b70846a44333be2f123ce656464c93e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += qml

CONFIG += qmltypes
QML_IMPORT_NAME = People
QML_IMPORT_MAJOR_VERSION = 1

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

target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/valuesource
INSTALLS += target