~phablet-team/notes-app/notes-app-desktop-translations

1 by Andrea Cimitan
Initial branch using just QML files
1
/* File generated by Qt Creator, version 2.6.0 */
2
3
import QmlProject 1.1
4
5
Project {
87.1.1 by Ugo Riboni
Rename the package and the application to notes-app
6
    mainFile: "NotesApp.qml"
1 by Andrea Cimitan
Initial branch using just QML files
7
8
    /* Include .qml, .js, and image files from current directory and subdirectories */
9
    QmlFiles {
10
        directory: "."
11
    }
12
    JavaScriptFiles {
13
        directory: "."
14
    }
15
    ImageFiles {
16
        directory: "."
17
    }
18
    /* List of plugin directories passed to QML runtime */
19
    // importPaths: [ "../exampleplugin" ]
234.1.2 by Ugo Riboni
Add test files to qmlproject for convenience
20
21
    Files {
22
        directory: "tests"
23
        filter: "*.h;*.cpp;*.py"
24
    }
1 by Andrea Cimitan
Initial branch using just QML files
25
}