diff options
author | Brad King <brad.king@kitware.com> | 2017-04-19 14:41:55 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-19 14:42:10 (GMT) |
commit | 872d08ad348eba019e56c3eb7c1cc4929c417eba (patch) | |
tree | 03f2e1aab07f8b3a2810b28aed016e23228261ef | |
parent | 3d3144bb023a98392594038973576cfbf046c039 (diff) | |
parent | 86787633f8440fcb3bd3fd96018134a6c5157e9c (diff) | |
download | CMake-872d08ad348eba019e56c3eb7c1cc4929c417eba.zip CMake-872d08ad348eba019e56c3eb7c1cc4929c417eba.tar.gz CMake-872d08ad348eba019e56c3eb7c1cc4929c417eba.tar.bz2 |
Merge topic 'cmake-gui-desktop-icon-wayland'
86787633 cmake-gui: Fix display of icon under Wayland.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !715
-rw-r--r-- | Source/QtDialog/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Source/QtDialog/cmake-gui.desktop (renamed from Source/QtDialog/CMake.desktop) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index 10fd718..2e11a8a 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -198,7 +198,7 @@ if(UNIX AND NOT APPLE) # install a desktop file so CMake appears in the application start menu # with an icon - install(FILES CMake.desktop + install(FILES cmake-gui.desktop DESTINATION "${CMAKE_XDGDATA_DIR}/applications" ${COMPONENT}) install(FILES cmakecache.xml diff --git a/Source/QtDialog/CMake.desktop b/Source/QtDialog/cmake-gui.desktop index 842091f..842091f 100644 --- a/Source/QtDialog/CMake.desktop +++ b/Source/QtDialog/cmake-gui.desktop |