Use target name instead of variable.

This commit is contained in:
Stephen Kelly 2013-10-24 12:44:40 +02:00 committed by Stephen Kelly
parent 7edc668961
commit b071260d15
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ target_link_libraries(plasmacomponentsplugin
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
Qt5::Gui
${KDeclarative_LIBRARIES}
KF5::KDeclarative
Plasma)

View File

@ -18,7 +18,7 @@ target_link_libraries(qtextracomponentsplugin
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
Qt5::Gui
${KDeclarative_LIBRARIES}
KF5::KDeclarative
KF5::KIconThemes
Plasma)