Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2021-12-30 14:22:33 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2022-01-07 20:48:31 +0300
commit8ad04f5a5ede1f6a3e6f8b08ac506c24a215b48e (patch)
tree248e213d28028c2066e87fe751103031069703c5 /src/gui/CMakeLists.txt
parente25140d72e4c2122773efc2548978b6fdaf7cea7 (diff)
Remove AUTORCC
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 7593a2384..8651be076 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -447,7 +447,6 @@ endif()
set_target_properties(nextcloudCore
PROPERTIES
AUTOUIC ON
- AUTORCC ON
AUTOMOC ON
)