summaryrefslogtreecommitdiffstats
path: root/examples/declarative/righttoleft/layoutdirection/layoutdirection.qmlproject
blob: 59456b0cafbe24df0a9243826bd62f77d7c8e240 (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/layoutdirection"
    }
    JavaScriptFiles {
        directory: "qml/layoutdirection"
    }
    ImageFiles {
        directory: "qml/layoutdirection"
    }
    /* List of plugin directories passed to QML runtime */
    // importPaths: [ " ../exampleplugin " ]
}