~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to calendar-app.qmlproject

  • Committer: Tarmac
  • Author(s): David Planella
  • Date: 2013-10-16 07:51:17 UTC
  • mfrom: (148.2.2 ubuntu-calendar-app)
  • Revision ID: tarmac-20131016075117-njb1w3fs7ni8p7lk
Fixed some event detail fields not being displayed: start time, end time, name, description, location. Fixes: https://bugs.launchpad.net/bugs/1235309, https://bugs.launchpad.net/bugs/1240241.

Approved by Mihir Soni, Ubuntu Phone Apps Jenkins Bot.

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
}