Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWriteD
Commits
c8f8c80e
Commit
c8f8c80e
authored
Feb 02, 2022
by
Laurent Montel
Browse files
Make it compile against qt6
parent
699d24b0
Pipeline
#131818
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c8f8c80e
...
...
@@ -4,7 +4,7 @@ project(kwrited)
set
(
PROJECT_VERSION
"5.24.80"
)
set
(
QT_MIN_VERSION
"5.15.0"
)
set
(
KF5_MIN_VERSION
"5.
86
"
)
set
(
KF5_MIN_VERSION
"5.
90
"
)
set
(
KDE_COMPILERSETTINGS_LEVEL
"5.82"
)
set
(
CMAKE_CXX_STANDARD 17
)
...
...
@@ -21,7 +21,7 @@ include(FeatureSummary)
include
(
KDEClangFormat
)
include
(
KDEGitCommitHooks
)
find_package
(
Qt
5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
Gui
)
...
...
@@ -97,7 +97,7 @@ else ()
endif
()
# The .notifyrc file is common
install
(
FILES kwrited.notifyrc DESTINATION
${
KDE_INSTALL_KNOTIFY
5
RCDIR
}
)
install
(
FILES kwrited.notifyrc DESTINATION
${
KDE_INSTALL_KNOTIFYRCDIR
}
)
# add clang-format target for all our real source files
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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