From 8cee6ba5a032dd1cd89395c738ae90c25c7f4379 Mon Sep 17 00:00:00 2001 From: Undefine Date: Sun, 29 Mar 2026 22:28:41 +0200 Subject: [PATCH] Meta: Remove a Qt option related from RequestServer's CMakeLists Since those are no longer set in the top level CMake file this is no longer necessary. --- Services/RequestServer/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Services/RequestServer/CMakeLists.txt b/Services/RequestServer/CMakeLists.txt index fce73e7d89b..cc420cef6f0 100644 --- a/Services/RequestServer/CMakeLists.txt +++ b/Services/RequestServer/CMakeLists.txt @@ -1,7 +1,3 @@ -set(CMAKE_AUTOMOC OFF) -set(CMAKE_AUTORCC OFF) -set(CMAKE_AUTOUIC OFF) - set(SOURCES ConnectionFromClient.cpp CURL.cpp