From c407004e3aa7acb8046927eceff1640603f8329f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 8 May 2017 00:07:20 +0200 Subject: [PATCH] NOISSUE make qt.conf downloadable in presence of GH-1885 Now it has a single space inside. --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 5101464b..2ae8b1c5 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -440,7 +440,7 @@ if(NOT INSTALL_BUNDLE) else() # Add qt.conf - this makes Qt stop looking for things outside the bundle install( - CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DEST_DIR}/qt.conf\" \"\")" + CODE "file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DEST_DIR}/qt.conf\" \" \")" COMPONENT Runtime ) # Bundle plugins