diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |