~josephjamesmills/ubuntutv/quantal_push

« back to all changes in this revision

Viewing changes to spread/spread.qmlproject

  • Committer: Florian Boucault
  • Date: 2011-01-17 07:04:17 UTC
  • mto: (359.2.5 upicek)
  • mto: This revision was merged to the branch mainline in revision 370.
  • Revision ID: florian@boucault.net-20110117070417-j28h6nufb1jhd8tn
[spread] Added QtCreator QML project file.

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
}