Merge lp:~marcustomlinson/qtcreator-plugin-ubuntu/lp-1538419 into lp:qtcreator-plugin-ubuntu

Proposed by Marcus Tomlinson
Status: Merged
Approved by: Benjamin Zeller
Approved revision: 418
Merged at revision: 444
Proposed branch: lp:~marcustomlinson/qtcreator-plugin-ubuntu/lp-1538419
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 38 lines (+2/-2)
2 files modified
share/qtcreator/templates/wizards/ubuntu/scope-14.10/CMakeLists.txt (+1/-1)
share/qtcreator/templates/wizards/ubuntu/scope/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~marcustomlinson/qtcreator-plugin-ubuntu/lp-1538419
Reviewer Review Type Date Requested Status
Benjamin Zeller Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+284065@code.launchpad.net

Commit message

Don't expect .pot file to exist, this breaks CMake when no translations are present

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'share/qtcreator/templates/wizards/ubuntu/scope-14.10/CMakeLists.txt'
--- share/qtcreator/templates/wizards/ubuntu/scope-14.10/CMakeLists.txt 2015-06-11 10:03:53 +0000
+++ share/qtcreator/templates/wizards/ubuntu/scope-14.10/CMakeLists.txt 2016-01-27 07:43:11 +0000
@@ -90,6 +90,7 @@
90file(GLOB_RECURSE90file(GLOB_RECURSE
91 _PO_FILES91 _PO_FILES
92 "po/*.po" 92 "po/*.po"
93 "po/*.pot"
93)94)
94add_custom_target(hidden_files95add_custom_target(hidden_files
95 ALL96 ALL
@@ -98,7 +99,6 @@
98 %ClickHookName:l%.apparmor99 %ClickHookName:l%.apparmor
99 data/${SCOPE_NAME}.ini.in100 data/${SCOPE_NAME}.ini.in
100 po/POTFILES.in101 po/POTFILES.in
101 po/${GETTEXT_PACKAGE}.pot
102 ${_PO_FILES}102 ${_PO_FILES}
103)103)
104104
105105
=== modified file 'share/qtcreator/templates/wizards/ubuntu/scope/CMakeLists.txt'
--- share/qtcreator/templates/wizards/ubuntu/scope/CMakeLists.txt 2015-05-19 10:37:38 +0000
+++ share/qtcreator/templates/wizards/ubuntu/scope/CMakeLists.txt 2016-01-27 07:43:11 +0000
@@ -81,6 +81,7 @@
81file(GLOB_RECURSE81file(GLOB_RECURSE
82 _PO_FILES82 _PO_FILES
83 "po/*.po"83 "po/*.po"
84 "po/*.pot"
84)85)
85add_custom_target(hidden_files86add_custom_target(hidden_files
86 ALL87 ALL
@@ -90,7 +91,6 @@
90 src/data/%ClickHookName:l%.ini.in91 src/data/%ClickHookName:l%.ini.in
91 src/data/%ClickHookName:l%-settings.ini.in92 src/data/%ClickHookName:l%-settings.ini.in
92 po/POTFILES.in93 po/POTFILES.in
93 po/${GETTEXT_PACKAGE}.pot
94 ${_PO_FILES}94 ${_PO_FILES}
95)95)
9696

Subscribers

People subscribed via source and target branches