mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Also require Qt 5.15 in the main CMakeLists
This commit is contained in:
parent
22c631baf9
commit
0df8161a6b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ corrosion_import_crate(MANIFEST_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../Cargo.to
|
||||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.19.0)
|
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.19.0)
|
||||||
# For the CMake build don't rely on qmake being in PATH but use CMake to locate Qt. This
|
# For the CMake build don't rely on qmake being in PATH but use CMake to locate Qt. This
|
||||||
# means usually CMAKE_PREFIX_PATH is set.
|
# means usually CMAKE_PREFIX_PATH is set.
|
||||||
find_package(Qt5 QUIET COMPONENTS Core Widgets)
|
find_package(Qt5 5.15 QUIET COMPONENTS Core Widgets)
|
||||||
if (TARGET Qt5::qmake)
|
if (TARGET Qt5::qmake)
|
||||||
set_property(
|
set_property(
|
||||||
TARGET sixtyfps-cpp
|
TARGET sixtyfps-cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue