X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FCMakeLists.txt;h=0616948e6edfce28e54e85ccc68992fa82f4bf23;hp=6879f03fbf3c5886c1fcd85e93f507329d070b13;hb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;hpb=36edfc4bf4c89f83900ffa9d79eb1585f4e7726b diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 6879f03f..0616948e 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -64,7 +64,9 @@ set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${qm_files};i18 if(EMBED_DATA) set(COMMON_RCS ${COMMON_RCS} ${resfile} PARENT_SCOPE) else(EMBED_DATA) - install(FILES ${qm_files} DESTINATION ${DATA_INSTALL_DIR}/quassel/translations) + install(FILES ${qm_files} DESTINATION ${CMAKE_INSTALL_DATADIR}/quassel/translations) endif(EMBED_DATA) add_custom_target(po DEPENDS ${qm_files}) + +