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

@@ -1,8 +1,7 @@
project(systeminfo)
if(Launcher_QT_VERSION_MAJOR EQUAL 6)
find_package(Qt6 COMPONENTS Core Core5Compat REQUIRED)
list(APPEND systeminfo_LIBS Qt${QT_VERSION_MAJOR}::Core5Compat)
find_package(Qt6 COMPONENTS Core REQUIRED)
endif()
set(systeminfo_SOURCES