~ubuntu-branches/ubuntu/trusty/qtdeclarative-opensource-src/trusty-updates

« back to all changes in this revision

Viewing changes to examples/quick/localstorage/localstorage/localstorage.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 14:17:19 UTC
  • Revision ID: package-import@ubuntu.com-20130205141719-qqeyml8wslpyez52
Tags: upstream-5.0.1
ImportĀ upstreamĀ versionĀ 5.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
 
 
3
QT += quick qml
 
4
SOURCES += main.cpp
 
5
RESOURCES += \
 
6
    localstorage.qrc \
 
7
    ../../shared/shared.qrc
 
8
 
 
9
target.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage/localstorage
 
10
INSTALLS += target