~ubuntu-branches/ubuntu/natty/unity-2d/natty-updates

« back to all changes in this revision

Viewing changes to spread/spread.qmlproject

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-01-21 13:11:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110121131145-tn95f1z7mxi4n1bx
Tags: 0.1-0ubuntu4
* add Vcs-Bzr location to debian/control
* update branch location in debian/copyright
* pull in some upstream fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by QtCreator */
 
2
 
 
3
import QmlProject 1.0
 
4
 
 
5
Project {
 
6
    /* Include .qml, .js, and image files from current directory and subdirectories */
 
7
    QmlFiles {
 
8
        directory: "."
 
9
    }
 
10
    JavaScriptFiles {
 
11
        directory: "."
 
12
    }
 
13
    ImageFiles {
 
14
        directory: "."
 
15
    }
 
16
    /* List of plugin directories passed to QML runtime */
 
17
    // importPaths: [ "../exampleplugin" ]
 
18
}