Target names instead of vars

This commit is contained in:
Sebastian Kügler 2013-10-16 01:40:50 +02:00
parent ae2eef978d
commit 0417906b60
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ set(plasma_kpart_SRCS
plasma_add_plugin(plasma-kpart ${plasma_kpart_SRCS})
target_link_libraries(plasma-kpart ${QT_QTSCRIPT_LIBRARY} ${Plasma_LIBRARIES} ${KDE4_KIO_LIBS} ${X11_LIBRARIES} ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS} )
target_link_libraries(plasma-kpart ${QT_QTSCRIPT_LIBRARY} ${Plasma_LIBRARIES} KF5::KIOCore KF5::KIOWidgets ${X11_LIBRARIES} ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS} )
install(TARGETS plasma-kpart DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-kpart.desktop DESTINATION ${SERVICES_INSTALL_DIR})

View File

@ -12,7 +12,7 @@ set(test_SRCS
kde4_add_ui_files(test_SRCS config.ui)
plasma_add_plugin(plasma_containmentactions_test ${test_SRCS})
target_link_libraries(plasma_containmentactions_test ${Plasma_LIBRARIES} ${KDE4_KIO_LIBS})
target_link_libraries(plasma_containmentactions_test ${Plasma_LIBRARIES} KF5::KIOCore KF5::KIOWidgets)
install(TARGETS plasma_containmentactions_test DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-test.desktop DESTINATION ${SERVICES_INSTALL_DIR})

View File

@ -11,7 +11,7 @@ plasma_add_plugin(plasma_engine_testengine
${testengine_engine_SRCS})
target_link_libraries(plasma_engine_testengine
${KDE4_KIO_LIBS}
KF5::KIOCore KF5::KIOWidgets
${Plasma_LIBRARIES})
install(TARGETS plasma_engine_testengine DESTINATION ${PLUGIN_INSTALL_DIR})

View File

@ -53,7 +53,7 @@ plasma_add_plugin(plasma_appletscript_simple_javascript ${simple_javascript_engi
target_link_libraries(plasma_appletscript_simple_javascript
${KCore_LIBRARIES}
${KDE4_KIO_LIBS}
KF5::KIOCore KF5::KIOWidgets
${Plasma_LIBRARIES}
${QT_QTDECLARATIVE_LIBRARY}
${QT_QTSCRIPT_LIBRARY}
@ -79,7 +79,7 @@ plasma_add_plugin(plasma_runnerscript_javascript ${javascript_runner_engine_SRCS
target_link_libraries(plasma_runnerscript_javascript
${KCore_LIBRARIES}
${KDE4_KIO_LIBS}
KF5::KIOCore KF5::KIOWidgets
${Plasma_LIBRARIES}
${QT_QTSCRIPT_LIBRARY})
@ -104,7 +104,7 @@ plasma_add_plugin(plasma_dataenginescript_javascript ${javascript_dataengine_eng
target_link_libraries(plasma_dataenginescript_javascript
${KCore_LIBRARIES}
${KDE4_KIO_LIBS}
KF5::KIOCore KF5::KIOWidgets
${Plasma_LIBRARIES}
${QT_QTSCRIPT_LIBRARY})