[plasma/aura-browser] app: Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (unused variable)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d1d8712cc618c51272efba4b0a2feafb2e029609 by Laurent Montel.
Committed on 23/07/2026 at 05:25.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (unused variable)
M +1 -1 app/CMakeLists.txt
https://invent.kde.org/plasma/aura-browser/-/commit/d1d8712cc618c51272efba4b0a2feafb2e029609
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 048a5cc..67308eb 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(aura-browser ${aura_browser_SRCS}
+add_executable(aura-browser
main.cpp
plugins/virtualMouse.cpp plugins/virtualMouse.h
plugins/virtualKeypress.cpp plugins/virtualKeypress.h