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
Markdown KPart
Commits
6a610bfa
Commit
6a610bfa
authored
May 28, 2021
by
Laurent Montel
😁
Browse files
Use Qt:: as we depend against qt5
parent
5d7c59f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
6a610bfa
...
...
@@ -21,7 +21,7 @@ kcoreaddons_desktop_to_json(markdownpart ${CMAKE_CURRENT_BINARY_DIR}/markdownpar
target_link_libraries
(
markdownpart
KF5::I18n
KF5::Parts
Qt
5
::Widgets
Qt::Widgets
)
install
(
TARGETS markdownpart DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf5/parts
)
...
...
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