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

QT += quick qml
SOURCES += main.cpp

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