aboutsummaryrefslogtreecommitdiffstats
path: root/examples/localstorage/localstorage.pro
blob: 99f498d5df921f5cd9a046dffebfe3a1f0c1c87f (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/localstorage
qml.files = localstorage.qml hello.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/localstorage
INSTALLS += target qml