TweetSearch Stylistic Tweaks
[profile/ivi/qtdeclarative.git] / examples / localstorage / localstorage.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/localstorage
7 qml.files = localstorage.qml hello.qml
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/localstorage
9 INSTALLS += target qml