From 04d2f7cbdb87ef3a4d44d88bb363669d75047e49 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@digia.com> Date: Fri, 22 Mar 2013 16:47:21 +0100 Subject: [PATCH] qt5_tool: Remove special branch for QtWayland. It has the standard branches now. Change-Id: I958d47be0ed3bbe9336b6610cf1ecb06b5e096b2 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> --- bin/qt5_tool | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/qt5_tool b/bin/qt5_tool index 0520b33..5f78313 100755 --- a/bin/qt5_tool +++ b/bin/qt5_tool @@ -110,8 +110,7 @@ my %preferredBranches = ( 'qtlocation' => 'master', 'qtpim' => 'master', 'qtqa' => 'master', - 'qtsystems' => 'master', - 'qtwayland' => 'master' + 'qtsystems' => 'master' ); # --------------- Detect OS -- GitLab