Use target instead of var for KF5::Solid
This commit is contained in:
parent
b2121c1e06
commit
80a4e61a4e
@ -41,7 +41,7 @@ if(NOT PLASMA_NO_KIO)
|
|||||||
endif(NOT PLASMA_NO_KIO)
|
endif(NOT PLASMA_NO_KIO)
|
||||||
|
|
||||||
if(NOT PLASMA_NO_SOLID)
|
if(NOT PLASMA_NO_SOLID)
|
||||||
set(PLASMA_EXTRA_LIBS ${PLASMA_EXTRA_LIBS} ${Solid_LIBRARIES})
|
set(PLASMA_EXTRA_LIBS ${PLASMA_EXTRA_LIBS} KF5::Solid)
|
||||||
endif(NOT PLASMA_NO_SOLID)
|
endif(NOT PLASMA_NO_SOLID)
|
||||||
|
|
||||||
if(NOT PLASMA_NO_PACKAGEKIT)
|
if(NOT PLASMA_NO_PACKAGEKIT)
|
||||||
|
@ -84,7 +84,7 @@ target_link_libraries(plasma-shell
|
|||||||
PlasmaQuick
|
PlasmaQuick
|
||||||
${Qt5Script_LIBRARIES}
|
${Qt5Script_LIBRARIES}
|
||||||
${KDE4Support_LIBRARIES}
|
${KDE4Support_LIBRARIES}
|
||||||
${Solid_LIBRARIES}
|
KF5::Solid
|
||||||
KF5::KDeclarative
|
KF5::KDeclarative
|
||||||
KF5::KI18n
|
KF5::KI18n
|
||||||
KF5::XmlGui
|
KF5::XmlGui
|
||||||
|
Loading…
Reference in New Issue
Block a user