Merge branch 'plasma-mobile-work/seshpenguin/fixqclipboard'

This commit is contained in:
Devin Lin 2023-03-27 23:50:44 -07:00
commit 81fc341863
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED
Core
Qml
Quick
Gui
)
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS

View file

@ -12,6 +12,7 @@ kcoreaddons_add_plugin(kcm_mobile_info SOURCES ${info_SRCS} INSTALL_NAMESPACE "p
target_link_libraries(kcm_mobile_info
Qt::Core
Qt::Gui
KF6::CoreAddons
KF6::I18n
KF6::KCMUtilsQuick