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

QT += quick qml
SOURCES += main.cpp

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