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
KPimTextEdit
Commits
2c113f61
Commit
2c113f61
authored
Jan 05, 2022
by
Laurent Montel
Browse files
Fix show headers in qtc6
parent
3315d157
Pipeline
#118899
passed with stage
in 2 minutes and 25 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/emoticon/autotests/CMakeLists.txt
View file @
2c113f61
...
...
@@ -4,7 +4,7 @@
macro
(
emoticontest _source
)
set
(
_test
${
_source
}
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_executable
(
${
_name
}
${
_test
}
${
_name
}
.h
)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
ecm_mark_as_test
(
kpimtextedit-
${
_name
}
)
...
...
src/texteditor/plaintexteditor/tests/CMakeLists.txt
View file @
2c113f61
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
set
(
plaintexteditor_gui_SRCS plaintexteditor_gui.cpp
)
add_executable
(
plaintexteditor_gui
${
plaintexteditor_gui_SRCS
}
)
add_executable
(
plaintexteditor_gui plaintexteditor_gui.cpp
)
target_link_libraries
(
plaintexteditor_gui
KF5::PimTextEdit KF5::CoreAddons Qt::Widgets KF5::I18n
)
src/texteditor/richtexteditor/tests/CMakeLists.txt
View file @
2c113f61
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
set
(
richtexteditor_gui_SRCS richtexteditor_gui.cpp
)
add_executable
(
richtexteditor_gui
${
richtexteditor_gui_SRCS
}
)
add_executable
(
richtexteditor_gui richtexteditor_gui.cpp
)
target_link_libraries
(
richtexteditor_gui
KF5::PimTextEdit KF5::CoreAddons Qt::Widgets KF5::I18n
)
...
...
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