~artmello/gallery-app/badcontext_crash

651.1.1 by Guenter Schwann
Use cmake instead of qmake
1
/* File generated by Qt Creator, version 2.5.2 */
2
3
import QmlProject 1.1
4
5
Project {
6
    mainFile: "rc/qml/GalleryApplication.qml"
7
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
9
    QmlFiles {
10
        directory: ["rc/qml", "rc/Capetown"]
11
    }
12
    JavaScriptFiles {
13
        directory: "rc/js"
14
    }
15
    ImageFiles {
16
        directory: ["rc/img", "rc/Capetown/Widgets/img",
17
            "rc/qml/Widgets/img", "rc/qml/Utility/img",
18
            "../rc/qml/Components/img", "../rc/qml/Components/AlbumInternalsimg"]
19
    }
888.1.3 by Ugo Riboni
Include tests in the qmlproject files, for convenience
20
    Files {
21
        directory: "tests"
22
        filter: "*.h;*.cpp;*.py"
23
    }
651.1.1 by Guenter Schwann
Use cmake instead of qmake
24
}