mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-22 21:03:37 -06:00
Make project require Qt6
This commit is contained in:
parent
8a4989923c
commit
9171a080a7
@ -3,7 +3,7 @@ set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
|
||||
find_package(QT NAMES Qt6 Qt5 COMPONENTS Network Widgets REQUIRED)
|
||||
find_package(QT NAMES Qt6 COMPONENTS Network Widgets REQUIRED)
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Network Widgets REQUIRED)
|
||||
|
||||
add_executable(
|
||||
|
Loading…
Reference in New Issue
Block a user