diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2017-04-17 22:44:06 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2017-04-17 22:48:25 (GMT) |
commit | 86787633f8440fcb3bd3fd96018134a6c5157e9c (patch) | |
tree | e0fc95bb0343f31dca106a0d74584cf125459943 /Source/QtDialog | |
parent | be2c45f2a98d69cc9952b592777bb506f69149a2 (diff) | |
download | CMake-86787633f8440fcb3bd3fd96018134a6c5157e9c.zip CMake-86787633f8440fcb3bd3fd96018134a6c5157e9c.tar.gz CMake-86787633f8440fcb3bd3fd96018134a6c5157e9c.tar.bz2 |
cmake-gui: Fix display of icon under Wayland.
Fixes: #16797
Diffstat (limited to 'Source/QtDialog')
-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 |