Use target instead of var for KF5::Solid

This commit is contained in:
Sebastian Kügler 2013-10-04 23:40:30 +02:00
parent b2121c1e06
commit 80a4e61a4e
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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