~mhall119/+junk/appTemplate

« back to all changes in this revision

Viewing changes to appTemplate.qmlproject

  • Committer: Michael Hall
  • Date: 2013-02-12 16:18:48 UTC
  • Revision ID: mhall119@ubuntu.com-20130212161848-u5qt45e38jovrbyk
Initial code template

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator, version 2.6.1 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "appTemplate.qml"
 
7
 
 
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
 
9
    QmlFiles {
 
10
        directory: "."
 
11
    }
 
12
    JavaScriptFiles {
 
13
        directory: "."
 
14
    }
 
15
    ImageFiles {
 
16
        directory: "."
 
17
    }
 
18
    /* List of plugin directories passed to QML runtime */
 
19
    importPaths: [ "." ,"/usr/lib/x86_64-linux-gnu/qt5/qml" ]
 
20
}