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
2a0bfbfc
Commit
2a0bfbfc
authored
Feb 16, 2021
by
Laurent Montel
😁
Browse files
Time to increase version
parent
996e7595
Pipeline
#51194
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2a0bfbfc
...
...
@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
project
(
kdebugsettings VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.14.0"
)
set
(
KF5_MIN_VERSION
"5.7
6
.0"
)
set
(
KF5_MIN_VERSION
"5.7
9
.0"
)
set
(
ECM_VERSION
${
KF5_MIN_VERSION
}
)
...
...
@@ -25,9 +25,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
ItemViews
Completion
)
include
(
FeatureSummary
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL 5.79
)
include
(
KDEGitCommitHooks
)
endif
()
include
(
KDEGitCommitHooks
)
include
(
ECMAddAppIcon
)
include
(
ECMInstallIcons
)
include
(
KDEInstallDirs
)
...
...
@@ -72,7 +70,5 @@ endif()
ecm_qt_install_logging_categories
(
EXPORT KDEBUGSETTINGS FILE kdebugsettings.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
install
(
FILES data/kde.renamecategories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL 5.79
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
endif
()
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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