mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
remove qt5compat
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
bf5b03b4ff
commit
074846d72a
11 changed files with 20 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
|||
project(qdcss)
|
||||
|
||||
if(Launcher_QT_VERSION_MAJOR EQUAL 6)
|
||||
find_package(Qt6 COMPONENTS Core Core5Compat REQUIRED)
|
||||
list(APPEND qdcss_LIBS Qt${QT_VERSION_MAJOR}::Core5Compat)
|
||||
find_package(Qt6 COMPONENTS Core REQUIRED)
|
||||
endif()
|
||||
|
||||
set(QDCSS_SOURCES
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue