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

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

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