remove qt5compat

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-09-24 13:49:17 +03:00
parent bf5b03b4ff
commit 074846d72a
11 changed files with 20 additions and 23 deletions

View File

@@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project(LocalPeer)
if(Launcher_QT_VERSION_MAJOR EQUAL 6)
find_package(Qt6 COMPONENTS Core Network Core5Compat REQUIRED)
list(APPEND LocalPeer_LIBS Qt${QT_VERSION_MAJOR}::Core5Compat)
find_package(Qt6 COMPONENTS Core Network REQUIRED)
endif()
set(SINGLE_SOURCES