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
PIM
PIM Messagelib
Commits
4f53b278
Commit
4f53b278
authored
May 31, 2021
by
Laurent Montel
😁
Browse files
Reduce cmake variable
parent
5d5d6873
Changes
2
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/imagescaling/tests/CMakeLists.txt
View file @
4f53b278
set
(
imagescaling_gui_SRCS imagescaling_gui.cpp
)
add_executable
(
imagescaling_gui
${
imagescaling_gui_SRCS
}
)
add_executable
(
imagescaling_gui imagescaling_gui.cpp
)
target_link_libraries
(
imagescaling_gui
KF5::KIOCore
KF5::MessageComposer
...
...
messagecomposer/src/statusbarwidget/autotests/CMakeLists.txt
View file @
4f53b278
set
(
kmail_statusbarlabeltoggledstate_source statusbarlabeltoggledstatetest.cpp
)
add_executable
(
statusbarlabeltoggledstatetest
${
kmail_statusbarlabeltoggledstate_source
}
)
add_executable
(
statusbarlabeltoggledstatetest statusbarlabeltoggledstatetest.cpp
)
ecm_mark_as_test
(
kmail-statusbarlabeltoggledstatetest
)
target_link_libraries
(
statusbarlabeltoggledstatetest Qt::Test KF5::KIOWidgets KF5::I18n KF5::MessageComposer
)
Write
Preview
Markdown
is supported
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