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

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    localstorage.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage
INSTALLS += target