aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/adding/adding.pro
blob: ae135c792507fc496b3218abfca53d2291e2d572 (plain)
1
2
3
4
5
6
7
8
9
QT = core qml

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

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