mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Remove Qt5 compatibility layer
This commit is contained in:
@@ -87,7 +87,7 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
# Find dependencies
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core DBus Gui Multimedia Network OpenGL Concurrent Xml Qml Widgets Svg Test Core5Compat)
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core DBus Gui Multimedia Network OpenGL Concurrent Xml Qml Widgets Svg Test)
|
||||
|
||||
# Global compiler options
|
||||
if(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user