keyboardq: don't bother re-finding required Qt components

This commit is contained in:
Adriaan de Groot 2023-09-10 20:23:19 +02:00
parent 1b9d8b1f91
commit 472c07008e

View File

@ -8,8 +8,6 @@ if(NOT WITH_QML)
return()
endif()
find_package(${qtname} ${QT_VERSION} CONFIG REQUIRED Core DBus)
set(_keyboard ${CMAKE_CURRENT_SOURCE_DIR}/../keyboard)
include_directories(${_keyboard})