[utilities/kongress] /: RESOURCES is not defined
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3a28e68562a981290e0413ab22b116a2cd00fe51 by Laurent Montel.
Committed on 22/07/2026 at 05:51.
Pushed by mlaurent into branch 'master'.
RESOURCES is not defined
M +1 -1 kongressac/CMakeLists.txt
M +1 -1 src/CMakeLists.txt
https://invent.kde.org/utilities/kongress/-/commit/3a28e68562a981290e0413ab22b116a2cd00fe51
diff --git a/kongressac/CMakeLists.txt b/kongressac/CMakeLists.txt
index 890b41d..47b6e9a 100644
--- a/kongressac/CMakeLists.txt
+++ b/kongressac/CMakeLists.txt
@@ -23,7 +23,7 @@ set(kongressac_SRCS
qt_add_dbus_adaptor(kongressac_SRCS org.kde.kongressac.xml calalarmclient.h CalAlarmClient)
qt_add_dbus_adaptor(kongressac_SRCS org.kde.wakeupmanager.PowerManagement.xml wakeupmanager.h WakeupManager)
-add_executable(kongressac ${kongressac_SRCS} ${RESOURCES})
+add_executable(kongressac ${kongressac_SRCS})
target_link_libraries(kongressac
KF6::CoreAddons
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 63a64b4..bdbbedb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -25,7 +25,7 @@ set(kongress_SRCS
alarmchecker.h
)
-add_executable(kongress ${kongress_SRCS} ${RESOURCES})
+add_executable(kongress ${kongress_SRCS})
ecm_add_qml_module(kongress URI "org.kde.kongress" VERSION 0.1)