All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Patch 0/23] Cleanups for Qt
@ 2009-10-07  9:20 Michael Roth
  2009-10-07  9:20 ` [Buildroot] [PATCH 01/23] qt: remove useless target qt-status Michael Roth
                   ` (23 more replies)
  0 siblings, 24 replies; 76+ messages in thread
From: Michael Roth @ 2009-10-07  9:20 UTC (permalink / raw)
  To: buildroot

Hello,

I assembled some cleanups for Qt. Mostly they are small changes
except twos, namely:

  [PATCH 20/23] qt: simplify and fix installing qt in the target
  [PATCH 23/23] qt: rename QT_TARGET_DIR to QT_DIR

Patch #20 removes a bunch of lines to simplify the Makfile while
Patch #23 is only esthetic surgery which could be omitted.

In summary these patches don't change (hopefully...) the current
Qt build or Kconfig for Qt in fundamental ways.

I tested the series on arm926t and x86.

Additionally I made some larger changes to Kconfig for Qt a few
months ago which I could port to the current buildroot and release
in a second series, say in a week, when desired.


Michael Roth
---
 configs/atstk100x_defconfig |    2 -
 configs/v100sc2_defconfig   |    6 +-
 package/qt/Config.in        |   43 +++----
 package/qt/qt.mk            |  292 +++++++++++++++----------------------------
 4 files changed, 123 insertions(+), 220 deletions(-)

^ permalink raw reply	[flat|nested] 76+ messages in thread

end of thread, other threads:[~2009-10-09 12:59 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.