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
Network
libktorrent
Commits
55b90666
Commit
55b90666
authored
Jul 25, 2022
by
Nicolas Fella
Browse files
Use Qt5Compat to provide QTextCodec
parent
511b8665
Pipeline
#215446
passed with stage
in 5 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
55b90666
...
...
@@ -247,6 +247,10 @@ PUBLIC
LibGMP::LibGMP
)
if
(
QT_MAJOR_VERSION EQUAL
"6"
)
target_link_libraries
(
KF5Torrent PUBLIC Qt6::Core5Compat
)
endif
()
if
(
WIN32
)
target_link_libraries
(
KF5Torrent ws2_32
)
endif
(
WIN32
)
...
...
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