~abreu-alexandre/ubuntu-html5-theme/rtm-fix-webkit-launch

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import QmlProject 1.1

Project {
    QmlFiles {}

    JavaScriptFiles {}

    ImageFiles {}

    Files {
        directory: "."
        filter: "CMakeLists.txt"
    }

    Files {
        directory: "src"
        filter: "*.h;*.h.in;*.cpp;qmldir"
    }

    Files {
        directory: "tests"
        filter: "*.h;*.cpp;*.py"
    }

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