File: prototype.qmlproject

package info (click to toggle)
maliit-keyboard 2.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 40,348 kB
  • sloc: cpp: 9,618; python: 1,548; javascript: 291; xml: 112; makefile: 16; sh: 6
file content (21 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (4)
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 {
    mainFile: "KeyboardContainer.qml"
    
    /* Include .qml, .js, and image files from current directory and subdirectories */
    QmlFiles {
        directory: [".", "keys", "languages"];
    }

    JavaScriptFiles {
        directory: "."
    }
    ImageFiles {
        directory: "."
    }
    /* List of plugin directories passed to QML runtime */
    importPaths: [ "keys", ".", "languages" ]
}