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

QT += quick qml
SOURCES += main.cpp

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