summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen/welcomescreen.qmlproject
blob: 1238421e2f760c1e139416138a3d83c9b7daaefa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* File generated by Qt Creator, version 2.3.81 */

import QmlProject 1.1

Project {
    mainFile: "welcomescreen.qml"

    /* Include .qml, .js, and image files from current directory and subdirectories */
    QmlFiles {
        directory: "."
    }
    JavaScriptFiles {
        directory: "."
    }
    ImageFiles {
        directory: "."
    }

    importPaths: ["../../../lib/qtcreator/"]

    /* List of plugin directories passed to QML runtime */
    // importPaths: [ "../exampleplugin" ]
}