~mscore-ubuntu/musescore/+git/qt5:wip/qbs/1.10

Last commit made on 2017-11-14
Get this branch:
git clone -b wip/qbs/1.10 https://git.launchpad.net/~mscore-ubuntu/musescore/+git/qt5

Branch merges

Branch information

Name:
wip/qbs/1.10
Repository:
lp:~mscore-ubuntu/musescore/+git/qt5

Recent commits

a458d0f... by Jake Petroules

Set the list of submodules to those needed for Qbs

Change-Id: I8b4dc36d4b0a3af7eb393a4c7fd28b7db29989f2

deb6270... by Qt Submodule Update Bot <email address hidden>

Update submodules on '5.6' in qt5

Change-Id: Ibafa1abb3f6dae7532892444618490f835ba78cb
Reviewed-by: Liang Qi <email address hidden>

e7472f4... by Liang Qi <email address hidden>

Merge remote-tracking branch 'origin/5.6.3' into 5.6

 Conflicts:
 .gitmodules

Change-Id: I3f5310cfb9b839e622ab606fd674a58d50515c0c

12fd0d5... by Heikki Halmet <email address hidden>

Ensure 'clean' android Installation

Remove old android installation and make sure new 'clean' android
folder is created.

Change-Id: I4c561797791e08976b07a194c2c9ed2f5aa302bb
Reviewed-by: Simo Fält <email address hidden>

b0a9259... by Tony

Provision and build QNX660 on Win 10 x64

Changes the mingw from 4.9 to 5.3.

Task-number: QTQAINFRA-1208
Change-Id: I360b9806c35e597a4b9fd0d57c10eebfb8643905
Reviewed-by: Sami Nurmenniemi <email address hidden>
Reviewed-by: Simo Fält <email address hidden>

2a5f54d... by Tony

provisioning: install MinGW 530 and 630 for Win10 x64

MinGW is an alternative option for Visual Studio. It's
used to create desktop builds and for cross compiling
Android and QNX. At this point it is still unclear which
version is going to be used for what, but as both are
supported, let's think ahead and provide them both.
This also allows us to debug with the other, if the
other is causing problems.

Task-number: QTQAINFRA-1289
Change-Id: I2a922669c07d49370e608c093be80481c8613dc7
Reviewed-by: Jani Heikkinen <email address hidden>

892833c... by Tony

Provisioning: Invoke installer with Start-Process

By launching an installer with Start-Process and -Wait,
we make sure no handles are left holding on to the
installer when we try to delete it at cleanup.

Change-Id: Ic9b700ea1ce9e70089ba4cb7e91d9765ca976333
Reviewed-by: Simon Hausmann <email address hidden>
Reviewed-by: Jędrzej Nowacki <email address hidden>

a9cf936... by Tony

Provision: Move Python3 scripts from win8 to win8.1 folder

Task-number: QTAUTO-345
Task-number: QTBUG-63133
Change-Id: I739e18a7fcb1abc72092f91662e506cfffcecb0c
Reviewed-by: Dominik Holland <email address hidden>
Reviewed-by: Simo Fält <email address hidden>

b38e473... by Qt Submodule Update Bot <email address hidden>

Update submodules on '5.6.3' in qt5

Change-Id: I44fb9a11d14313805600ffa2f55a8f465f2307bc
Reviewed-by: Jani Heikkinen <email address hidden>

92d1bdc... by =?utf-8?q?Simo_F=C3=A4lt?= <email address hidden>

Provisioning: Fix shasum path

Commit c48355ebb58cb058df5b2ca519b6b89fbd09f380 changed
the path of shasum, which was not intended. While the
DownloadURL.sh utility is used by rhel in addition to
macOS we can't rely on /usr/bin/shasum but we have to
use the one found from PATH.

Change-Id: I67bb37dcb72ba3d8d1f279646e44228b27137ec9
Reviewed-by: Simon Hausmann <email address hidden>