aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-09 15:55:42 +0000
committerGravatar Fabio Bas2008-10-09 15:55:42 +0000
commite98029be69dfd568cb50fdb641ed57a0baf12cc8 (patch)
treef067fe73d14e3d7fe9bf61ccedc6ee8ffb668c70 /data
parentreverted defines (diff)
downloadKVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.gz
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.bz2
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.zip
fixed some CMakeLists.txt's INSTALL commands for windows
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2679 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data')
-rw-r--r--data/helppics/CMakeLists.txt3
-rw-r--r--data/mimelnk/CMakeLists.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/data/helppics/CMakeLists.txt b/data/helppics/CMakeLists.txt
index 2fcbcfd10..0989a5217 100644
--- a/data/helppics/CMakeLists.txt
+++ b/data/helppics/CMakeLists.txt
@@ -4,8 +4,7 @@ FILE(GLOB images "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
IF(UNIX)
IF(APPLE)
- # FIXME correct path ?
- #INSTALL(FILES ${images} DESTINATION ${CMAKE_INSTALL_PREFIX}/Contents/Resources/pics/)
+ INSTALL(FILES ${images} DESTINATION ${CMAKE_INSTALL_PREFIX}/Contents/Resources/help/en/)
ELSE()
# Assume linux
INSTALL(FILES ${images} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/help/en/)
diff --git a/data/mimelnk/CMakeLists.txt b/data/mimelnk/CMakeLists.txt
index 40e164cc4..aa0b888ab 100644
--- a/data/mimelnk/CMakeLists.txt
+++ b/data/mimelnk/CMakeLists.txt
@@ -1,6 +1,5 @@
# CMakeLists for data/mimelnk
IF(UNIX AND NOT APPLE)
- #INSTALL(FILES kvirc4.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mimelnk/applications/)
INSTALL(FILES x-kva.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mimelnk/applications/)
INSTALL(FILES x-kvt.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mimelnk/applications/)
INSTALL(FILES x-kvc.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mimelnk/text/)