0004-configure-qmake-is-already-built-in-qt4-tools-native.patch 756 B

1234567891011121314151617181920212223242526272829
  1. From af699c6e8cf9fb28d6f8b789bf33d53b47edaec7 Mon Sep 17 00:00:00 2001
  2. From: Michael Krelin <hacker@klever.net>
  3. Date: Wed, 26 Sep 2012 20:24:20 +0200
  4. Subject: [PATCH 04/21] configure: qmake is already built in qt4-tools-native,
  5. so disable it
  6. Upstream-Status: Inappropriate [configuration]
  7. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  8. ---
  9. configure | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/configure b/configure
  12. index e3d464b..cc04b27 100755
  13. --- a/configure
  14. +++ b/configure
  15. @@ -4899,7 +4899,7 @@ setBootstrapVariable()
  16. }
  17. # build qmake
  18. -if true; then ###[ '!' -f "$outpath/bin/qmake" ];
  19. +if false; then ###[ '!' -f "$outpath/bin/qmake" ];
  20. echo "Creating qmake. Please wait..."
  21. OLD_QCONFIG_H=
  22. --
  23. 1.8.0