mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fix space
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
parent
044cf7ee13
commit
f23c7007a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue