~ubuntu-branches/ubuntu/saucy/qtdeclarative-opensource-src/saucy

« back to all changes in this revision

Viewing changes to examples/quick/scenegraph/simplematerial/simplematerial.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
 
 
2
QT += quick
 
3
 
 
4
SOURCES += \
 
5
    simplematerial.cpp
 
6
RESOURCES += simplematerial.qrc
 
7
 
 
8
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
 
9
qml.files = main.qml
 
10
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
 
11
 
 
12
INSTALLS += target qml