From 2bb73572b10ec2e56b84b8e359087188c4bef953 Mon Sep 17 00:00:00 2001 From: Emanoil Kotsev Date: Sun, 10 Nov 2024 12:00:32 +0000 Subject: [PATCH] renamed notificationsProxy to notificationdaemon to match recipe for created proxy and interfaces from xml Signed-off-by: Emanoil Kotsev --- src/daemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 9ba7c4e..f9a24b3 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -37,7 +37,7 @@ add_custom_command( WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) -make_moc ( notificationsProxy ) +make_moc ( notificationdaemon ) tde_add_executable( notification-daemon-tde AUTOMOC SOURCES ${NotificationDaemon_SRCS} notificationNodeService.cpp