~chris.gagnon/ubuntu-calendar-app/fix_1293489

1 by Michael Hall
Initial code template
1
/* File generated by Qt Creator, version 2.6.1 */
2
3
import QmlProject 1.1
4
5
Project {
2 by Michael Hall
Modifications for Calendar app
6
    mainFile: "calendar.qml"
1 by Michael Hall
Initial code template
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
    }
122.1.3 by David Planella
Project improvements for translations
18
    /* Shows the README files in the project view */
19
    Files {
20
        filter: "README*"
21
    }
22
    /* Shows the translation files and the .pro file used to generate the .pot template */
23
    Files {
24
        filter: "*.po*"
25
    }
26
    Files {
27
        filter: "*.pro"
28
    }
1 by Michael Hall
Initial code template
29
    /* List of plugin directories passed to QML runtime */
10.1.1 by Nengrong Qu
added importPaths for i386;"/usr/lib/x86_64-linux-gnu/qt5/qml"
30
    importPaths: [ "." ,"/usr/lib/i386-linux-gnu/qt5/qml/", "/usr/lib/x86_64-linux-gnu/qt5/qml" ]
1 by Michael Hall
Initial code template
31
}