aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.1' into pyside6.1pyside6.1Simo Fält2021-03-1292-125/+839
|\ | | | | | | Change-Id: I7c69ec340c2c36d5c4eb30c87586fb45449968bf
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-1212-0/+0
| | | | | | | | | | Change-Id: I06c3b417352b0deb875f0b04ba24d690d5cb7831 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-1213-0/+0
| | | | | | | | | | Change-Id: I6b078f345acbf971be0947341b4085f86f67d4f9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-113-0/+0
| | | | | | | | | | Change-Id: I99843339046d0bc00da17ce459896b8b1c234f85 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0914-0/+0
| | | | | | | | | | Change-Id: I4d0d734391d36ab806e6a955ebe1cc2668ea1285 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-091-0/+0
| | | | | | | | | | Change-Id: Iefdb21860cbf8053c9fff29333865d7bece0c673 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0612-0/+0
| | | | | | | | | | Change-Id: I78ea65c2c25e20c29a9b636dd6649ef98d8189d2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0612-0/+0
| | | | | | | | | | Change-Id: I8647d06c7156328d1fdadd542e95158b62d00bfd Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0512-0/+0
| | | | | | | | | | Change-Id: Iae0b767cad3dc48eb369a810f3b4f60125646b3c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0513-0/+0
| | | | | | | | | | Change-Id: I3dbcbdbe64160ff1fc0dba5d8da2d3f9766d2e7d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0412-0/+0
| | | | | | | | | | Change-Id: I2578a59e7703b50da1726f68841f34a644f88983 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-042-0/+0
| | | | | | | | | | Change-Id: I517d4c07abce5ad46e086e4bb2bc11f8cf83ca31 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Change GCC version to 8.3.0 for Ubuntu 18.04Heikki Halmet2021-03-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use gcc 8 instead of 9 so that the Qt installer will work with CentOS 8.3 which have gcc 8 in the system. If we use newer gcc version with the binaries there will be issues with libstdc++. Using gcc-toolset-9 in CentOS won't help either because it will link libstdc++ against the one in system. Task-number: QTBUG-91352 Change-Id: I2a3d186bc04b1f54f14ed95f0588d18bd63814c4 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 8843f5186646722a48e1915cf2844d6d5b7f6466) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-03-0313-0/+0
| | | | | | | | | | Change-Id: I3c61d3853d29022cc8eddb7d6c59c9b02573c278 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Fix branch for additional librariesJani Heikkinen2021-02-261-12/+12
| | | | | | | | | | | | | | We are in '6.1' so '6.1' needs to be used instead of 'dev' Change-Id: I89db2a5d33658ddb26b51abec41c5e9735850dce Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
| * init-repository: Fix incorrect use of 'or' operatorTopi Reinio2021-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | This fixes the warning 'Useless use of a constant ("qt5") in void context at ./init-repository line 649.' Change-Id: I12133b30b504e536eaf68e4260df5aed28543eb6 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 8ebf0095c38fa5aee577cbd0fd325346f9712ddb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Provisioning: Remove squish script call under Windows 10 x86Heikki Halmet2021-02-251-1/+0
| | | | | | | | | | | | | | | | | | | | RTA don't use squish with Windows 10 x86 in Qt6 Change-Id: Ib1c27e53310506f2c91ab8b65404caba8fcfcaf8 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 26bffd2fabfa4dce65e97d0e24ab6a7a7279a11d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Change configuration arguments for Ubuntu 18.04 to match CentOS targetHeikki Halmet2021-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | We shouldn't change configuration parameters when whiching to use Ubuntu 18.04 instead of CentOS 8.3 Change-Id: Icfce35acec8baa4488089e555c311a063455c24b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 0a6511c1e7f3184b7cbcbffd02bce1c5d28e3fa9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-2412-0/+0
| | | | | | | | | | Change-Id: I9ee42d73e1cd7db8f5418110b6386381e72fa5a4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-2312-0/+0
| | | | | | | | | | Change-Id: I3b7d6c8c5dc138d9afe2cc9260100b21b27d8ec3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-232-0/+0
| | | | | | | | | | Change-Id: I60b1a1588833e98a13c3eb57bc65964dd8b5a513 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5v6.1.0-beta1Qt Submodule Update Bot2021-02-2313-0/+0
| | | | | | | | | | Change-Id: Id986efbefb9a701c2737d1abce48ebf639043d30 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-2313-0/+0
| | | | | | | | | | Change-Id: I49f4a646332f3d97556d73e2fdf4caa658343d3c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-2213-0/+0
| | | | | | | | | | Change-Id: I81fd035c10796be173b9ec10ad82aedeca50eac9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Make QEMU builds significantSamuli Piippo2021-02-221-3/+3
| | | | | | | | | | | | | | | | | | | | All tests pass, remove InsignificantTests from QEMU builds. Task-number: QTBUG-86238 Change-Id: Ia3d2b9ef3ce06cbdf67c99bcbe64f36f7bbdb1ec Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit b6c8b8f47018708bfc0e364622c0d8146a96e062) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * New images with accessibility for squish for macOS 10.15 and 11.0Heikki Halmet2021-02-224-6/+21
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-3559 Change-Id: I9a9d4c4f01f883c83adbd097d8045012e198c4fe Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c8a55fece54870c8c6ad9571f2d29402d56c556e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-2210-0/+0
| | | | | | | | | | Change-Id: If0f285a85a742f884e671c62a76a0c2133647040 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Add platform configs for qtdeviceutilitiesSamuli Piippo2021-02-191-0/+3
| | | | | | | | | | | | | | Change-Id: Ica3aa46e3302dc9b46c64bbef222e3e958f56a35 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit cd888a07fe0a483b3f5d4f4453a0ab23fc12f8a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update platform configs for qdbSamuli Piippo2021-02-191-27/+2
| | | | | | | | | | | | | | | | | | Use cmake platforms to build qdb. Change-Id: I9d7e452bf70699799527ea38c97ec64a8fa0fc10 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 7b3e2f369d9ba2ee5e636e1ec9b7a3890363e187) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1912-0/+0
| | | | | | | | | | Change-Id: I80b214d463b8c37a7daf0f5723b9f5b16292664b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1813-0/+0
| | | | | | | | | | Change-Id: I41ac92f8bb6e7d11a8497bd7f50b883ba9f1c5c1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1813-0/+0
| | | | | | | | | | Change-Id: Ie1c878fc5e89409c64195d87c07a1a872eaf85c7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Add Insignificant flag for qtbase Android target with Ubuntu 18.04Heikki Halmet2021-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | Can't start emulator with Ubuntu 18.04 Task-number: QTBUG-91180 Change-Id: I33bbbe47d3f0861778b295ccf797b5a99a99c58a Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 36f1125927d37e77ccd8e82cd949dbd8e08c0988) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * init-repository: Allow 'tqtc-' prefix for qt5 repositoryTopi Reinio2021-02-171-3/+4
| | | | | | | | | | | | | | | | Change-Id: Ic4b14e4e6efd43e54a241000e090981ce8b6c651 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 6f7f1cd5508e03be6ee570b4b0d873475d7801dd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Add Ubuntu 18.04 for Qt6 binary packagesHeikki Halmet2021-02-1628-0/+668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to start using Ubuntu 18.04 with Qt6 binary package targets. Ubuntu 18.04 includes older GLIBC version which shouldn't cause any problems with linux distributions supported by Qt6 Tests will be executed with Ubuntu 20.04. Task-number: QTQAINFRA-4193 Change-Id: Icb189c509351ff080a2c6431299cc0be6ba8adc1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit b64b4b169e6319c5d10ec362ece32f835995259b)
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1312-0/+0
| | | | | | | | | | Change-Id: I5a6b22fdbbca1ccff10765f4441e5bf4639f1d7f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1312-0/+0
| | | | | | | | | | Change-Id: I04da3b634676c2d4fa084d2b5d6d1100f65b20bb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-122-0/+0
| | | | | | | | | | Change-Id: I8588e8d58015c6acbac3e765a14d84692bc279c1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5v6.1.0-alpha1Qt Submodule Update Bot2021-02-1212-0/+0
| | | | | | | | | | Change-Id: Ifa5ede715396bf8754a15bb457950f42858b86af Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Provisioning. Set Wayland enable as false for CentOS 8.3Heikki Halmet2021-02-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | In CentOS 8.3 seems to be bug with setting Wayland instead of x-session. Task-number: QTQAINFRA-4246 Change-Id: I1099ca7ef5425f7383ab8a2e9988efeb42a858e8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit ee5f8fa6cb8f181385a560d759f61e12dfbc2d62) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-121-0/+0
| | | | | | | | | | Change-Id: I60b7c84d66f944aebc646f8acf45b98cda796b0b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1112-0/+0
| | | | | | | | | | Change-Id: Ia8560e0769bf6340671487ec8fa1490686220182 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1012-0/+0
| | | | | | | | | | Change-Id: I3545876e137c8f638e3d0ebaaa74d121d8fe2539 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1012-0/+0
| | | | | | | | | | Change-Id: Ic463cd82a0016324d528f9e2814f4858045e8067 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-1012-0/+0
| | | | | | | | | | Change-Id: Ic63a405cbe79572d297ca61bf21564c5b31c1420 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-0912-0/+0
| | | | | | | | | | Change-Id: I31deb28cbc9602d368abe540141982539833f8b7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-091-0/+0
| | | | | | | | | | Change-Id: Ib3b6d409bb7ee45e8a5b61a6ff10a02130476f32 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Fix init-repositoryPaul Wicking2021-02-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Introducing additionalLibrary to .gitmodules broke init-repository. Add the new state also here. Task-number: QTBUG-90669 Change-Id: I3ac9960427ef2fd8fe39b508b69459f4fcf81ca7 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io> (cherry picked from commit 414165e36614dc0f0267df280ea892e1914f1776) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| * Update submodules on '6.1' in qt/qt5Qt Submodule Update Bot2021-02-0812-0/+0
| | | | | | | | | | Change-Id: I1da8f5dc4d4f9311bb4e06e91fc1fa195578abaf Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Add qttools as additional dependency to additional librariesJani Heikkinen2021-02-081-4/+9
| | | | | | | | | | | | | | | | | | | | qttools is needed to be able to build documentation Fixes: QTBUG-90996 Change-Id: I27f101dc4294f830b9915e1530d660cfe12aeabe Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 919aa17249c6f86e0183a356b09fe7ebbe987336) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>