Bug 9156 - qt: Fix missing runtime Qt3Support dependency
Summary: qt: Fix missing runtime Qt3Support dependency
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.05
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 08:08 UTC by Alexander Shiyan
Modified: 2016-08-09 10:31 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Patch (902 bytes, patch)
2016-08-09 08:08 UTC, Alexander Shiyan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Shiyan 2016-08-09 08:08:58 UTC
Created attachment 6601 [details]
Patch

Qt3Support module has a runtime dependency on QtSql.
Comment 1 Thomas Petazzoni 2016-08-09 10:18:54 UTC
Indeed, according to https://wiki.qt.io/Qt_Library_Cross_Dependencies, Qt3Support relies on QtSql. So I've applied your patch.

However, according to https://wiki.qt.io/Qt_Library_Cross_Dependencies, Qt3Support also requires:

 * QtGui: this is already handled by Buildroot
 * QtNetwork: this is already a dependency of QtGui, so OK
 * QtXml: this one I don't see where we take care of it. Could you double check this, and send a follow-up patch if needed?

Also, please send your patches to the mailing list next time. Thanks!
Comment 2 Alexander Shiyan 2016-08-09 10:31:52 UTC
(In reply to Thomas Petazzoni from comment #1)
I choose QtXml module manually, so did not notice that in its absence there is any error.(In reply to Thomas Petazzoni from comment #1)