Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if (${QT_VERSION_MAJOR} EQUAL 6)
set(QT_MIN_VERSION "6.10.0")
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED DBus Qml Quick Svg)
ecm_find_qmlmodule(Qt5Compat.GraphicalEffects 1.0 REQUIRED)
ecm_find_qmlmodule(QtQuick.VirtualKeyboard 2.1 REQUIRED)
if (WITH_ASTEROIDAPP)
find_package(Mapplauncherd_qt6 MODULE REQUIRED)
endif()
Expand All @@ -42,8 +43,6 @@ else()
endif()
endif()

ecm_find_qmlmodule(QtQuick.VirtualKeyboard 2.1 REQUIRED)

if (WITH_CMAKE_MODULES)
# Install CMake modules
file(GLOB installAsteroidModuleFiles LIST_DIRECTORIES FALSE ${CMAKE_SOURCE_DIR}/cmake/*[^~])
Expand Down