From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/23] qt: remove Makefile variable QT_QMAKE
Date: Wed, 7 Oct 2009 11:42:36 +0200 [thread overview]
Message-ID: <20091007114236.0671ae1a@surf> (raw)
In-Reply-To: <1254907246-5650-6-git-send-email-mroth@nessie.de>
Le Wed, 7 Oct 2009 11:20:28 +0200,
Michael Roth <mroth@nessie.de> a ?crit :
> The variable is no longer referenced by any buildroot code and not
> needed by external programs.
Well, it *might* be useful for people willing to add their own Qt
applications, using the qmake build system, into the Buildroot
infrastructure.
But unless this is documented somewhere, this is useless. So we should
either:
* Remove it
* Keep it, but document it somwhere. See my suggestions associated to
patch 02/23 for details
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2009-10-07 9:42 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-07 9:20 [Buildroot] [Patch 0/23] Cleanups for Qt Michael Roth
2009-10-07 9:20 ` [Buildroot] [PATCH 01/23] qt: remove useless target qt-status Michael Roth
2009-10-07 9:37 ` Thomas Petazzoni
2009-10-09 12:33 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 02/23] qt: new targets qt-uninstall and qt-confclean Michael Roth
2009-10-07 9:39 ` Thomas Petazzoni
2009-10-07 9:20 ` [Buildroot] [PATCH 03/23] qt: enable proper re-configure Michael Roth
2009-10-07 9:40 ` Thomas Petazzoni
2009-10-09 12:35 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 04/23] qt: remove Makefile variable QT_QMAKE_AR Michael Roth
2009-10-07 9:41 ` Thomas Petazzoni
2009-10-09 12:39 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 05/23] qt: remove Makefile variable QT_QMAKE Michael Roth
2009-10-07 9:42 ` Thomas Petazzoni [this message]
2009-10-07 13:19 ` Thiago A. Corrêa
2009-10-07 9:20 ` [Buildroot] [PATCH 06/23] qt: remove TARGET_CONFIGURE_OPTS from make invocation Michael Roth
2009-10-07 9:42 ` Thomas Petazzoni
2009-10-09 12:40 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 07/23] qt: remove PKG_CONFIG workaround Michael Roth
2009-10-07 9:44 ` Thomas Petazzoni
2009-10-07 10:19 ` Michael Roth
2009-10-07 10:59 ` Thomas Petazzoni
2009-10-09 12:38 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 08/23] qt: remove no longer needed 'x86x86fix' workaround Michael Roth
2009-10-07 9:55 ` Thomas Petazzoni
2009-10-07 10:26 ` Michael Roth
2009-10-07 10:59 ` Thomas Petazzoni
2009-10-07 11:15 ` Michael Roth
2009-10-07 9:20 ` [Buildroot] [PATCH 09/23] qt: remove unnecessary comment Michael Roth
2009-10-07 9:49 ` Thomas Petazzoni
2009-10-09 12:41 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 10/23] qt: don't enable internal tslib-module debugging Michael Roth
2009-10-07 9:51 ` Thomas Petazzoni
2009-10-09 12:42 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 11/23] qt: remove unnecessary call to qstrip macro in Makefile Michael Roth
2009-10-07 9:52 ` Thomas Petazzoni
2009-10-09 12:47 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 12/23] qt: respect silent mode instead non existing verbose mode Michael Roth
2009-10-07 9:57 ` Thomas Petazzoni
2009-10-07 10:30 ` Michael Roth
2009-10-07 11:02 ` Thomas Petazzoni
2009-10-07 11:27 ` Peter Korsgaard
2009-10-07 11:46 ` Thomas Petazzoni
2009-10-07 11:27 ` Bernhard Reutner-Fischer
2009-10-07 11:30 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 13/23] qt: use configure option instead a sed hack to disable xinerama Michael Roth
2009-10-07 9:58 ` Thomas Petazzoni
2009-10-09 12:51 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 14/23] qt: make the output of sed hacks much more human readable Michael Roth
2009-10-07 9:59 ` Thomas Petazzoni
2009-10-07 10:32 ` Michael Roth
2009-10-07 9:20 ` [Buildroot] [PATCH 15/23] qt: make sure to install all Qt-fonts and true-type-fonts Michael Roth
2009-10-07 10:02 ` Thomas Petazzoni
2009-10-07 10:35 ` Michael Roth
2009-10-09 12:53 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 16/23] qt: disable precompiled headers when ccache is enabled Michael Roth
2009-10-07 10:03 ` Thomas Petazzoni
2009-10-09 12:55 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 17/23] qt: add explicit Kconfig option to enable exceptions Michael Roth
2009-10-07 11:05 ` Thomas Petazzoni
2009-10-07 9:20 ` [Buildroot] [PATCH 18/23] qt: remove Kconfig option to enable all pixel depths Michael Roth
2009-10-07 11:06 ` Thomas Petazzoni
2009-10-09 12:57 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 19/23] qt: remove commercial license option Michael Roth
2009-10-07 11:07 ` Thomas Petazzoni
2009-10-09 12:59 ` Peter Korsgaard
2009-10-07 9:20 ` [Buildroot] [PATCH 20/23] qt: simplify and fix installing qt in the target Michael Roth
2009-10-07 11:14 ` Thomas Petazzoni
2009-10-07 13:28 ` Thiago A. Corrêa
2009-10-07 9:20 ` [Buildroot] [PATCH 21/23] qt: add a Kconfig menu entry to enable an optional custom qconfig.h Michael Roth
2009-10-07 11:17 ` Thomas Petazzoni
2009-10-07 9:20 ` [Buildroot] [PATCH 22/23] qt: group qstrip macro calls together Michael Roth
2009-10-07 11:17 ` Thomas Petazzoni
2009-10-07 9:20 ` [Buildroot] [PATCH 23/23] qt: rename QT_TARGET_DIR to QT_DIR Michael Roth
2009-10-07 11:18 ` Thomas Petazzoni
2009-10-07 11:22 ` [Buildroot] [Patch 0/23] Cleanups for Qt Thomas Petazzoni
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=20091007114236.0671ae1a@surf \
--to=thomas.petazzoni@free-electrons.com \
--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