Skip to content

Commit 5730190

Browse files
authored
Merge pull request #85 from aleixpol/work/fix-build-with-ninja
Fix the build using ninja
2 parents dd7b5d7 + 4aa9222 commit 5730190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

po/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ file(GLOB PO_FILES *.po)
1515

1616
add_custom_target(${POT_FILE}
1717
COMMENT "Generating translation template"
18-
BYPRODUCTS ${POT_FILE}
1918
COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE} -o ${POT_FILE}
2019
--from-code=UTF-8
2120
--c++ --qt --add-comments=TRANSLATORS

0 commit comments

Comments
 (0)