From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv5 01/14] qt5: disallow the selection of Qt4 and Qt5
Date: Tue, 09 Apr 2013 08:15:39 +0200 [thread overview]
Message-ID: <5163B20B.6080708@mind.be> (raw)
In-Reply-To: <1365364648-30568-2-git-send-email-thomas.petazzoni@free-electrons.com>
On 07/04/13 21:57, Thomas Petazzoni wrote:
> As noticed by Arnout, Qt4 and Qt5 cannot be installed together,
> because for example the qt.conf installed by one version cannot be
> understood by the qmake of another version. We therefore make them
> mutually exclusive, which sounds reasonable for the embedded systems
> targeted by Buildroot.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/qt5/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/qt5/Config.in b/package/qt5/Config.in
> index 1c9f8a6..9e9104a 100644
> --- a/package/qt5/Config.in
> +++ b/package/qt5/Config.in
> @@ -7,6 +7,7 @@ menuconfig BR2_PACKAGE_QT5
> depends on BR2_USE_WCHAR
> depends on BR2_INET_IPV6
> depends on BR2_TOOLCHAIN_HAS_THREADS
> + depends on !BR2_PACKAGE_QT
> help
> This option enables the Qt5 framework. Sub-options allow to
> select which modules should be built.
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2013-04-09 6:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-07 19:57 [Buildroot] [PATCHv5 00/14] More Qt5 stuff Thomas Petazzoni
2013-04-07 19:57 ` [Buildroot] [PATCHv5 01/14] qt5: disallow the selection of Qt4 and Qt5 Thomas Petazzoni
2013-04-09 6:15 ` Arnout Vandecappelle [this message]
2013-04-11 13:54 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 02/14] qt5base: support static library building Thomas Petazzoni
2013-04-11 14:53 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 03/14] qt5base: adjust linux-buildroot-g++ qmake.conf Thomas Petazzoni
2013-04-11 14:54 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 04/14] qt5/qt5svg: new package Thomas Petazzoni
2013-04-11 14:54 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 05/14] qt5/qt5script: " Thomas Petazzoni
2013-04-11 14:56 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 06/14] qt5/qt5imageformats: " Thomas Petazzoni
2013-04-11 15:02 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 07/14] qt5/qt5xmlpatterns: " Thomas Petazzoni
2013-04-11 15:02 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 08/14] qt5/qt5jsbackend: " Thomas Petazzoni
2013-04-11 15:03 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 09/14] qt5/qt5declarative: " Thomas Petazzoni
2013-04-11 15:05 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 10/14] qt5/qt5graphicaleffects: " Thomas Petazzoni
2013-04-11 15:06 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 11/14] qt5/qt5multimedia: " Thomas Petazzoni
2013-04-11 15:08 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 12/14] qt5/qt5webkit: " Thomas Petazzoni
2013-04-11 15:10 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 13/14] qt5webkit: add EGL dir to includepath Thomas Petazzoni
2013-04-11 15:11 ` Peter Korsgaard
2013-04-07 19:57 ` [Buildroot] [PATCHv5 14/14] qt5/qt5quick1: new package Thomas Petazzoni
2013-04-11 15:12 ` Peter Korsgaard
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=5163B20B.6080708@mind.be \
--to=arnout@mind.be \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.