From: Claudio Cambra Date: Fri, 7 Jan 2022 11:00:02 +0000 (+0100) Subject: Fix space X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~17^2~212^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f23c7007a50c82c8218df56069af23fc8e15106e;p=nextcloud-desktop.git Fix space Signed-off-by: Claudio Cambra --- diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 3a63eae55..d2d05fe94 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -58,7 +58,7 @@ set(client_UI_SRCS if(QUICK_COMPILER) qtquick_compiler_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc) else() - qt_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc) + qt_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc) endif() set(client_SRCS