~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to calendar-app.qmlproject

  • Committer: David Planella
  • Date: 2013-09-26 05:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 123.
  • Revision ID: david.planella@ubuntu.com-20130926054931-pwlt5yyj2ax4yihy
Project improvements for translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    ImageFiles {
16
16
        directory: "."
17
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
    }
18
29
    /* List of plugin directories passed to QML runtime */
19
30
    importPaths: [ "." ,"/usr/lib/i386-linux-gnu/qt5/qml/", "/usr/lib/x86_64-linux-gnu/qt5/qml" ]
20
31
}