summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.qmlproject
blob: a05672d3ca74797f3e1f33005f0c3fb26f2de69e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import QmlProject 1.0

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