X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FCMakeLists.txt;h=0616948e6edfce28e54e85ccc68992fa82f4bf23;hb=784009b62f2a48b97853e0466a572c13e9aee711;hp=6879f03fbf3c5886c1fcd85e93f507329d070b13;hpb=36edfc4bf4c89f83900ffa9d79eb1585f4e7726b;p=quassel.git 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}) + +