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
PIM
KDE PIM Add-ons
Commits
ad58962b
Commit
ad58962b
authored
Sep 03, 2022
by
Laurent Montel
Browse files
Show all headers in qtc6 + use target_sources
parent
f99c0265
Pipeline
#226745
canceled with stage
in 12 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/languagetool/tests/CMakeLists.txt
View file @
ad58962b
# SPDX-FileCopyrightText: 2019-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
set
(
languagetool_gui
_SRCS main.cpp languagetoolwidget.cpp
)
add_executable
(
languagetool_gui
${
languagetool_gui_SRCS
}
)
add_executable
(
languagetool_gui
)
target_sources
(
languagetool_gui
PRIVATE main.cpp languagetoolwidget.cpp languagetoolwidget.h
)
target_link_libraries
(
languagetool_gui
KF5::I18n kmaillanguagetool grammarcommon
)
...
...
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