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
Konqueror
Commits
503557c5
Unverified
Commit
503557c5
authored
Jul 31, 2022
by
Andreas Sturmlechner
Browse files
Drop unused X11 dependency
Signed-off-by:
Andreas Sturmlechner
<
asturm@gentoo.org
>
parent
12e4f843
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
503557c5
...
...
@@ -47,12 +47,8 @@ if(Qt5WebEngineWidgets_VERSION VERSION_LESS "5.14.0")
add_definitions
(
-DWEBENGINEDOWNLOADITEM_USE_PATH
)
endif
()
find_package
(
X11
)
set
(
KONQ_HAVE_X11
${
X11_FOUND
}
)
if
(
X11_FOUND
)
find_package
(
Qt5 REQUIRED X11Extras
)
endif
(
X11_FOUND
)
find_package
(
Qt5X11Extras
)
set
(
KONQ_HAVE_X11
${
Qt5X11Extras_FOUND
}
)
add_definitions
(
-DQT_USE_QSTRINGBUILDER
...
...
src/CMakeLists.txt
View file @
503557c5
...
...
@@ -113,10 +113,6 @@ target_link_libraries(kdeinit_konqueror
KF5::SonnetUi
)
if
(
X11_FOUND
)
target_link_libraries
(
kdeinit_konqueror
${
X11_LIBRARIES
}
)
endif
()
if
(
KActivities_FOUND
)
target_link_libraries
(
kdeinit_konqueror KF5::Activities
)
endif
(
KActivities_FOUND
)
...
...
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