~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to calendar-app.qmlproject

  • Committer: Sergio Schvezov
  • Date: 2014-01-18 23:29:11 UTC
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: sergio.schvezov@canonical.com-20140118232911-p3jdkkomszdl2l70
Adding cmake 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File generated by Qt Creator, version 2.6.1 */
 
2
 
 
3
import QmlProject 1.1
 
4
 
 
5
Project {
 
6
    mainFile: "calendar.qml"
 
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
    /* 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
    }
 
29
    /* List of plugin directories passed to QML runtime */
 
30
    importPaths: [ "." ,"/usr/lib/i386-linux-gnu/qt5/qml/", "/usr/lib/x86_64-linux-gnu/qt5/qml" ]
 
31
}