~dpm/ubuntu-weather-app/conditional-weather-followup

« back to all changes in this revision

Viewing changes to ubuntu-weather-app.qmlproject

  • Committer: David Planella
  • Date: 2014-02-14 08:27:56 UTC
  • mto: (162.2.32 trunk)
  • mto: This revision was merged to the branch mainline in revision 194.
  • Revision ID: david.planella@ubuntu.com-20140214082756-h9oyem617lf4alte
Fixed generation of .pot file with cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    Files {
24
24
        filter: "*.po*"
25
25
    }
 
26
    /* Shows the CMake files */
26
27
    Files {
27
 
        filter: "*.pro"
 
28
        filter: "CMakeLists.txt"
28
29
    }
29
30
    /* List of plugin directories passed to QML runtime */
30
31
    importPaths: [ "." ,"/usr/lib/x86_64-linux-gnu/qt5/qml" ]