diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4faabe9d5..1a195747a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2006-2026 KDE Contributors +# +# SPDX-License-Identifier: GPL-2.0-or-later + include(ECMAddAppIcon) set(ADMIN_WORKER_PACKAGE_NAME "kio-admin") @@ -668,6 +672,7 @@ install( ) if(BUILD_TESTING) + target_compile_definitions(dolphin PRIVATE BUILD_TESTING) add_subdirectory(tests) endif() |
