diff options
Diffstat (limited to 'kpoker/CMakeLists.txt')
-rw-r--r-- | kpoker/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kpoker/CMakeLists.txt b/kpoker/CMakeLists.txt index 9e339067..24814ee9 100644 --- a/kpoker/CMakeLists.txt +++ b/kpoker/CMakeLists.txt @@ -33,9 +33,7 @@ tde_install_icons( kpoker ) ##### other data ################################ -install( FILES kpoker.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kpoker.desktop ) install( FILES kpokerui.rc DESTINATION ${DATA_INSTALL_DIR}/kpoker |