Merge pull request #2240 from demmm/calamares
[CMake] use KPMCore version to select Qt6
This commit is contained in:
commit
65f93168f2
@ -15,9 +15,11 @@ if(NOT TARGET calapmcore)
|
|||||||
find_package(${kfname}I18n CONFIG)
|
find_package(${kfname}I18n CONFIG)
|
||||||
find_package(${kfname}WidgetsAddons CONFIG)
|
find_package(${kfname}WidgetsAddons CONFIG)
|
||||||
|
|
||||||
if(NOT WITH_QT6)
|
if( WITH_QT6)
|
||||||
# TODO: Qt6 how to detect the version of Qt that KPMCore needs?
|
find_package(KPMcore 24.01.75)
|
||||||
|
else()
|
||||||
find_package(KPMcore 20.04.0)
|
find_package(KPMcore 20.04.0)
|
||||||
|
endif()
|
||||||
set_package_properties(
|
set_package_properties(
|
||||||
KPMcore
|
KPMcore
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
@ -26,7 +28,6 @@ if(NOT TARGET calapmcore)
|
|||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
PURPOSE "For disk partitioning support"
|
PURPOSE "For disk partitioning support"
|
||||||
)
|
)
|
||||||
endif()
|
|
||||||
|
|
||||||
# Create an internal Calamares interface to KPMcore
|
# Create an internal Calamares interface to KPMcore
|
||||||
# and give it a nice alias name. If kpmcore is not found,
|
# and give it a nice alias name. If kpmcore is not found,
|
||||||
|
@ -23,4 +23,5 @@ calamares_add_plugin(summaryq
|
|||||||
LINK_PRIVATE_LIBRARIES
|
LINK_PRIVATE_LIBRARIES
|
||||||
calamaresui
|
calamaresui
|
||||||
SHARED_LIB
|
SHARED_LIB
|
||||||
|
NO_CONFIG
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user