summaryrefslogtreecommitdiffstats
path: root/examples/declarative/touchinteraction/pincharea/pincharea.qmlproject
blob: cb538b544d6b4e4f6604b49f694dfb74d04791e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* File generated by QtCreator */

import QmlProject 1.0

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