summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.linux
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-06-19 22:53:17 +0800
committerIru Cai <mytbk920423@gmail.com>2016-06-19 22:53:17 +0800
commitc8a4ec5cb09c9e1ed10760f64e7336a45c3656c9 (patch)
tree91b30e557384621e43bc7e16ba52e0b413b985be /CMakeLists.txt.linux
parent3ddf947c8da82a6d2e40688583143005b632942e (diff)
downloadfqterm-c8a4ec5cb09c9e1ed10760f64e7336a45c3656c9.tar.xz
reset FQTerm icon path
Diffstat (limited to 'CMakeLists.txt.linux')
-rw-r--r--CMakeLists.txt.linux10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt.linux b/CMakeLists.txt.linux
index 6d640cf..1bef176 100644
--- a/CMakeLists.txt.linux
+++ b/CMakeLists.txt.linux
@@ -139,6 +139,16 @@ INSTALL(
)
INSTALL(
+ FILES ${CMAKE_SOURCE_DIR}/res/pic/fqterm_256x256.png
+ DESTINATION share/pixmaps/
+ PERMISSIONS
+ OWNER_WRITE OWNER_READ
+ GROUP_READ
+ WORLD_READ
+ RENAME fqterm.png
+)
+
+INSTALL(
FILES ${fqterm_qm_files}
DESTINATION share/FQTerm/dict/
PERMISSIONS