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

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • 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:
40
40
 
41
41
file(GLOB_RECURSE I18N_SRC_FILES
42
42
     RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
43
 
     rc/**.qml desktop/**.desktop.in)
 
43
     components/*.qml components/*.js ${DESKTOP_FILE}.in)
44
44
list(SORT I18N_SRC_FILES)
45
45
 
46
 
 
47
46
file(GLOB SRC_FILES
48
47
     RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
49
48
     *.qml *.js *.png *.js)