|
|
@ -17,7 +17,7 @@ set(settings_SRC
|
|
|
|
kpilotConfig.cc
|
|
|
|
kpilotConfig.cc
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
trinity_add_kcfg_files(settings_SRC kpilotSettings.kcfgc)
|
|
|
|
kde3_add_kcfg_files(settings_SRC kpilotSettings.kcfgc)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
###
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -50,8 +50,8 @@ set(kcmpilot_UIS
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
trinity_add_ui_files(kcmpilot_SRCS ${kcmpilot_UIS})
|
|
|
|
trinity_add_ui_files(kcmpilot_SRCS ${kcmpilot_UIS})
|
|
|
|
trinity_add_kcfg_files(kcmpilot_SRCS ${kcmpilot_KCFGS})
|
|
|
|
kde3_add_kcfg_files(kcmpilot_SRCS ${kcmpilot_KCFGS})
|
|
|
|
trinity_add_dcop_stubs(kcmpilot_SRCS pilotDaemonDCOP.h)
|
|
|
|
kde3_add_dcop_stubs(kcmpilot_SRCS pilotDaemonDCOP.h)
|
|
|
|
trinity_automoc(${kcmpilot_SRCS})
|
|
|
|
trinity_automoc(${kcmpilot_SRCS})
|
|
|
|
|
|
|
|
|
|
|
|
# Now add these generated files to the ADD_LIBRARY step
|
|
|
|
# Now add these generated files to the ADD_LIBRARY step
|
|
|
@ -75,7 +75,7 @@ set(kpilotTest_SRCS
|
|
|
|
main-test.cc
|
|
|
|
main-test.cc
|
|
|
|
)
|
|
|
|
)
|
|
|
|
# Acts as a receiver for DCOP log messages
|
|
|
|
# Acts as a receiver for DCOP log messages
|
|
|
|
trinity_add_dcop_skels(kpilotTest_SRCS loggerDCOP.h)
|
|
|
|
kde3_add_dcop_skels(kpilotTest_SRCS loggerDCOP.h)
|
|
|
|
|
|
|
|
|
|
|
|
trinity_automoc(${kpilotTest_SRCS})
|
|
|
|
trinity_automoc(${kpilotTest_SRCS})
|
|
|
|
add_executable(kpilotTest ${kpilotTest_SRCS})
|
|
|
|
add_executable(kpilotTest ${kpilotTest_SRCS})
|
|
|
@ -95,8 +95,8 @@ set(kpilotDaemon_SRCS
|
|
|
|
pilotDaemon.cc
|
|
|
|
pilotDaemon.cc
|
|
|
|
)
|
|
|
|
)
|
|
|
|
# Both sends and receives DCOP log messages. Talks to KPilot.
|
|
|
|
# Both sends and receives DCOP log messages. Talks to KPilot.
|
|
|
|
trinity_add_dcop_skels(kpilotDaemon_SRCS loggerDCOP.h pilotDaemonDCOP.h)
|
|
|
|
kde3_add_dcop_skels(kpilotDaemon_SRCS loggerDCOP.h pilotDaemonDCOP.h)
|
|
|
|
trinity_add_dcop_stubs(kpilotDaemon_SRCS loggerDCOP.h kpilotDCOP.h)
|
|
|
|
kde3_add_dcop_stubs(kpilotDaemon_SRCS loggerDCOP.h kpilotDCOP.h)
|
|
|
|
trinity_automoc(${kpilotDaemon_SRCS})
|
|
|
|
trinity_automoc(${kpilotDaemon_SRCS})
|
|
|
|
add_executable(kpilotDaemon ${kpilotDaemon_SRCS})
|
|
|
|
add_executable(kpilotDaemon ${kpilotDaemon_SRCS})
|
|
|
|
target_link_libraries(kpilotDaemon ${QT_LIBRARIES} kpilot kdeui kio)
|
|
|
|
target_link_libraries(kpilotDaemon ${QT_LIBRARIES} kpilot kdeui kio)
|
|
|
@ -133,8 +133,8 @@ set(kpilot_UIS
|
|
|
|
|
|
|
|
|
|
|
|
trinity_add_ui_files(kpilot_SRCS ${kpilot_UIS})
|
|
|
|
trinity_add_ui_files(kpilot_SRCS ${kpilot_UIS})
|
|
|
|
# Talks to the daemon. Listens as itself.
|
|
|
|
# Talks to the daemon. Listens as itself.
|
|
|
|
trinity_add_dcop_skels(kpilot_SRCS loggerDCOP.h kpilotDCOP.h)
|
|
|
|
kde3_add_dcop_skels(kpilot_SRCS loggerDCOP.h kpilotDCOP.h)
|
|
|
|
trinity_add_dcop_stubs(kpilot_SRCS pilotDaemonDCOP.h)
|
|
|
|
kde3_add_dcop_stubs(kpilot_SRCS pilotDaemonDCOP.h)
|
|
|
|
trinity_automoc(${kpilot_SRCS})
|
|
|
|
trinity_automoc(${kpilot_SRCS})
|
|
|
|
add_executable(kpilot_bin ${kpilot_SRCS})
|
|
|
|
add_executable(kpilot_bin ${kpilot_SRCS})
|
|
|
|
target_link_libraries(kpilot_bin ${QT_LIBRARIES} kpilot kutils kdeui kio)
|
|
|
|
target_link_libraries(kpilot_bin ${QT_LIBRARIES} kpilot kutils kdeui kio)
|
|
|
|