Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Add-ons
Commits
e761c3e9
Commit
e761c3e9
authored
Jan 28, 2018
by
David Faure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make WebEngine really optional
parent
2276e09b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
applets/dict/CMakeLists.txt
applets/dict/CMakeLists.txt
+2
-2
No files found.
applets/dict/CMakeLists.txt
View file @
e761c3e9
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
CONFIG COMPONENTS WebEngine
)
find_package
(
Qt5
WebEngine
${
REQUIRED_QT_VERSION
}
CONFIG
)
set_package_properties
(
Qt5WebEngine PROPERTIES DESCRIPTION
"needed by the dict applet"
URL
"https://doc.qt.io/qt-5/qtwebengine-index.html"
URL
"https://doc.qt.io/qt-5/qtwebengine-index.html"
TYPE OPTIONAL
)
if
(
Qt5WebEngine_FOUND
)
...
...
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