generic: preperations for kdelibs changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-17 23:28:51 +03:00
parent b6844782b2
commit 93e394f1ca
110 changed files with 239 additions and 239 deletions

View file

@ -16,9 +16,9 @@ set_source_files_properties(
kde4_add_plugin(kcm_about_distro ${kcm_SRCS}) kde4_add_plugin(kcm_about_distro ${kcm_SRCS})
target_link_libraries(kcm_about_distro target_link_libraries(kcm_about_distro
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_SOLID_LIBS} KDE4::solid
) )
install( install(

View file

@ -9,8 +9,8 @@ set(ark_SRCS
add_executable(ark ${ark_SRCS}) add_executable(ark ${ark_SRCS})
target_link_libraries(ark target_link_libraries(ark
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KPARTS_LIBS} KDE4::kparts
kerfuffle kerfuffle
) )
@ -57,9 +57,9 @@ if (KDE4WORKSPACE_FOUND)
target_link_libraries(ark_dndextract target_link_libraries(ark_dndextract
kerfuffle kerfuffle
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KPARTS_LIBS} KDE4::kparts
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4WORKSPACE_KONQ_LIBRARY} ${KDE4WORKSPACE_KONQ_LIBRARY}
) )

View file

@ -16,9 +16,9 @@ kde4_add_kcfg_files(kerfuffle_SRCS settings.kcfgc)
add_library(kerfuffle SHARED ${kerfuffle_SRCS}) add_library(kerfuffle SHARED ${kerfuffle_SRCS})
target_link_libraries(kerfuffle target_link_libraries(kerfuffle
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KPARTS_LIBS} KDE4::kparts
${KDE4_KPTY_LIBS} KDE4::kpty
) )
set_target_properties(kerfuffle PROPERTIES set_target_properties(kerfuffle PROPERTIES

View file

@ -12,7 +12,7 @@ macro(KERFUFFLE_UNIT_TESTS)
target_link_libraries(kerfuffle-${_testname} target_link_libraries(kerfuffle-${_testname}
jsoninterface jsoninterface
kerfuffle kerfuffle
${KDE4_KDEUI_LIBS} KDE4::kdeui
${QT_QTTEST_LIBRARY} ${QT_QTTEST_LIBRARY}
) )
endforeach(_testname) endforeach(_testname)

View file

@ -11,7 +11,7 @@ qt4_add_dbus_adaptor(arkpart_PART_SRCS dnddbusinterface.xml part.h Ark::Part)
kde4_add_plugin(arkpart ${arkpart_PART_SRCS}) kde4_add_plugin(arkpart ${arkpart_PART_SRCS})
target_link_libraries(arkpart kerfuffle ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS}) target_link_libraries(arkpart kerfuffle KDE4::kfile KDE4::kparts KDE4::kdeui)
configure_file( configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/ark_part.desktop.cmake ${CMAKE_CURRENT_SOURCE_DIR}/ark_part.desktop.cmake

View file

@ -32,7 +32,7 @@ set(kerfuffle_libarchive_SRCS libarchivehandler.cpp)
kde4_add_plugin(kerfuffle_libarchive ${kerfuffle_libarchive_SRCS}) kde4_add_plugin(kerfuffle_libarchive ${kerfuffle_libarchive_SRCS})
target_link_libraries(kerfuffle_libarchive ${KDE4_KDECORE_LIBS} ${KDE4_KARCHIVE_LIBS} kerfuffle) target_link_libraries(kerfuffle_libarchive KDE4::kdecore KDE4::karchive kerfuffle)
install(TARGETS kerfuffle_libarchive DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install(TARGETS kerfuffle_libarchive DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )

View file

@ -17,8 +17,8 @@ if (LIBDEFLATE_FOUND)
kde4_add_plugin(kerfuffle_libgz ${kerfuffle_libgz_SRCS}) kde4_add_plugin(kerfuffle_libgz ${kerfuffle_libgz_SRCS})
target_link_libraries(kerfuffle_libgz target_link_libraries(kerfuffle_libgz
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KARCHIVE_LIBS} KDE4::karchive
kerfuffle kerfuffle
) )
@ -45,8 +45,8 @@ if (BZIP2_FOUND)
kde4_add_plugin(kerfuffle_libbz2 ${kerfuffle_libbz2_SRCS}) kde4_add_plugin(kerfuffle_libbz2 ${kerfuffle_libbz2_SRCS})
target_link_libraries(kerfuffle_libbz2 target_link_libraries(kerfuffle_libbz2
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KARCHIVE_LIBS} KDE4::karchive
kerfuffle kerfuffle
) )
@ -72,8 +72,8 @@ if (LIBLZMA_FOUND)
kde4_add_plugin(kerfuffle_libxz ${kerfuffle_libxz_SRCS}) kde4_add_plugin(kerfuffle_libxz ${kerfuffle_libxz_SRCS})
target_link_libraries(kerfuffle_libxz target_link_libraries(kerfuffle_libxz
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KARCHIVE_LIBS} KDE4::karchive
kerfuffle kerfuffle
) )

View file

