urlhandler: Explicitly link against KConfigWidgets

In KF6, the KIO dependencies no longer pull it in
This commit is contained in:
Alexander Lohnau 2023-04-17 21:18:40 +02:00
parent e203e9c049
commit 624fadbe6e

View file

@ -13,6 +13,7 @@ target_link_libraries(kdeconnect-handler
kdeconnectversion
Qt::Widgets
KF${QT_MAJOR_VERSION}::CoreAddons
KF${QT_MAJOR_VERSION}::ConfigWidgets
KF${QT_MAJOR_VERSION}::DBusAddons
KF${QT_MAJOR_VERSION}::I18n
KF${QT_MAJOR_VERSION}::KIOCore KF${QT_MAJOR_VERSION}::KIOFileWidgets KF${QT_MAJOR_VERSION}::KIOWidgets