urlhandler: Explicitly link against KConfigWidgets
In KF6, the KIO dependencies no longer pull it in
This commit is contained in:
parent
e203e9c049
commit
624fadbe6e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue