qt6-bb10/qtdeclarative/examples/quick/localstorage/localstorage.pro

10 lines
165 B
Prolog

TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
RESOURCES += \
localstorage.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage
INSTALLS += target