From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] package: prepare to support modules that work with Qt or Qt5
Date: Mon, 03 Nov 2014 23:07:53 +0100 [thread overview]
Message-ID: <8738a02b0m.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1414880111-19166-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sat, 1 Nov 2014 23:15:08 +0100")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Currently, all the Qt external modules (qtuio, qjson, etc.) can only
> be compiled against Qt4. However, some of them (qjson, qextserialport
> at least) can compile with either Qt4 or Qt5.
> Therefore, this commit adjusts the Config.in logic to make it possible
> for certain modules to be selected with either Qt4 or Qt5. We use the
> same approach as the one of for Python 2 vs. Python 3 modules:
> - in package/Config.in, the package Config.in files are included
> either if BR2_PACKAGE_QT or BR2_PACKAGE_QT5 are enabled.
> - each individual package is then responsible for having a dependency
> on either BR2_PACKAGE_QT, or BR2_PACKAGE_QT5 or both depending on
> what they support. In this commit, we add a dependency on
> BR2_PACKAGE_QT to all packages, since for now, they only support
> Qt4.
Committed series after adding a select of qt5base to qt5, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2014-11-03 22:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-01 22:15 [Buildroot] [PATCH 1/4] package: prepare to support modules that work with Qt or Qt5 Thomas Petazzoni
2014-11-01 22:15 ` [Buildroot] [PATCH 2/4] qt5: expose a QT5_QMAKE variable for other Qt5 packages Thomas Petazzoni
2014-11-02 22:46 ` Peter Korsgaard
2014-11-03 21:25 ` Thomas Petazzoni
2014-11-03 21:39 ` Peter Korsgaard
2014-11-03 21:46 ` Thomas Petazzoni
2014-11-03 22:00 ` Peter Korsgaard
2014-11-01 22:15 ` [Buildroot] [PATCH 3/4] qjson: allow building with Qt5 Thomas Petazzoni
2014-11-01 22:15 ` [Buildroot] [PATCH 4/4] qextserialport: " Thomas Petazzoni
2014-11-03 22:07 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8738a02b0m.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox