Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KDebugSettings
Commits
be997b76
Commit
be997b76
authored
Jan 02, 2021
by
Laurent Montel
😁
Browse files
Fix indent
parent
f7d370d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
be997b76
...
@@ -47,7 +47,7 @@ set(KDEBUGSETTINGS_LIB_VERSION "${RELEASE_SERVICE_VERSION}")
...
@@ -47,7 +47,7 @@ set(KDEBUGSETTINGS_LIB_VERSION "${RELEASE_SERVICE_VERSION}")
set
(
KDEBUGSETTINGS_LIB_SOVERSION
"5"
)
set
(
KDEBUGSETTINGS_LIB_SOVERSION
"5"
)
if
(
BUILD_TESTING
)
if
(
BUILD_TESTING
)
add_definitions
(
-DBUILD_TESTING
)
add_definitions
(
-DBUILD_TESTING
)
endif
(
BUILD_TESTING
)
endif
(
BUILD_TESTING
)
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
FALSE
)
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
FALSE
)
...
@@ -63,7 +63,7 @@ endif()
...
@@ -63,7 +63,7 @@ endif()
add_subdirectory
(
src
)
add_subdirectory
(
src
)
if
(
BUILD_TESTING
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
autotests
)
endif
()
endif
()
ecm_qt_install_logging_categories
(
EXPORT KDEBUGSETTINGS FILE kdebugsettings.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
ecm_qt_install_logging_categories
(
EXPORT KDEBUGSETTINGS FILE kdebugsettings.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment