Add some missing links.

The
This commit is contained in:
Stephen Kelly 2013-10-01 14:12:14 +02:00
parent 7b5066bdba
commit 0e8f31644b
4 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,7 @@ target_link_libraries(sortfiltermodeltest
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
${QT_QTTEST_LIBRARY} ${QT_QTTEST_LIBRARY}
${KI18n_LIBRARIES} ${KI18n_LIBRARIES}
Qt5::Qml
) )

View File

@ -141,6 +141,7 @@ target_link_libraries(plasma
${QT_QTSQL_LIBRARY} ${QT_QTSQL_LIBRARY}
${Qt5Quick_LIBRARIES} ${Qt5Quick_LIBRARIES}
Qt5::Svg Qt5::Svg
Qt5::DBus
${ThreadWeaver_LIBRARIES} ${ThreadWeaver_LIBRARIES}
${KAuth_LIBRARIES} ${KAuth_LIBRARIES}
${KWindowSystem_LIBRARIES} ${KWindowSystem_LIBRARIES}
@ -149,6 +150,7 @@ target_link_libraries(plasma
KF5::KIconThemes KF5::KIconThemes
KF5::KI18n KF5::KI18n
KF5::KDE4Attic KF5::KDE4Attic
Qt5::UiTools
${KDE4Attic_LIBRARIES} ${KDE4Attic_LIBRARIES}
${KDE4Support_LIBRARIES} # needed for KStandardDirs and KGlobal ${KDE4Support_LIBRARIES} # needed for KStandardDirs and KGlobal
) )

View File

@ -5,7 +5,7 @@ add_executable(plugintest
plugintest.cpp plugintest.cpp
) )
target_link_libraries(plugintest plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} ) target_link_libraries(plugintest plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} Qt5::DBus)
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}") message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")

View File

@ -5,7 +5,7 @@ add_executable(plasmapkg
plasmapkg.cpp plasmapkg.cpp
) )
target_link_libraries(plasmapkg plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons) target_link_libraries(plasmapkg plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons Qt5::DBus)
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}") message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")