[utilities/konsole] src: konsolepart: drop unused DEFINE_SYMBOL property
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8efbde4fd5db8330b690d527f3a6f5f89c001b26 by Friedrich W. H. Kossebau.
Committed on 06/08/2026 at 23:47.
Pushed by kossebau into branch 'master'.
konsolepart: drop unused DEFINE_SYMBOL property
Last usage removed in f9e2b3444dfcb43c2d7553753c0505b8f4114f8d
(also was misused as general macro flag, when it would flag only
non-static builds)
M +0 -1 src/CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/8efbde4fd5db8330b690d527f3a6f5f89c001b26
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bb912522f..97ce252bd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -419,7 +419,6 @@ set(konsolepart_PART_SRCS Part.cpp
add_library(konsolepart MODULE ${konsolepart_PART_SRCS})
generate_export_header(konsolepart BASE_NAME konsole)
-set_target_properties(konsolepart PROPERTIES DEFINE_SYMBOL KONSOLE_PART)
target_link_libraries(konsolepart
KF6::Parts
KF6::XmlGui