Summary: | cmake doens't check for qtwebkit | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rdieter |
Priority: | NOR | ||
Version: | 2.7-git | ||
Target Milestone: | 2.8 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/8553ca7203718eb90ccfeeb8a79d9d33abe27c35 | Version Fixed In: | 2.8 |
Sentry Crash Report: |
Description
Harald Sitter
2013-06-25 13:43:46 UTC
Hasn't QtWebKit been an implicit dependency of Qt? I'm asking because noone has complained before. You can compile without qtwebkit. More to the point though on a distribution package level you mostly everywhere can install qtcore/gui without dragging in qtwebkit because there is no dependency there. Git commit 8553ca7203718eb90ccfeeb8a79d9d33abe27c35 by Mark Kretschmann. Committed on 28/06/2013 at 07:46. Pushed by markey into branch 'master'. Add missing CMake check for QtWebKit. I've also added checks for all the other Qt library components we depend on. Please check if I have forgotten any. FIXED-IN: 2.8 M +3 -3 CMakeLists.txt M +1 -0 ChangeLog http://commits.kde.org/amarok/8553ca7203718eb90ccfeeb8a79d9d33abe27c35 |