summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/qml/qtquick_2_1/main.qmlproject
blob: 558f68d0351cd1f106b3b102515d3595c73e9d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* File generated by Qt Creator, version 2.7.0 */

import QmlProject 1.1

Project {
// QTC_REPLACE main.qml WITH main
    mainFile: "main.qml"

    /* Include .qml, .js, and image files from current directory and subdirectories */
    QmlFiles {
        directory: "."
    }
    JavaScriptFiles {
        directory: "."
    }
    ImageFiles {
        directory: "."
    }
    /* List of plugin directories passed to QML runtime */
    // importPaths: [ "../exampleplugin" ]
}