From 4183cc203fa090d9a11429938d61cc1418a9433b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 6 May 2017 03:39:54 +0200 Subject: NOISSUE add back qt.conf on macOS Looks like it doesn't start without this magical empty file. Who would have guessed? Not me. --- application/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 0821aa6c..1d2880d6 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -348,6 +348,12 @@ if(MultiMC_LAYOUT_REAL STREQUAL "mac-bundle") # Add the icon install(FILES resources/MultiMC.icns DESTINATION ${RESOURCES_DEST_DIR}) + + # Add qt.conf - because for some reason, an empty file is needed to make things work on macOS + install( + CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DEST_DIR}/qt.conf\" \"\")" + COMPONENT Runtime + ) elseif(MultiMC_LAYOUT_REAL STREQUAL "lin-bundle") set(BINARY_DEST_DIR "bin") set(LIBRARY_DEST_DIR "bin") -- cgit v1.2.3