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.
This commit is contained in:
Undefine
2026-03-29 22:28:41 +02:00
committed by Andrew Kaster
parent 61c6b9230a
commit 8cee6ba5a0
Notes: github-actions[bot] 2026-04-20 22:42:33 +00:00

View File

@@ -1,7 +1,3 @@
set(CMAKE_AUTOMOC OFF)
set(CMAKE_AUTORCC OFF)
set(CMAKE_AUTOUIC OFF)
set(SOURCES
ConnectionFromClient.cpp
CURL.cpp