diff --git a/CMakeLists.txt b/CMakeLists.txt index 77191c6..27f11e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ target_link_libraries(cutefish-statusbar ) file(GLOB TS_FILES translations/*.ts) -qt5_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES}) +qt5_create_translation(QM_FILES ${CMAKE_SOURCE_DIR}/src ${TS_FILES}) add_custom_target(translations DEPENDS ${QM_FILES} SOURCES ${TS_FILES}) add_dependencies(cutefish-statusbar translations)