@ -23,9 +23,9 @@ set(filelight_SRCS historyAction.cpp mainWindow.cpp main.cpp)
add_executable(filelight ${filelight_SRCS}) add_executable(filelight ${filelight_SRCS})
target_link_libraries(filelight target_link_libraries(filelight
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KPARTS_LIBS} KDE4::kparts
${KDE4_KDEUI_LIBS} KDE4::kdeui
) )
install( install(

View file

@ -39,12 +39,12 @@ set(filelight_PART_SRCS
kde4_add_plugin(filelightpart ${filelight_PART_SRCS}) kde4_add_plugin(filelightpart ${filelight_PART_SRCS})
target_link_libraries(filelightpart target_link_libraries(filelightpart
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KPARTS_LIBS} KDE4::kparts
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_SOLID_LIBS} KDE4::solid
) )
install( install(

View file

@ -38,8 +38,8 @@ set(gwenview_SRCS
add_executable(gwenview ${gwenview_SRCS}) add_executable(gwenview ${gwenview_SRCS})
target_link_libraries(gwenview target_link_libraries(gwenview
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KIO_LIBS} KDE4::kio
${KDE4WORKSPACE_KONQ_LIBRARY} ${KDE4WORKSPACE_KONQ_LIBRARY}
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
gwenviewlib gwenviewlib

View file

@ -27,9 +27,9 @@ kde4_add_kcfg_files(importer_SRCS importerconfig.kcfgc)
add_executable(gwenview_importer ${importer_SRCS}) add_executable(gwenview_importer ${importer_SRCS})
target_link_libraries(gwenview_importer target_link_libraries(gwenview_importer
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_SOLID_LIBS} KDE4::solid
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
gwenviewlib gwenviewlib
) )

View file

@ -111,9 +111,9 @@ set_target_properties(gwenviewlib PROPERTIES
generate_export_header(gwenviewlib) generate_export_header(gwenviewlib)
target_link_libraries(gwenviewlib target_link_libraries(gwenviewlib
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KEXIV2_LIBS} KDE4::kexiv2
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
${X11_X11_LIB} ${X11_X11_LIB}
${CMAKE_THREAD_LIBS_INIT} ${CMAKE_THREAD_LIBS_INIT}

View file

@ -9,7 +9,7 @@ set(gvpart_SRCS
kde4_add_plugin(gvpart ${gvpart_SRCS}) kde4_add_plugin(gvpart ${gvpart_SRCS})
target_link_libraries(gvpart ${KDE4_KPARTS_LIBS} gwenviewlib) target_link_libraries(gvpart KDE4::kparts gwenviewlib)
install( install(
TARGETS gvpart TARGETS gvpart

View file

@ -1,9 +1,9 @@
macro(gv_add_unit_test _test) macro(gv_add_unit_test _test)
kde4_add_test(${_test} ${_test}.cpp ${ARGN}) kde4_add_test(${_test} ${_test}.cpp ${ARGN})
target_link_libraries(${_test} target_link_libraries(${_test}
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KDECORE_LIBS} KDE4::kdecore
${QT_QTTEST_LIBRARY} ${QT_QTTEST_LIBRARY}
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}

View file

@ -72,7 +72,7 @@ kde4_add_kcfg_files(kcalc_SRCS kcalc_settings.kcfgc)
add_executable(kcalc ${kcalc_SRCS}) add_executable(kcalc ${kcalc_SRCS})
target_link_libraries(kcalc target_link_libraries(kcalc
${KDE4_KDEUI_LIBS} KDE4::kdeui
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
${GMP_LIBRARIES} ${GMP_LIBRARIES}
) )

View file

@ -4,4 +4,4 @@ set(knumbertest_SRCS knumbertest.cpp ${libknumber_la_SRCS})
kde4_add_test(knumber-KNumber ${knumbertest_SRCS}) kde4_add_test(knumber-KNumber ${knumbertest_SRCS})
target_link_libraries(knumber-KNumber ${KDE4_KDECORE_LIBS} ${GMP_LIBRARIES}) target_link_libraries(knumber-KNumber KDE4::kdecore ${GMP_LIBRARIES})

View file

@ -19,7 +19,7 @@ set(kcolorchooser_SRCS kcolorchooser.cpp)
add_executable(kcolorchooser ${kcolorchooser_SRCS}) add_executable(kcolorchooser ${kcolorchooser_SRCS})
target_link_libraries(kcolorchooser ${KDE4_KDEUI_LIBS}) target_link_libraries(kcolorchooser KDE4::kdeui)
install( install(
TARGETS kcolorchooser TARGETS kcolorchooser

View file

@ -5,9 +5,9 @@ set(bball_SRCS bball.cpp bballConfig.ui)
kde4_add_plugin(plasma_applet_bball ${bball_SRCS}) kde4_add_plugin(plasma_applet_bball ${bball_SRCS})
target_link_libraries(plasma_applet_bball target_link_libraries(plasma_applet_bball
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
) )
install( install(

View file

@ -4,7 +4,7 @@ set(binaryclock_SRCS binaryclock.cpp clockConfig.ui)
kde4_add_plugin(plasma_applet_binaryclock ${binaryclock_SRCS}) kde4_add_plugin(plasma_applet_binaryclock ${binaryclock_SRCS})
target_link_libraries(plasma_applet_binaryclock ${KDE4WORKSPACE_PLASMACLOCK_LIBRARY} ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) target_link_libraries(plasma_applet_binaryclock ${KDE4WORKSPACE_PLASMACLOCK_LIBRARY} KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_binaryclock DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_binaryclock DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -15,7 +15,7 @@ set(blackboard_SRCS blackboard.cpp blackboardwidget.cpp)
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(plasma_applet_blackboard ${blackboard_SRCS}) kde4_add_plugin(plasma_applet_blackboard ${blackboard_SRCS})
target_link_libraries(plasma_applet_blackboard target_link_libraries(plasma_applet_blackboard
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) KDE4::plasma KDE4::kdeui KDE4::kio)
install(TARGETS plasma_applet_blackboard install(TARGETS plasma_applet_blackboard
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -9,9 +9,9 @@ set( bookmarks_SRCS
kde4_add_plugin( plasma_applet_bookmarks ${bookmarks_SRCS}) kde4_add_plugin( plasma_applet_bookmarks ${bookmarks_SRCS})
target_link_libraries( plasma_applet_bookmarks target_link_libraries( plasma_applet_bookmarks
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
) )
install( TARGETS plasma_applet_bookmarks DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install( TARGETS plasma_applet_bookmarks DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -4,6 +4,6 @@ set(bubblemon_SRCS
) )
kde4_add_plugin(plasma_applet_bubblemon ${bubblemon_SRCS}) kde4_add_plugin(plasma_applet_bubblemon ${bubblemon_SRCS})
target_link_libraries(plasma_applet_bubblemon ${KDE4_PLASMA_LIBS}) target_link_libraries(plasma_applet_bubblemon KDE4::plasma)
install(TARGETS plasma_applet_bubblemon DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_bubblemon DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -6,8 +6,8 @@ set(dict_SRCS
kde4_add_plugin(plasma_applet_dict ${dict_SRCS}) kde4_add_plugin(plasma_applet_dict ${dict_SRCS})
target_link_libraries(plasma_applet_dict target_link_libraries(plasma_applet_dict
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
) )
install( install(

View file

@ -5,7 +5,7 @@ set(eyes_SRCS eyes.cpp)
kde4_add_plugin(plasma_applet_eyes ${eyes_SRCS}) kde4_add_plugin(plasma_applet_eyes ${eyes_SRCS})
target_link_libraries(plasma_applet_eyes target_link_libraries(plasma_applet_eyes
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_eyes install(TARGETS plasma_applet_eyes
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -6,7 +6,7 @@ include_directories( ${KDE4_INCLUDES} )
set(fifteenPuzzle_SRCS src/fifteenPuzzle.cpp src/fifteen.cpp src/piece.cpp src/fifteenPuzzleConfig.ui ) set(fifteenPuzzle_SRCS src/fifteenPuzzle.cpp src/fifteen.cpp src/piece.cpp src/fifteenPuzzleConfig.ui )
kde4_add_plugin(plasma_applet_fifteenPuzzle ${fifteenPuzzle_SRCS}) kde4_add_plugin(plasma_applet_fifteenPuzzle ${fifteenPuzzle_SRCS})
target_link_libraries(plasma_applet_fifteenPuzzle ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(plasma_applet_fifteenPuzzle KDE4::plasma KDE4::kio)
install(TARGETS plasma_applet_fifteenPuzzle DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_fifteenPuzzle DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -10,7 +10,7 @@ set(fileWatcher_SRCS
kde4_add_plugin(plasma_applet_fileWatcher ${fileWatcher_SRCS}) kde4_add_plugin(plasma_applet_fileWatcher ${fileWatcher_SRCS})
target_link_libraries(plasma_applet_fileWatcher ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(plasma_applet_fileWatcher KDE4::plasma KDE4::kio)
install(TARGETS plasma_applet_fileWatcher DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_fileWatcher DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-fileWatcher-default.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-fileWatcher-default.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -13,10 +13,10 @@ kde4_add_plugin(plasma_applet_frame ${frame_SRCS})
include_directories(${KEXIV2_INCLUDE_DIR}) include_directories(${KEXIV2_INCLUDE_DIR})
target_link_libraries(plasma_applet_frame target_link_libraries(plasma_applet_frame
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KEXIV2_LIBS} KDE4::kexiv2
) )
install(TARGETS plasma_applet_frame DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_frame DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -3,7 +3,7 @@ project(fuzzy-clock)
set(fuzzyclock_SRCS fuzzyClock.cpp fuzzyClockConfig.ui ) set(fuzzyclock_SRCS fuzzyClock.cpp fuzzyClockConfig.ui )
kde4_add_plugin(plasma_applet_fuzzy_clock ${fuzzyclock_SRCS}) kde4_add_plugin(plasma_applet_fuzzy_clock ${fuzzyclock_SRCS})
target_link_libraries(plasma_applet_fuzzy_clock ${KDE4WORKSPACE_PLASMACLOCK_LIBRARY} ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) target_link_libraries(plasma_applet_fuzzy_clock ${KDE4WORKSPACE_PLASMACLOCK_LIBRARY} KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_fuzzy_clock DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_fuzzy_clock DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -25,9 +25,9 @@ qt4_add_dbus_interface(tasks_SRCS org.freedesktop.MediaPlayer.player.xml playerv
kde4_add_plugin(plasma_applet_icontasks ${tasks_SRCS}) kde4_add_plugin(plasma_applet_icontasks ${tasks_SRCS})
target_link_libraries(plasma_applet_icontasks target_link_libraries(plasma_applet_icontasks
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KIO_LIBS} KDE4::kio
${KDE4WORKSPACE_TASKMANAGER_LIBS} ${KDE4WORKSPACE_TASKMANAGER_LIBS}
) )

View file

@ -6,7 +6,7 @@ set(incomingmsg_SRCS incomingmsg.cpp widget.ui)
kde4_add_plugin(plasma_applet_incomingmsg ${incomingmsg_SRCS}) kde4_add_plugin(plasma_applet_incomingmsg ${incomingmsg_SRCS})
target_link_libraries(plasma_applet_incomingmsg target_link_libraries(plasma_applet_incomingmsg
${QT_QTNETWORK_LIBRARY} ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) ${QT_QTNETWORK_LIBRARY} KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_incomingmsg install(TARGETS plasma_applet_incomingmsg
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -16,7 +16,7 @@ set(kolourpicker_SRCS
) )
kde4_add_plugin(plasma_applet_kolourpicker ${kolourpicker_SRCS}) kde4_add_plugin(plasma_applet_kolourpicker ${kolourpicker_SRCS})
target_link_libraries(plasma_applet_kolourpicker ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(plasma_applet_kolourpicker KDE4::plasma KDE4::kio)
if(KOLOURPICKER_X11_LIB) if(KOLOURPICKER_X11_LIB)
target_link_libraries(plasma_applet_kolourpicker ${X11_X11_LIB}) target_link_libraries(plasma_applet_kolourpicker ${X11_X11_LIB})
endif(KOLOURPICKER_X11_LIB) endif(KOLOURPICKER_X11_LIB)

View file

@ -3,7 +3,7 @@ project(life)
set(life_SRCS life.cpp lifeConfig.ui) set(life_SRCS life.cpp lifeConfig.ui)
kde4_add_plugin(plasma_applet_life ${life_SRCS}) kde4_add_plugin(plasma_applet_life ${life_SRCS})
target_link_libraries(plasma_applet_life target_link_libraries(plasma_applet_life
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_life install(TARGETS plasma_applet_life
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -3,7 +3,7 @@ project(luna)
set(luna_SRCS luna.cpp lunaConfig.ui) set(luna_SRCS luna.cpp lunaConfig.ui)
kde4_add_plugin(plasma_applet_luna ${luna_SRCS}) kde4_add_plugin(plasma_applet_luna ${luna_SRCS})
target_link_libraries(plasma_applet_luna target_link_libraries(plasma_applet_luna
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_luna install(TARGETS plasma_applet_luna
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -7,7 +7,7 @@ set(magnifique_SRCS magnifique.cpp)
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(plasma_applet_magnifique ${magnifique_SRCS}) kde4_add_plugin(plasma_applet_magnifique ${magnifique_SRCS})
target_link_libraries(plasma_applet_magnifique target_link_libraries(plasma_applet_magnifique
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_magnifique install(TARGETS plasma_applet_magnifique
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -11,7 +11,7 @@ set(notes_SRCS notes.cpp textedit.cpp config.ui)
kde4_add_plugin(plasma_applet_notes ${notes_SRCS}) kde4_add_plugin(plasma_applet_notes ${notes_SRCS})
target_link_libraries(plasma_applet_notes target_link_libraries(plasma_applet_notes
${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} KDE4::plasma KDE4::kio
) )
install( install(
TARGETS plasma_applet_notes TARGETS plasma_applet_notes

View file

@ -18,7 +18,7 @@ set(paste_SRCS
kde4_add_plugin(plasma_applet_paste ${paste_SRCS}) kde4_add_plugin(plasma_applet_paste ${paste_SRCS})
target_link_libraries(plasma_applet_paste target_link_libraries(plasma_applet_paste
${X11_X11_LIB} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KDE4_PLASMA_LIBS}) ${X11_X11_LIB} KDE4::kdeui KDE4::kio KDE4::plasma)
install(TARGETS plasma_applet_paste DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_paste DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-applet-paste.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-applet-paste.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -18,10 +18,10 @@ set(qalculate_SRCS
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(plasma_applet_qalculate ${qalculate_SRCS}) kde4_add_plugin(plasma_applet_qalculate ${qalculate_SRCS})
target_link_libraries(plasma_applet_qalculate target_link_libraries(plasma_applet_qalculate
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_SOLID_LIBS} KDE4::solid
${KDE4_KIO_LIBS} KDE4::kio
${QALCULATE_LIBRARIES} ${QALCULATE_LIBRARIES}
) )

View file

@ -7,7 +7,7 @@ set(showdesktop_SRCS
kde4_add_plugin(plasma_applet_showdesktop ${showdesktop_SRCS}) kde4_add_plugin(plasma_applet_showdesktop ${showdesktop_SRCS})
target_link_libraries(plasma_applet_showdesktop target_link_libraries(plasma_applet_showdesktop
${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} ) KDE4::kdeui KDE4::plasma )
install(TARGETS plasma_applet_showdesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_showdesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-applet-showdesktop.desktop install(FILES plasma-applet-showdesktop.desktop

View file

@ -1,7 +1,7 @@
set(spellcheck_SRCS SpellCheck.cpp) set(spellcheck_SRCS SpellCheck.cpp)
kde4_add_plugin(plasma_applet_spellcheck ${spellcheck_SRCS}) kde4_add_plugin(plasma_applet_spellcheck ${spellcheck_SRCS})
target_link_libraries(plasma_applet_spellcheck ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KCMUTILS_LIBS}) target_link_libraries(plasma_applet_spellcheck KDE4::plasma KDE4::kdeui KDE4::kcmutils)
install(TARGETS plasma_applet_spellcheck DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_applet_spellcheck DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-applet-spellcheck.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-applet-spellcheck.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -8,7 +8,7 @@ set(systemloadviewer_SRCS
kde4_add_plugin(plasma-applet_systemloadviewer ${systemloadviewer_SRCS}) kde4_add_plugin(plasma-applet_systemloadviewer ${systemloadviewer_SRCS})
target_link_libraries(plasma-applet_systemloadviewer target_link_libraries(plasma-applet_systemloadviewer
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma-applet_systemloadviewer install(TARGETS plasma-applet_systemloadviewer
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -14,7 +14,7 @@ set(timer_SRCS
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(plasma_applet_timer ${timer_SRCS}) kde4_add_plugin(plasma_applet_timer ${timer_SRCS})
target_link_libraries(plasma_applet_timer target_link_libraries(plasma_applet_timer
${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_applet_timer install(TARGETS plasma_applet_timer
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -14,8 +14,8 @@ set(unitconverter_SRCS unitconverter.cpp)
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(plasma_applet_unitconverter ${unitconverter_SRCS}) kde4_add_plugin(plasma_applet_unitconverter ${unitconverter_SRCS})
target_link_libraries(plasma_applet_unitconverter target_link_libraries(plasma_applet_unitconverter
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
) )
install( install(

View file

@ -10,9 +10,9 @@ set(weatherapplet_SRCS
kde4_add_plugin(plasma_applet_weather ${weatherapplet_SRCS}) kde4_add_plugin(plasma_applet_weather ${weatherapplet_SRCS})
target_link_libraries(plasma_applet_weather target_link_libraries(plasma_applet_weather
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4WORKSPACE_WEATHERION_LIBRARY} ${KDE4WORKSPACE_WEATHERION_LIBRARY}
${QT_QTDECLARATIVE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY}
plasmaweather plasmaweather

View file

@ -13,10 +13,10 @@ set(weatherstation_SRCS
kde4_add_plugin(plasma_applet_weatherstation ${weatherstation_SRCS}) kde4_add_plugin(plasma_applet_weatherstation ${weatherstation_SRCS})
target_link_libraries(plasma_applet_weatherstation target_link_libraries(plasma_applet_weatherstation
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KARCHIVE_LIBS} KDE4::karchive
${KDE4WORKSPACE_WEATHERION_LIBRARY} ${KDE4WORKSPACE_WEATHERION_LIBRARY}
${QT_QTDECLARATIVE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY}
plasmaweather plasmaweather

View file

@ -2,7 +2,7 @@
set(groupingdesktop_SRCS groupingdesktop.cpp) set(groupingdesktop_SRCS groupingdesktop.cpp)
kde4_add_plugin(plasma_containment_groupingdesktop ${groupingdesktop_SRCS}) kde4_add_plugin(plasma_containment_groupingdesktop ${groupingdesktop_SRCS})
target_link_libraries(plasma_containment_groupingdesktop ${KDE4_PLASMA_LIBS} plasma_groupingcontainment) target_link_libraries(plasma_containment_groupingdesktop KDE4::plasma plasma_groupingcontainment)
install(TARGETS plasma_containment_groupingdesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_containment_groupingdesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containment-groupingdesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-containment-groupingdesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -2,7 +2,7 @@
set(griddesktop_SRCS griddesktop.cpp) set(griddesktop_SRCS griddesktop.cpp)
kde4_add_plugin(plasma_containment_griddesktop ${griddesktop_SRCS}) kde4_add_plugin(plasma_containment_griddesktop ${griddesktop_SRCS})
target_link_libraries(plasma_containment_griddesktop ${KDE4_PLASMA_LIBS} plasma_groupingcontainment) target_link_libraries(plasma_containment_griddesktop KDE4::plasma plasma_groupingcontainment)
install(TARGETS plasma_containment_griddesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_containment_griddesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containment-griddesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-containment-griddesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -24,7 +24,7 @@ set(groupingcontainment_SRCS
groups/tabbinggroup_config.ui groups/tabbinggroup_config.ui
) )
add_library(plasma_groupingcontainment SHARED ${groupingcontainment_SRCS}) add_library(plasma_groupingcontainment SHARED ${groupingcontainment_SRCS})
target_link_libraries(plasma_groupingcontainment ${KDE4_PLASMA_LIBS}) target_link_libraries(plasma_groupingcontainment KDE4::plasma)
generate_export_header(plasma_groupingcontainment) generate_export_header(plasma_groupingcontainment)

View file

@ -2,7 +2,7 @@
set(groupingpanel_SRCS groupingpanel.cpp) set(groupingpanel_SRCS groupingpanel.cpp)
kde4_add_plugin(plasma_containment_groupingpanel ${groupingpanel_SRCS}) kde4_add_plugin(plasma_containment_groupingpanel ${groupingpanel_SRCS})
target_link_libraries(plasma_containment_groupingpanel ${KDE4_PLASMA_LIBS} plasma_groupingcontainment) target_link_libraries(plasma_containment_groupingpanel KDE4::plasma plasma_groupingcontainment)
install(TARGETS plasma_containment_groupingpanel DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_containment_groupingpanel DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containment-groupingpanel.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-containment-groupingpanel.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -4,7 +4,7 @@ set(konsoleprofilesengine_SRCS
) )
kde4_add_plugin(plasma_engine_konsoleprofiles ${konsoleprofilesengine_SRCS}) kde4_add_plugin(plasma_engine_konsoleprofiles ${konsoleprofilesengine_SRCS})
target_link_libraries(plasma_engine_konsoleprofiles ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(plasma_engine_konsoleprofiles KDE4::plasma KDE4::kio)
install(TARGETS plasma_engine_konsoleprofiles DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_engine_konsoleprofiles DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-dataengine-konsoleprofiles.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} ) install(FILES plasma-dataengine-konsoleprofiles.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )

View file

@ -4,7 +4,7 @@ set(potd_engine_SRCS
) )
kde4_add_plugin(plasma_engine_potd ${potd_engine_SRCS} ) kde4_add_plugin(plasma_engine_potd ${potd_engine_SRCS} )
target_link_libraries(plasma_engine_potd plasmapotdprovidercore ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} ) target_link_libraries(plasma_engine_potd plasmapotdprovidercore KDE4::kdeui KDE4::plasma )
install(TARGETS plasma_engine_potd DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install(TARGETS plasma_engine_potd DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
install(FILES plasma-dataengine-potd.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} ) install(FILES plasma-dataengine-potd.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
@ -17,7 +17,7 @@ set(potd_provider_core_SRCS
) )
add_library(plasmapotdprovidercore SHARED ${potd_provider_core_SRCS}) add_library(plasmapotdprovidercore SHARED ${potd_provider_core_SRCS})
target_link_libraries(plasmapotdprovidercore ${KDE4_KDEUI_LIBS}) target_link_libraries(plasmapotdprovidercore KDE4::kdeui)
generate_export_header(plasmapotdprovidercore BASE_NAME plasma_potd) generate_export_header(plasmapotdprovidercore BASE_NAME plasma_potd)
@ -32,7 +32,7 @@ set( potd_flickr_provider_SRCS
) )
kde4_add_plugin( plasma_potd_flickrprovider ${potd_flickr_provider_SRCS} ) kde4_add_plugin( plasma_potd_flickrprovider ${potd_flickr_provider_SRCS} )
target_link_libraries( plasma_potd_flickrprovider plasmapotdprovidercore ${KDE4_KIO_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY}) target_link_libraries( plasma_potd_flickrprovider plasmapotdprovidercore KDE4::kio KDE4::kdecore ${QT_QTGUI_LIBRARY})
install( TARGETS plasma_potd_flickrprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install( TARGETS plasma_potd_flickrprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
install( FILES flickrprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} ) install( FILES flickrprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
@ -42,7 +42,7 @@ set( potd_apod_provider_SRCS
) )
kde4_add_plugin( plasma_potd_apodprovider ${potd_apod_provider_SRCS} ) kde4_add_plugin( plasma_potd_apodprovider ${potd_apod_provider_SRCS} )
target_link_libraries( plasma_potd_apodprovider plasmapotdprovidercore ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS}) target_link_libraries( plasma_potd_apodprovider plasmapotdprovidercore KDE4::kio ${QT_QTGUI_LIBRARY} KDE4::kdecore)
install( TARGETS plasma_potd_apodprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install( TARGETS plasma_potd_apodprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
install( FILES apodprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} ) install( FILES apodprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
@ -51,6 +51,6 @@ set( potd_epod_provider_SRCS
) )
kde4_add_plugin( plasma_potd_epodprovider ${potd_epod_provider_SRCS} ) kde4_add_plugin( plasma_potd_epodprovider ${potd_epod_provider_SRCS} )
target_link_libraries( plasma_potd_epodprovider plasmapotdprovidercore ${KDE4_KIO_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY}) target_link_libraries( plasma_potd_epodprovider plasmapotdprovidercore KDE4::kio KDE4::kdecore ${QT_QTGUI_LIBRARY})
install( TARGETS plasma_potd_epodprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install( TARGETS plasma_potd_epodprovider DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
install( FILES epodprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} ) install( FILES epodprovider.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )

View file

@ -17,8 +17,8 @@ set(plasmaweather_HEADERS
add_library(plasmaweather SHARED ${plasmaweather_LIB_SRCS}) add_library(plasmaweather SHARED ${plasmaweather_LIB_SRCS})
target_link_libraries(plasmaweather target_link_libraries(plasmaweather
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4WORKSPACE_WEATHERION_LIBRARY} ${KDE4WORKSPACE_WEATHERION_LIBRARY}
) )

View file

@ -9,15 +9,15 @@ set(kcm_krunner_audioplayercontrol_SRCS
kde4_add_plugin(kcm_krunner_audioplayercontrol ${kcm_krunner_audioplayercontrol_SRCS}) kde4_add_plugin(kcm_krunner_audioplayercontrol ${kcm_krunner_audioplayercontrol_SRCS})
target_link_libraries(kcm_krunner_audioplayercontrol target_link_libraries(kcm_krunner_audioplayercontrol
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KCMUTILS_LIBS} KDE4::kcmutils
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
) )
kde4_add_plugin(krunner_audioplayercontrol ${krunner_audioplayercontrol_SRCS}) kde4_add_plugin(krunner_audioplayercontrol ${krunner_audioplayercontrol_SRCS})
target_link_libraries(krunner_audioplayercontrol ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS}) target_link_libraries(krunner_audioplayercontrol KDE4::kio KDE4::kdeui KDE4::plasma)
install(TARGETS krunner_audioplayercontrol kcm_krunner_audioplayercontrol DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krunner_audioplayercontrol kcm_krunner_audioplayercontrol DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -8,16 +8,16 @@ set(kcm_krunner_charrunner_SRCS
kde4_add_plugin(kcm_krunner_charrunner ${kcm_krunner_charrunner_SRCS}) kde4_add_plugin(kcm_krunner_charrunner ${kcm_krunner_charrunner_SRCS})
target_link_libraries(kcm_krunner_charrunner target_link_libraries(kcm_krunner_charrunner
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KCMUTILS_LIBS} KDE4::kcmutils
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
) )
# Now make sure all files get to the right place # Now make sure all files get to the right place
kde4_add_plugin(krunner_charrunner ${krunner_charrunner_SRCS}) kde4_add_plugin(krunner_charrunner ${krunner_charrunner_SRCS})
target_link_libraries(krunner_charrunner ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(krunner_charrunner KDE4::plasma KDE4::kio)
# Install the library and .desktop file # Install the library and .desktop file
install( install(

View file

@ -5,7 +5,7 @@ set(krunner_converter_SRCS
) )
kde4_add_plugin(krunner_converter ${krunner_converter_SRCS}) kde4_add_plugin(krunner_converter ${krunner_converter_SRCS})
target_link_libraries(krunner_converter ${KDE4_KIO_LIBS} ${KDE4_PLASMA_LIBS}) target_link_libraries(krunner_converter KDE4::kio KDE4::plasma)
install(TARGETS krunner_converter DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krunner_converter DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-converter.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-runner-converter.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -5,7 +5,7 @@ set(plasma_runner_datetime_SRCS
) )
kde4_add_plugin(plasma_runner_datetime ${plasma_runner_datetime_SRCS}) kde4_add_plugin(plasma_runner_datetime ${plasma_runner_datetime_SRCS})
target_link_libraries(plasma_runner_datetime ${KDE4_PLASMA_LIBS}) target_link_libraries(plasma_runner_datetime KDE4::plasma)
install(TARGETS plasma_runner_datetime DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_runner_datetime DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-datetime.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-runner-datetime.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -4,8 +4,8 @@ set(kcm_dictionaryrunner_SRCS dictionaryrunner_config.cpp)
kde4_add_plugin(krunner_dictionary ${dictionaryrunner_SRCS}) kde4_add_plugin(krunner_dictionary ${dictionaryrunner_SRCS})
kde4_add_plugin(kcm_krunner_dictionary ${kcm_dictionaryrunner_SRCS}) kde4_add_plugin(kcm_krunner_dictionary ${kcm_dictionaryrunner_SRCS})
target_link_libraries(krunner_dictionary ${KDE4_PLASMA_LIBS}) target_link_libraries(krunner_dictionary KDE4::plasma)
target_link_libraries(kcm_krunner_dictionary ${KDE4_KCMUTILS_LIBS}) target_link_libraries(kcm_krunner_dictionary KDE4::kcmutils)
install(TARGETS krunner_dictionary kcm_krunner_dictionary DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krunner_dictionary kcm_krunner_dictionary DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-dictionary.desktop plasma-runner-dictionary_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-runner-dictionary.desktop plasma-runner-dictionary_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -3,7 +3,7 @@ set(krunner_katesessions_SRCS
) )
kde4_add_plugin(krunner_katesessions ${krunner_katesessions_SRCS}) kde4_add_plugin(krunner_katesessions ${krunner_katesessions_SRCS})
target_link_libraries(krunner_katesessions ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(krunner_katesessions KDE4::plasma KDE4::kio)
install(TARGETS krunner_katesessions DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install(TARGETS krunner_katesessions DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )

View file

@ -3,7 +3,7 @@ set(krunner_konsolesessions_SRCS
) )
kde4_add_plugin(krunner_konsolesessions ${krunner_konsolesessions_SRCS}) kde4_add_plugin(krunner_konsolesessions ${krunner_konsolesessions_SRCS})
target_link_libraries(krunner_konsolesessions ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(krunner_konsolesessions KDE4::plasma KDE4::kio)
install(TARGETS krunner_konsolesessions DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} ) install(TARGETS krunner_konsolesessions DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )

View file

@ -9,15 +9,15 @@ set(kcm_krunner_spellcheck_SRCS
kde4_add_plugin(kcm_krunner_spellcheck ${kcm_krunner_spellcheck_SRCS}) kde4_add_plugin(kcm_krunner_spellcheck ${kcm_krunner_spellcheck_SRCS})
target_link_libraries(kcm_krunner_spellcheck target_link_libraries(kcm_krunner_spellcheck
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KCMUTILS_LIBS} KDE4::kcmutils
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
) )
kde4_add_plugin(krunner_spellcheckrunner ${krunner_spellcheckrunner_SRCS}) kde4_add_plugin(krunner_spellcheckrunner ${krunner_spellcheckrunner_SRCS})
target_link_libraries(krunner_spellcheckrunner ${KDE4_KCMUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS}) target_link_libraries(krunner_spellcheckrunner KDE4::kcmutils KDE4::kdeui KDE4::plasma)
install(TARGETS krunner_spellcheckrunner kcm_krunner_spellcheck DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krunner_spellcheckrunner kcm_krunner_spellcheck DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-spellchecker.desktop plasma-runner-spellchecker_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-runner-spellchecker.desktop plasma-runner-spellchecker_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -9,7 +9,7 @@ set(pattern_SRCS
) )
kde4_add_plugin(plasma_wallpaper_pattern ${pattern_SRCS}) kde4_add_plugin(plasma_wallpaper_pattern ${pattern_SRCS})
target_link_libraries(plasma_wallpaper_pattern ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KFILE_LIBS}) target_link_libraries(plasma_wallpaper_pattern KDE4::plasma KDE4::kdecore KDE4::kfile)
install(TARGETS plasma_wallpaper_pattern DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_wallpaper_pattern DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-wallpaper-pattern.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-wallpaper-pattern.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -6,7 +6,7 @@ set(potd_SRCS
) )
kde4_add_plugin(plasma_wallpaper_potd ${potd_SRCS}) kde4_add_plugin(plasma_wallpaper_potd ${potd_SRCS})
target_link_libraries(plasma_wallpaper_potd ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(plasma_wallpaper_potd KDE4::plasma KDE4::kdeui KDE4::kio)
install(TARGETS plasma_wallpaper_potd DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_wallpaper_potd DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-wallpaper-potd.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-wallpaper-potd.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -3,7 +3,7 @@ project(plasma-wallpaper-qml)
kde4_add_plugin(plasma_wallpaper_qml wallpapersmodel.cpp wallpapersqml.cpp backgrounddelegate.cpp viewconfig.ui) kde4_add_plugin(plasma_wallpaper_qml wallpapersmodel.cpp wallpapersqml.cpp backgrounddelegate.cpp viewconfig.ui)
target_link_libraries(plasma_wallpaper_qml target_link_libraries(plasma_wallpaper_qml
${QT_QTDECLARATIVE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY}
${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} kdeclarative KDE4::plasma KDE4::kdecore kdeclarative
) )
install(TARGETS plasma_wallpaper_qml DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_wallpaper_qml DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -16,9 +16,9 @@ endif()
kde4_add_plugin(plasma_wallpaper_virus ${virus_SRCS}) kde4_add_plugin(plasma_wallpaper_virus ${virus_SRCS})
target_link_libraries(plasma_wallpaper_virus target_link_libraries(plasma_wallpaper_virus
${KDE4_PLASMA_LIBS} KDE4::plasma
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KFILE_LIBS} KDE4::kfile
) )
install( install(

View file

@ -12,7 +12,7 @@ set(weather_SRCS
) )
kde4_add_plugin(plasma_wallpaper_weather ${weather_SRCS}) kde4_add_plugin(plasma_wallpaper_weather ${weather_SRCS})
target_link_libraries(plasma_wallpaper_weather ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} plasmaweather) target_link_libraries(plasma_wallpaper_weather KDE4::plasma KDE4::kio KDE4::kfile plasmaweather)
install(TARGETS plasma_wallpaper_weather DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_wallpaper_weather DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-wallpaper-weather.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-wallpaper-weather.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -24,8 +24,8 @@ set(kemu_sources
add_executable(kemu ${kemu_sources}) add_executable(kemu ${kemu_sources})
target_link_libraries(kemu target_link_libraries(kemu
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KFILE_LIBS} KDE4::kfile
${QT_QTDBUS_LIBRARY} ${QT_QTDBUS_LIBRARY}
) )

View file

@ -6,7 +6,7 @@ set(kded_kemu_SRCS
qt4_generate_dbus_interface(kded_kemu.h org.kde.kemu.xml) qt4_generate_dbus_interface(kded_kemu.h org.kde.kemu.xml)
kde4_add_plugin(kded_kemu ${kded_kemu_SRCS}) kde4_add_plugin(kded_kemu ${kded_kemu_SRCS})
target_link_libraries(kded_kemu ${KDE4_KDECORE_LIBS}) target_link_libraries(kded_kemu KDE4::kdecore)
install( install(
TARGETS kded_kemu TARGETS kded_kemu

View file

@ -4,8 +4,8 @@ set(krunner_kemu_SRCS
kde4_add_plugin(krunner_kemu ${krunner_kemu_SRCS}) kde4_add_plugin(krunner_kemu ${krunner_kemu_SRCS})
target_link_libraries(krunner_kemu target_link_libraries(krunner_kemu
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_PLASMA_LIBS} KDE4::plasma
) )
install( install(

View file

@ -128,8 +128,8 @@ qt4_add_dbus_adaptor(kgetcore_SRCS dbus/org.kde.kget.verifier.xml dbus/dbusverif
add_library(kgetcore SHARED ${kgetcore_SRCS}) add_library(kgetcore SHARED ${kgetcore_SRCS})
target_link_libraries(kgetcore target_link_libraries(kgetcore
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_SOLID_LIBS} KDE4::solid
) )
if (KDE4WORKSPACE_FOUND) if (KDE4WORKSPACE_FOUND)
@ -215,11 +215,11 @@ qt4_add_dbus_adaptor(kget_SRCS dbus/org.kde.kget.main.xml dbus/dbuskgetwrapper.h
add_executable(kget ${kget_SRCS}) add_executable(kget ${kget_SRCS})
target_link_libraries(kget target_link_libraries(kget
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KCMUTILS_LIBS} KDE4::kcmutils
${KDE4_KNOTIFYCONFIG_LIBS} KDE4::knotifyconfig
${KDE4_KPASSWDSTORE_LIBS} KDE4::kpasswdstore
kgetcore kgetcore
) )

View file

@ -13,7 +13,7 @@ set(kgetbarapplet_SRCS
qt4_add_dbus_interface(kgetbarapplet_SRCS ../../dbus/org.kde.kget.main.xml kget_interface) qt4_add_dbus_interface(kgetbarapplet_SRCS ../../dbus/org.kde.kget.main.xml kget_interface)
kde4_add_plugin(plasma_kget_barapplet ${kgetbarapplet_SRCS}) kde4_add_plugin(plasma_kget_barapplet ${kgetbarapplet_SRCS})
target_link_libraries(plasma_kget_barapplet ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) target_link_libraries(plasma_kget_barapplet KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_kget_barapplet DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_kget_barapplet DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
@ -26,7 +26,7 @@ install(TARGETS plasma_kget_barapplet DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
#qt4_add_dbus_interface(kgetpanelbar_SRCS ../../../kget/dbus/org.kde.kget.main.xml kget_interface) #qt4_add_dbus_interface(kgetpanelbar_SRCS ../../../kget/dbus/org.kde.kget.main.xml kget_interface)
# #
#kde4_add_plugin(plasma_kget_panelbar ${kgetpanelbar_SRCS}) #kde4_add_plugin(plasma_kget_panelbar ${kgetpanelbar_SRCS})
#target_link_libraries(plasma_kget_panelbar ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) #target_link_libraries(plasma_kget_panelbar KDE4::plasma KDE4::kdeui KDE4::kio)
# #
#install(TARGETS plasma_kget_panelbar DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) #install(TARGETS plasma_kget_panelbar DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
@ -38,7 +38,7 @@ set(kgetpiechart_SRCS
qt4_add_dbus_interface(kgetpiechart_SRCS ../../dbus/org.kde.kget.main.xml kget_interface) qt4_add_dbus_interface(kgetpiechart_SRCS ../../dbus/org.kde.kget.main.xml kget_interface)
kde4_add_plugin(plasma_kget_piechart ${kgetpiechart_SRCS}) kde4_add_plugin(plasma_kget_piechart ${kgetpiechart_SRCS})
target_link_libraries(plasma_kget_piechart ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS}) target_link_libraries(plasma_kget_piechart KDE4::plasma KDE4::kdeui)
install(TARGETS plasma_kget_piechart DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_kget_piechart DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -7,7 +7,7 @@ set(kget_engine_SRCS
qt4_add_dbus_interface(kget_engine_SRCS ../../dbus/org.kde.kget.main.xml kget_interface) qt4_add_dbus_interface(kget_engine_SRCS ../../dbus/org.kde.kget.main.xml kget_interface)
kde4_add_plugin(plasma_engine_kget ${kget_engine_SRCS}) kde4_add_plugin(plasma_engine_kget ${kget_engine_SRCS})
target_link_libraries(plasma_engine_kget ${KDE4_KDECORE_LIBS} ${KDE4_PLASMA_LIBS}) target_link_libraries(plasma_engine_kget KDE4::kdecore KDE4::plasma)
install(TARGETS plasma_engine_kget DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_engine_kget DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-engine-kget.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-engine-kget.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -8,7 +8,7 @@ kde4_add_plugin(krunner_kget
${krunner_kget_SRCS} ${krunner_kget_SRCS}
) )
target_link_libraries(krunner_kget target_link_libraries(krunner_kget
${KDE4_PLASMA_LIBS} KDE4::plasma
) )
install(TARGETS install(TARGETS

View file

@ -13,19 +13,19 @@ qt4_add_dbus_interface(kget_test_transfers_SRCS ../dbus/org.kde.kget.verifier.xm
kde4_add_test(kget-test_transfers ${kget_test_transfers_SRCS}) kde4_add_test(kget-test_transfers ${kget_test_transfers_SRCS})
target_link_libraries(kget-test_transfers ${QT_QTTEST_LIBRARY} ${KDE4_KIO_LIBS} kgetcore) target_link_libraries(kget-test_transfers ${QT_QTTEST_LIBRARY} KDE4::kio kgetcore)
#===========Verifier=========== #===========Verifier===========
kde4_add_test(kget-verifiertest verifiertest.cpp) kde4_add_test(kget-verifiertest verifiertest.cpp)
target_link_libraries(kget-verifiertest ${QT_QTTEST_LIBRARY} ${KDE4_KDECORE_LIBS} kgetcore) target_link_libraries(kget-verifiertest ${QT_QTTEST_LIBRARY} KDE4::kdecore kgetcore)
#===========Scheduler=========== #===========Scheduler===========
kde4_add_test(kget-schedulertest schedulertest.cpp) kde4_add_test(kget-schedulertest schedulertest.cpp)
target_link_libraries(kget-schedulertest ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} kgetcore) target_link_libraries(kget-schedulertest ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} KDE4::kdecore kgetcore)
#===========FileDeleter=========== #===========FileDeleter===========
set(filedeletertest_SRCS set(filedeletertest_SRCS
@ -35,4 +35,4 @@ set(filedeletertest_SRCS
kde4_add_test(kget-filedeletertest ${filedeletertest_SRCS}) kde4_add_test(kget-filedeletertest ${filedeletertest_SRCS})
target_link_libraries(kget-filedeletertest ${KDE4_KIO_LIBS} ${QT_QTTEST_LIBRARY}) target_link_libraries(kget-filedeletertest KDE4::kio ${QT_QTTEST_LIBRARY})

View file

@ -12,7 +12,7 @@ kde4_add_kcfg_files(kget_checksumsearchfactory_PART_SRCS checksumsearchsettings.
kde4_add_plugin(kget_checksumsearchfactory ${kget_checksumsearchfactory_PART_SRCS}) kde4_add_plugin(kget_checksumsearchfactory ${kget_checksumsearchfactory_PART_SRCS})
target_link_libraries(kget_checksumsearchfactory ${KDE4_KIO_LIBS} kgetcore) target_link_libraries(kget_checksumsearchfactory KDE4::kio kgetcore)
install(TARGETS kget_checksumsearchfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS kget_checksumsearchfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kget_checksumsearchfactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES kget_checksumsearchfactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
@ -28,7 +28,7 @@ set(kcm_kget_checksumsearchfactory_PART_SRCS
kde4_add_kcfg_files(kcm_kget_checksumsearchfactory_PART_SRCS checksumsearchsettings.kcfgc) kde4_add_kcfg_files(kcm_kget_checksumsearchfactory_PART_SRCS checksumsearchsettings.kcfgc)
kde4_add_plugin(kcm_kget_checksumsearchfactory ${kcm_kget_checksumsearchfactory_PART_SRCS}) kde4_add_plugin(kcm_kget_checksumsearchfactory ${kcm_kget_checksumsearchfactory_PART_SRCS})
target_link_libraries(kcm_kget_checksumsearchfactory ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} kgetcore) target_link_libraries(kcm_kget_checksumsearchfactory KDE4::kdeui KDE4::kio kgetcore)
install(TARGETS kcm_kget_checksumsearchfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS kcm_kget_checksumsearchfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kget_checksumsearchfactory_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES kget_checksumsearchfactory_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -10,7 +10,7 @@ set(kget_kiofactory_PART_SRCS
kde4_add_plugin(kget_kiofactory ${kget_kiofactory_PART_SRCS}) kde4_add_plugin(kget_kiofactory ${kget_kiofactory_PART_SRCS})
target_link_libraries(kget_kiofactory ${KDE4_KIO_LIBS} kgetcore) target_link_libraries(kget_kiofactory KDE4::kio kgetcore)
install(TARGETS kget_kiofactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS kget_kiofactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kget_kiofactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES kget_kiofactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -13,7 +13,7 @@ set(kget_mmsfactory_PART_SRCS
kde4_add_kcfg_files(kget_mmsfactory_PART_SRCS mmssettings.kcfgc) kde4_add_kcfg_files(kget_mmsfactory_PART_SRCS mmssettings.kcfgc)
kde4_add_plugin(kget_mmsfactory ${kget_mmsfactory_PART_SRCS}) kde4_add_plugin(kget_mmsfactory ${kget_mmsfactory_PART_SRCS})
target_link_libraries(kget_mmsfactory ${KDE4_KIO_LIBS} kgetcore ${LIBMMS_LIBRARIES}) target_link_libraries(kget_mmsfactory KDE4::kio kgetcore ${LIBMMS_LIBRARIES})
install(TARGETS kget_mmsfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS kget_mmsfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kget_mmsfactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES kget_mmsfactory.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
@ -26,7 +26,7 @@ set(kcm_kget_mmsfactory_PART_SRCS
) )
kde4_add_kcfg_files(kcm_kget_mmsfactory_PART_SRCS mmssettings.kcfgc) kde4_add_kcfg_files(kcm_kget_mmsfactory_PART_SRCS mmssettings.kcfgc)
kde4_add_plugin(kcm_kget_mmsfactory ${kcm_kget_mmsfactory_PART_SRCS}) kde4_add_plugin(kcm_kget_mmsfactory ${kcm_kget_mmsfactory_PART_SRCS})
target_link_libraries(kcm_kget_mmsfactory ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS}) target_link_libraries(kcm_kget_mmsfactory KDE4::kdeui KDE4::kio)
install(TARGETS kcm_kget_mmsfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS kcm_kget_mmsfactory DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kget_mmsfactory_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES kget_mmsfactory_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -15,7 +15,7 @@ set(kget_torrentfactory_PART_SRCS
kde4_add_plugin(kget_torrentfactory ${kget_torrentfactory_PART_SRCS}) kde4_add_plugin(kget_torrentfactory ${kget_torrentfactory_PART_SRCS})
target_link_libraries(kget_torrentfactory target_link_libraries(kget_torrentfactory
${KDE4_KDECORE_LIBS} KDE4::kdecore
${LIBTORRENT_LIBRARIES} ${LIBTORRENT_LIBRARIES}
kgetcore kgetcore
) )
@ -41,7 +41,7 @@ set(kcm_kget_torrentfactory_PART_SRCS
kde4_add_plugin(kcm_kget_torrentfactory ${kcm_kget_torrentfactory_PART_SRCS}) kde4_add_plugin(kcm_kget_torrentfactory ${kcm_kget_torrentfactory_PART_SRCS})
target_link_libraries(kcm_kget_torrentfactory target_link_libraries(kcm_kget_torrentfactory
${KDE4_KDEUI_LIBS} KDE4::kdeui
${LIBTORRENT_LIBRARIES} ${LIBTORRENT_LIBRARIES}
) )

View file

@ -107,9 +107,9 @@ set(kmix_SRCS ${kmix_adaptor_SRCS} ${kmix_backend_SRCS}
add_executable(kmix ${kmix_SRCS}) add_executable(kmix ${kmix_SRCS})
target_link_libraries(kmix target_link_libraries(kmix
${KDE4_SOLID_LIBS} KDE4::solid
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_PLASMA_LIBS} KDE4::plasma
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
${X11_X11_LIB} ${X11_X11_LIB}
) )
@ -150,8 +150,8 @@ kde4_add_plugin(kded_kmixd ${kded_kmixd_SRCS})
target_link_libraries(kded_kmixd target_link_libraries(kded_kmixd
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_SOLID_LIBS} KDE4::solid
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
) )
@ -193,8 +193,8 @@ set(kmixctrl_SRCS ${kmix_adaptor_SRCS} ${kmix_backend_SRCS}
add_executable(kmixctrl ${kmixctrl_SRCS}) add_executable(kmixctrl ${kmixctrl_SRCS})
target_link_libraries(kmixctrl target_link_libraries(kmixctrl
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_SOLID_LIBS} KDE4::solid
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
) )

View file

@ -13,8 +13,8 @@ qt4_add_dbus_interface(mixer_engine_SRCS ../../dbus/org.kde.kmix.control.xml
control_interface) control_interface)
kde4_add_plugin(plasma_engine_mixer ${mixer_engine_SRCS}) kde4_add_plugin(plasma_engine_mixer ${mixer_engine_SRCS})
target_link_libraries(plasma_engine_mixer ${KDE4_KDECORE_LIBS} target_link_libraries(plasma_engine_mixer KDE4::kdecore
${KDE4_PLASMA_LIBS}) KDE4::plasma)
install(TARGETS plasma_engine_mixer DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS plasma_engine_mixer DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-engine-mixer.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}) install(FILES plasma-engine-mixer.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})

View file

@ -24,7 +24,7 @@ add_executable(profiletest ${profiletest_SRCS}
${kmix_adaptor_SRCS} ${kmix_adaptor_SRCS}
) )
target_link_libraries(profiletest ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY}) target_link_libraries(profiletest KDE4::kdecore KDE4::solid ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY})
if (ALSA_FOUND) if (ALSA_FOUND)
target_link_libraries(profiletest ${ALSA_LIBRARIES}) target_link_libraries(profiletest ${ALSA_LIBRARIES})
@ -35,4 +35,4 @@ set(dialogtest_SRCS dialogtest.cpp)
add_executable(dialogtest ${dialogtest_SRCS}) add_executable(dialogtest ${dialogtest_SRCS})
target_link_libraries(dialogtest ${KDE4_KDEUI_LIBS}) target_link_libraries(dialogtest KDE4::kdeui)

View file

@ -60,14 +60,14 @@ set(krdc_SRCS
add_executable(krdc ${krdc_SRCS}) add_executable(krdc ${krdc_SRCS})
target_link_libraries(krdc target_link_libraries(krdc
${KDE4_KFILE_LIBS} KDE4::kfile
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KNOTIFYCONFIG_LIBS} KDE4::knotifyconfig
${KDE4_KCMUTILS_LIBS} KDE4::kcmutils
krdccore krdccore
) )
target_link_libraries(krdc ${KDE4_KDNSSD_LIBS}) target_link_libraries(krdc KDE4::kdnssd)
install(TARGETS krdc DESTINATION ${KDE4_BIN_INSTALL_DIR}) install(TARGETS krdc DESTINATION ${KDE4_BIN_INSTALL_DIR})
install(FILES krdcui.rc DESTINATION ${KDE4_DATA_INSTALL_DIR}/krdc) install(FILES krdcui.rc DESTINATION ${KDE4_DATA_INSTALL_DIR}/krdc)

View file

@ -11,9 +11,9 @@ kde4_add_kcfg_files(krdccore_SRCS settings.kcfgc)
add_library(krdccore SHARED ${krdccore_SRCS}) add_library(krdccore SHARED ${krdccore_SRCS})
target_link_libraries(krdccore target_link_libraries(krdccore
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KPASSWDSTORE_LIBS} KDE4::kpasswdstore
) )
set_target_properties(krdccore PROPERTIES set_target_properties(krdccore PROPERTIES

View file

@ -9,9 +9,9 @@ if(BUILD_KONSOLE)
kde4_add_plugin(krdc_konsoleplugin ${konsoleplugin_SRCS}) kde4_add_plugin(krdc_konsoleplugin ${konsoleplugin_SRCS})
target_link_libraries(krdc_konsoleplugin target_link_libraries(krdc_konsoleplugin
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KPARTS_LIBS} KDE4::kparts
krdccore krdccore
) )
install(TARGETS krdc_konsoleplugin DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krdc_konsoleplugin DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -20,8 +20,8 @@ if(HAVE_XFREERDP)
kde4_add_plugin(krdc_rdpplugin ${rdpplugin_SRCS}) kde4_add_plugin(krdc_rdpplugin ${rdpplugin_SRCS})
target_link_libraries(krdc_rdpplugin target_link_libraries(krdc_rdpplugin
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
krdccore krdccore
) )
@ -32,7 +32,7 @@ if(HAVE_XFREERDP)
kde4_add_plugin(kcm_krdc_rdpplugin ${kcm_krdc_rdpplugin_SRCS}) kde4_add_plugin(kcm_krdc_rdpplugin ${kcm_krdc_rdpplugin_SRCS})
target_link_libraries(kcm_krdc_rdpplugin target_link_libraries(kcm_krdc_rdpplugin
${KDE4_KDEUI_LIBS} KDE4::kdeui
krdccore krdccore
) )

View file

@ -10,8 +10,8 @@ set(testplugin_SRCS
kde4_add_plugin(krdc_testplugin ${testplugin_SRCS}) kde4_add_plugin(krdc_testplugin ${testplugin_SRCS})
target_link_libraries(krdc_testplugin target_link_libraries(krdc_testplugin
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
krdccore krdccore
) )
install(TARGETS krdc_testplugin DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS krdc_testplugin DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -18,8 +18,8 @@ if(LIBVNCSERVER_FOUND)
kde4_add_plugin(krdc_vncplugin ${vncplugin_SRCS}) kde4_add_plugin(krdc_vncplugin ${vncplugin_SRCS})
target_link_libraries(krdc_vncplugin target_link_libraries(krdc_vncplugin
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${LIBVNCCLIENT_LIBRARIES} ${LIBVNCCLIENT_LIBRARIES}
krdccore krdccore
) )
@ -31,7 +31,7 @@ if(LIBVNCSERVER_FOUND)
kde4_add_plugin(kcm_krdc_vncplugin ${kcm_krdc_vncplugin_SRCS}) kde4_add_plugin(kcm_krdc_vncplugin ${kcm_krdc_vncplugin_SRCS})
target_link_libraries(kcm_krdc_vncplugin target_link_libraries(kcm_krdc_vncplugin
${KDE4_KDEUI_LIBS} KDE4::kdeui
krdccore krdccore
) )

View file

@ -14,7 +14,7 @@ kde4_add_plugin (krfb_framebuffer_qt
target_link_libraries (krfb_framebuffer_qt target_link_libraries (krfb_framebuffer_qt
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
${KDE4_KDEUI_LIBS} KDE4::kdeui
krfbprivate krfbprivate
) )

View file

@ -19,7 +19,7 @@ kde4_add_plugin(krfb_framebuffer_x11
) )
target_link_libraries(krfb_framebuffer_x11 target_link_libraries(krfb_framebuffer_x11
${KDE4_KDEUI_LIBS} KDE4::kdeui
${QT_QTCORE_LIBRARY} ${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
${X11_X11_LIB} ${X11_X11_LIB}

View file

@ -76,9 +76,9 @@ target_link_libraries(krfb
${X11_Xdamage_LIB} ${X11_Xdamage_LIB}
${X11_XTest_LIB} ${X11_XTest_LIB}
${QT_QTNETWORK_LIBRARY} ${QT_QTNETWORK_LIBRARY}
${KDE4_KDNSSD_LIBS} KDE4::kdnssd
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KPASSWDSTORE_LIBS} KDE4::kpasswdstore
${LIBVNCSERVER_LIBRARIES} ${LIBVNCSERVER_LIBRARIES}
) )

View file

@ -53,7 +53,7 @@ qt4_add_dbus_adaptor(ksnapshot_SRCS org.kde.ksnapshot.xml ksnapshot.h KSnapshot)
add_executable(ksnapshot ${ksnapshot_SRCS}) add_executable(ksnapshot ${ksnapshot_SRCS})
target_link_libraries(ksnapshot ${KDE4_KIO_LIBS} ${X11_LIBRARIES}) target_link_libraries(ksnapshot KDE4::kio ${X11_LIBRARIES})
if (X11_Xfixes_FOUND) if (X11_Xfixes_FOUND)
target_link_libraries(ksnapshot ${X11_Xfixes_LIB}) target_link_libraries(ksnapshot ${X11_Xfixes_LIB})
@ -73,7 +73,7 @@ set(kbackgroundsnapshot_SRCS
add_executable(kbackgroundsnapshot ${kbackgroundsnapshot_SRCS}) add_executable(kbackgroundsnapshot ${kbackgroundsnapshot_SRCS})
target_link_libraries(kbackgroundsnapshot target_link_libraries(kbackgroundsnapshot
${KDE4_KIO_LIBS} KDE4::kio
${X11_LIBRARIES} ${X11_LIBRARIES}
) )

View file

@ -12,7 +12,7 @@ endif()
set(ktimer_SRCS main.cpp ktimer.cpp prefwidget.ui) set(ktimer_SRCS main.cpp ktimer.cpp prefwidget.ui)
add_executable(ktimer ${ktimer_SRCS}) add_executable(ktimer ${ktimer_SRCS})
target_link_libraries(ktimer ${KDE4_KIO_LIBS}) target_link_libraries(ktimer KDE4::kio)
install( install(
TARGETS ktimer TARGETS ktimer

View file

@ -23,8 +23,8 @@ QT4_ADD_DBUS_ADAPTOR(kvkbd_SRCS org.kde.kvkbd.Dock.xml
add_executable(kvkbd ${kvkbd_SRCS}) add_executable(kvkbd ${kvkbd_SRCS})
target_link_libraries(kvkbd target_link_libraries(kvkbd
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${QT_QTDBUS_LIBRARY} ${QT_QTDBUS_LIBRARY}
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
${X11_X11_LIB} ${X11_X11_LIB}

View file

@ -145,8 +145,8 @@ kde4_add_kcfg_files(okularcore_SRCS ${PROJECT_SOURCE_DIR}/conf/settings_core.kcf
add_library(okularcore SHARED ${okularcore_SRCS}) add_library(okularcore SHARED ${okularcore_SRCS})
target_link_libraries(okularcore target_link_libraries(okularcore
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KARCHIVE_LIBS} KDE4::karchive
${MATH_LIB} ${MATH_LIB}
KDE4::kmediaplayer KDE4::kmediaplayer
) )
@ -238,9 +238,9 @@ kde4_add_kcfg_files(okularpart_SRCS ${PROJECT_SOURCE_DIR}/conf/settings.kcfgc )
kde4_add_plugin(okularpart ${okularpart_SRCS}) kde4_add_plugin(okularpart ${okularpart_SRCS})
target_link_libraries(okularpart target_link_libraries(okularpart
${KDE4_KPARTS_LIBS} KDE4::kparts
${KDE4_KPASSWDSTORE_LIBS} KDE4::kpasswdstore
${KDE4_KARCHIVE_LIBS} KDE4::karchive
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
${QT_QTDBUS_LIBRARY} ${QT_QTDBUS_LIBRARY}
${MATH_LIB} ${MATH_LIB}

View file

@ -13,8 +13,8 @@ set(okularGenerator_comicbook_PART_SRCS
kde4_add_plugin(okularGenerator_comicbook ${okularGenerator_comicbook_PART_SRCS}) kde4_add_plugin(okularGenerator_comicbook ${okularGenerator_comicbook_PART_SRCS})
target_link_libraries(okularGenerator_comicbook target_link_libraries(okularGenerator_comicbook
${KDE4_KIO_LIBS} KDE4::kio
${KDE4_KARCHIVE_LIBS} KDE4::karchive
okularcore okularcore
) )

View file

@ -16,7 +16,7 @@ set(okularGenerator_djvu_SRCS
kde4_add_plugin(okularGenerator_djvu ${okularGenerator_djvu_SRCS}) kde4_add_plugin(okularGenerator_djvu ${okularGenerator_djvu_SRCS})
target_link_libraries(okularGenerator_djvu okularcore ${DJVULIBRE_LIBRARY} ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY}) target_link_libraries(okularGenerator_djvu okularcore ${DJVULIBRE_LIBRARY} KDE4::kdeui ${QT_QTXML_LIBRARY})
install(TARGETS okularGenerator_djvu DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS okularGenerator_djvu DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -15,7 +15,7 @@ set(okularGenerator_epub_PART_SRCS
kde4_add_plugin(okularGenerator_epub ${okularGenerator_epub_PART_SRCS}) kde4_add_plugin(okularGenerator_epub ${okularGenerator_epub_PART_SRCS})
target_link_libraries(okularGenerator_epub okularcore ${EPUB_LIBRARIES} ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY}) target_link_libraries(okularGenerator_epub okularcore ${EPUB_LIBRARIES} KDE4::kdecore KDE4::kdeui ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY})
install(TARGETS okularGenerator_epub DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS okularGenerator_epub DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -15,7 +15,7 @@ set(okularGenerator_fb_PART_SRCS
kde4_add_plugin(okularGenerator_fb ${okularGenerator_fb_PART_SRCS}) kde4_add_plugin(okularGenerator_fb ${okularGenerator_fb_PART_SRCS})
target_link_libraries(okularGenerator_fb okularcore ${KDE4_KIO_LIBS} ${KDE4_KARCHIVE_LIBS} ${QT_QTXML_LIBRARY}) target_link_libraries(okularGenerator_fb okularcore KDE4::kio KDE4::karchive ${QT_QTXML_LIBRARY})
install(TARGETS okularGenerator_fb DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS okularGenerator_fb DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

View file

@ -18,9 +18,9 @@ set(okularGenerator_markdown_SRCS
kde4_add_plugin(okularGenerator_md ${okularGenerator_markdown_SRCS}) kde4_add_plugin(okularGenerator_md ${okularGenerator_markdown_SRCS})
target_link_libraries(okularGenerator_md okularcore target_link_libraries(okularGenerator_md okularcore
${KDE4_KDECORE_LIBS} KDE4::kdecore
${KDE4_KDEUI_LIBS} KDE4::kdeui
${KDE4_KIO_LIBS} KDE4::kio
${QT_QTGUI_LIBRARY} ${QT_QTGUI_LIBRARY}
) )

View file

@ -15,7 +15,7 @@ set(okularGenerator_poppler_PART_SRCS
kde4_add_plugin(okularGenerator_poppler ${okularGenerator_poppler_PART_SRCS}) kde4_add_plugin(okularGenerator_poppler ${okularGenerator_poppler_PART_SRCS})
target_link_libraries(okularGenerator_poppler target_link_libraries(okularGenerator_poppler
${KDE4_KDEUI_LIBS} KDE4::kdeui
${POPPLER_LIBRARIES} ${POPPLER_LIBRARIES}
okularcore okularcore
) )

View file

@ -20,7 +20,7 @@ kde4_add_kcfg_files(okularGenerator_ghostview_SRCS conf/gssettings.kcfgc)
kde4_add_plugin(okularGenerator_ghostview ${okularGenerator_ghostview_SRCS}) kde4_add_plugin(okularGenerator_ghostview ${okularGenerator_ghostview_SRCS})
target_link_libraries(okularGenerator_ghostview target_link_libraries(okularGenerator_ghostview
${KDE4_KDEUI_LIBS} KDE4::kdeui
${QT_QTXML_LIBRARY} ${QT_QTXML_LIBRARY}
${LIBSPECTRE_LIBRARY} ${LIBSPECTRE_LIBRARY}
okularcore okularcore

View file

@ -14,7 +14,7 @@ set(okularGenerator_txt_SRCS
kde4_add_plugin(okularGenerator_txt ${okularGenerator_txt_SRCS}) kde4_add_plugin(okularGenerator_txt ${okularGenerator_txt_SRCS})
target_link_libraries(okularGenerator_txt okularcore ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY}) target_link_libraries(okularGenerator_txt okularcore KDE4::kdecore KDE4::kdeui ${QT_QTGUI_LIBRARY})
install(TARGETS okularGenerator_txt DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}) install(TARGETS okularGenerator_txt DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})

Some files were not shown because too many files have changed in this diff Show more