diff --git a/CMakeLists.txt b/CMakeLists.txt index ab54da1..eb2936f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ set (_potFile ${CMAKE_CURRENT_SOURCE_DIR}/resources/po/${PROJECT_NAME}.pot) add_custom_command (OUTPUT ${_potFile} COMMAND xgettext --keyword=translate -o ${_potFile} ${sources} - DEPENDS ${sources} + DEPENDS planetblupi ${sources} COMMENT "Extract translatable messages to ${_potFile}" )