[interfaces] Make KConfig linkage public
It is used in a header so consumers need to link it too
This commit is contained in:
parent
9a58c34abb
commit
eb5bd219f2
1 changed files with 1 additions and 1 deletions
|
@ -69,9 +69,9 @@ target_link_libraries(kdeconnectinterfaces
|
||||||
LINK_PUBLIC
|
LINK_PUBLIC
|
||||||
Qt5::Gui
|
Qt5::Gui
|
||||||
Qt5::DBus
|
Qt5::DBus
|
||||||
|
KF5::ConfigCore
|
||||||
LINK_PRIVATE
|
LINK_PRIVATE
|
||||||
kdeconnectcore
|
kdeconnectcore
|
||||||
KF5::ConfigCore
|
|
||||||
KF5::I18n
|
KF5::I18n
|
||||||
kdeconnectcore
|
kdeconnectcore
|
||||||
KF5::CoreAddons
|
KF5::CoreAddons
|
||||||
|
|
Loading…
Reference in a new issue