summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2fbfefb8..26dec8f86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -269,7 +269,7 @@ add_subdirectory(src)
269# http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html 269# http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
270# http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html 270# http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
271# http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html 271# http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html
272if(UNIX AND NOT APPLE) 272if(ENABLE_QT AND UNIX AND NOT APPLE)
273 install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.desktop" 273 install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.desktop"
274 DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") 274 DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications")
275 install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.svg" 275 install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.svg"