mirror of
git://code.qt.io/qt/qt5.git
synced 2026-08-17 09:54:20 +08:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a4502ae3d | |||
| 33988e12ac | |||
| 51155b7bf8 | |||
| 26e43959e1 | |||
| 8ab13223a5 | |||
| 86a34fb5d7 | |||
| 5f7bb79fd9 | |||
| 69197946f0 | |||
| 3c2fca6bb1 | |||
| bed102a587 | |||
| 1f452fd479 | |||
| aaf0fad6b5 | |||
| 04ad2b6523 | |||
| 2ef340e02d | |||
| 384bff22f7 |
@@ -132,12 +132,6 @@
|
||||
url = ../qtimageformats.git
|
||||
branch = 6.2
|
||||
status = addon
|
||||
[submodule "qtgraphicaleffects"]
|
||||
depends = qtdeclarative
|
||||
path = qtgraphicaleffects
|
||||
url = ../qtgraphicaleffects.git
|
||||
branch = 6.2
|
||||
status = ignore
|
||||
[submodule "qtserialbus"]
|
||||
depends = qtbase
|
||||
recommends = qtserialport
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
Version: 2
|
||||
Configurations:
|
||||
-
|
||||
Id: "ios-tests-target"
|
||||
Template: 'qtci-macos-10.14-x86_64'
|
||||
Target os: 'IOS_ANY'
|
||||
Target arch: 'arm64'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
||||
Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests']
|
||||
Environment variables: ['TARGET_CONFIGURE_ARGS=-G"Ninja Multi-Config" -DCMAKE_CONFIGURATION_TYPES="Release;Debug" -DQT_BUILD_EXAMPLES=OFF -DCMAKE_SYSTEM_NAME=iOS', 'NON_QTBASE_TARGET_CONFIGURE_ARGS=']
|
||||
@@ -15,7 +15,7 @@ Configurations:
|
||||
Template: 'qtci-linux-RHEL-8.2-x86_64-50'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'Sccache', 'MinimalStaticTests']
|
||||
Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF -DFEATURE_system_doubleconversion=OFF -DFEATURE_icu=OFF -DFEATURE_sql_mysql=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}} -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
|
||||
Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF -DFEATURE_system_jpeg=OFF -DFEATURE_system_png=OFF -DFEATURE_system_pcre2=OFF -DFEATURE_system_harfbuzz=OFF -DFEATURE_system_doubleconversion=OFF -DFEATURE_libudev=OFF -DINPUT_bundled_xcb_xinput=yes -DFEATURE_icu=OFF -DFEATURE_sql_mysql=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}} -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
|
||||
Environment variables: ['NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
|
||||
'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
|
||||
-
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Version: 2
|
||||
Include: [cmake_platforms.yaml]
|
||||
Configurations: []
|
||||
@@ -3,7 +3,8 @@ Include: [
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_static_tests.yaml,
|
||||
macos-developer-build-tests.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
ios-tests.yaml
|
||||
]
|
||||
Configurations:
|
||||
-
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
macos-developer-build-tests.yaml
|
||||
macos-developer-build-tests.yaml,
|
||||
cmake_platforms_static_tests.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
qt-creator.yaml
|
||||
]
|
||||
Configurations: []
|
||||
@@ -55,8 +55,8 @@ toolsVersion="2.1"
|
||||
toolsFile="commandlinetools-linux-6609375_latest.zip"
|
||||
ndkVersion="r22b"
|
||||
ndkFile="android-ndk-$ndkVersion-linux-x86_64.zip"
|
||||
sdkBuildToolsVersion="29.0.3"
|
||||
sdkApiLevel="android-29"
|
||||
sdkBuildToolsVersion="30.0.3"
|
||||
sdkApiLevel="android-30"
|
||||
|
||||
toolsSha1="9172381ff070ee2a416723c1989770cf4b0d1076"
|
||||
ndkSha1="9ece64c7f19763dd67320d512794969930fce9dc"
|
||||
|
||||
@@ -51,8 +51,8 @@ $ndkZip = "c:\Windows\Temp\android_ndk_$ndkVersion.zip"
|
||||
$toolsVersion = "2.1"
|
||||
$toolsFile = "commandlinetools-win-6609375_latest.zip"
|
||||
$sdkApi = "ANDROID_API_VERSION"
|
||||
$sdkApiLevel = "android-29"
|
||||
$sdkBuildToolsVersion = "29.0.3"
|
||||
$sdkApiLevel = "android-30"
|
||||
$sdkBuildToolsVersion = "30.0.3"
|
||||
$toolsCachedUrl= "\\ci-files01-hki.intra.qt.io\provisioning\android\$toolsFile"
|
||||
$toolsOfficialUrl = "https://dl.google.com/android/repository/$toolsFile"
|
||||
$toolsChecksum = "e2e19c2ff584efa87ef0cfdd1987f92881323208"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
$zip = Get-DownloadLocation "ninja-1.10.2-win-x86.zip"
|
||||
|
||||
Download https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip \\ci-files01-hki.intra.qt.io\provisioning\ninja\ninja-1.10.2-win-x86.zip $zip
|
||||
Verify-Checksum $zip "ccacdf88912e061e0b527f2e3c69ee10544d6f8a"
|
||||
Download http://master.qt.io/development_releases/prebuilt/ninja/v1.10.2/ninja-win-x86.zip \\ci-files01-hki.intra.qt.io\provisioning\ninja\ninja-1.10.2-win-really-x86.zip $zip
|
||||
Verify-Checksum $zip "1a22ee9269df8ed69c4600d7ee4ccd8841bb99ca"
|
||||
|
||||
Extract-7Zip $zip C:\Utils\Ninja
|
||||
Remove "$zip"
|
||||
|
||||
@@ -90,8 +90,7 @@ installPackages+=(libgbm-dev)
|
||||
installPackages+=(libxkbfile-dev)
|
||||
installPackages+=(libxshmfence-dev)
|
||||
installPackages+=(libxss-dev)
|
||||
installPackages+=(nodejs)
|
||||
# NOTE! Can't install nodejs-dev because libssl1.0-dev conflicts with libssl1.0-dev which is depandency of nodejs-dev.
|
||||
installPackages+=(nodejs-mozilla) # use nodejs-mozilla because nodejs is outdated
|
||||
|
||||
# Common event loop handling
|
||||
installPackages+=(libglib2.0-dev)
|
||||
@@ -231,6 +230,7 @@ pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/sh
|
||||
|
||||
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
||||
SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
|
||||
SetEnvVar "PATH" "/usr/lib/nodejs-mozilla/bin:\$PATH"
|
||||
|
||||
OpenSSLVersion="$(openssl version |cut -b 9-14)"
|
||||
echo "OpenSSL = $OpenSSLVersion" >> ~/versions.txt
|
||||
|
||||
@@ -37,7 +37,7 @@ sudo zypper -nq install libicu-devel
|
||||
# qtwebengine
|
||||
sudo zypper -nq install alsa-devel dbus-1-devel libxkbfile-devel \
|
||||
libXcomposite-devel libXcursor-devel libXrandr-devel libXtst-devel \
|
||||
mozilla-nspr-devel mozilla-nss-devel nodejs10 nodejs10-devel glproto-devel \
|
||||
mozilla-nspr-devel mozilla-nss-devel nodejs12 glproto-devel \
|
||||
libxshmfence-devel libXdamage-devel
|
||||
|
||||
# qtwebkit
|
||||
|
||||
@@ -53,9 +53,9 @@ toolsFile="commandlinetools-mac-6609375_latest.zip"
|
||||
|
||||
ndkVersion="r22b"
|
||||
ndkFile="android-ndk-$ndkVersion-darwin-x86_64.zip"
|
||||
sdkBuildToolsVersion="29.0.3"
|
||||
sdkBuildToolsVersion="30.0.3"
|
||||
# this is compile sdk version
|
||||
sdkApiLevel="android-29"
|
||||
sdkApiLevel="android-30"
|
||||
|
||||
toolsSourceFile="$basePath/$toolsFile"
|
||||
ndkSourceFile="$basePath/$ndkFile"
|
||||
|
||||
@@ -53,9 +53,9 @@ toolsFile="commandlinetools-mac-6609375_latest.zip"
|
||||
|
||||
ndkVersion="r22b"
|
||||
ndkFile="android-ndk-$ndkVersion-darwin-x86_64.zip"
|
||||
sdkBuildToolsVersion="29.0.3"
|
||||
sdkBuildToolsVersion="30.0.3"
|
||||
# this is compile sdk version
|
||||
sdkApiLevel="android-29"
|
||||
sdkApiLevel="android-30"
|
||||
|
||||
toolsSourceFile="$basePath/$toolsFile"
|
||||
ndkSourceFile="$basePath/$ndkFile"
|
||||
|
||||
@@ -50,4 +50,4 @@ set -ex
|
||||
# shellcheck source=../common/macos/install_xcode.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
|
||||
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/macos_10.15_catalina/Xcode_12.4.xip 12.4
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_12.5.1.xip 12.5.1
|
||||
|
||||
@@ -37,10 +37,10 @@ set -ex
|
||||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="12.4"
|
||||
version="12.5.1"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/macos_10.15_catalina/$packageName"
|
||||
sha1="eabb32d167da029dfc70af94de2bf61abd416ca1"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
|
||||
sha1="eaf175f4c8854511a6e829f360eb3a7d59afa517"
|
||||
|
||||
InstallCommandLineTools $url $url $sha1 $packageName $version
|
||||
|
||||
|
||||
@@ -53,9 +53,9 @@ toolsFile="commandlinetools-mac-6609375_latest.zip"
|
||||
|
||||
ndkVersion="r22b"
|
||||
ndkFile="android-ndk-$ndkVersion-darwin-x86_64.zip"
|
||||
sdkBuildToolsVersion="29.0.3"
|
||||
sdkBuildToolsVersion="30.0.3"
|
||||
# this is compile sdk version
|
||||
sdkApiLevel="android-29"
|
||||
sdkApiLevel="android-30"
|
||||
|
||||
toolsSourceFile="$basePath/$toolsFile"
|
||||
ndkSourceFile="$basePath/$ndkFile"
|
||||
|
||||
+1
-1
Submodule qt3d updated: 2b1ce68018...477e5657a4
+1
-1
Submodule qt5compat updated: 5deb296574...60ea2a5b12
+1
-1
Submodule qtactiveqt updated: ca156cacd8...ba5ed96bfe
+1
-1
Submodule qtbase updated: ff31815659...8ec406b229
+1
-1
Submodule qtcharts updated: c6b38dc481...2e0552ef53
+1
-1
Submodule qtcoap updated: 276d318708...95f16438ab
+1
-1
Submodule qtconnectivity updated: 31750b0b2f...4dc5876bb8
+1
-1
Submodule qtdatavis3d updated: 2c547a9472...96a12a2def
+1
-1
Submodule qtdeclarative updated: 533a262e0b...edb3d1ff79
+1
-1
Submodule qtdoc updated: e88dc4d70b...0de21a5fcd
Submodule qtgraphicaleffects deleted from bbaccc30f7
+1
-1
Submodule qtimageformats updated: f660b31fac...689b8c55e2
+1
-1
Submodule qtlocation updated: 04ca6f283e...1ec8c1ec20
+1
-1
Submodule qtlottie updated: 8981d11431...b7ad7f07ab
+1
-1
Submodule qtmqtt updated: 42b4328e04...96c60c91bb
+1
-1
Submodule qtmultimedia updated: 1f8bc05b30...c5e10ab041
+1
-1
Submodule qtnetworkauth updated: da418e4a29...f0ccf178e6
+1
-1
Submodule qtopcua updated: deed4dc1da...3ccc1d4aa4
+1
-1
Submodule qtqa updated: 5cd3b36d98...dc9eeb5d1c
+1
-1
Submodule qtquick3d updated: f51cd5ee7e...bee7498a9d
+1
-1
Submodule qtquicktimeline updated: 371c96ef68...89e34a34a3
+1
-1
Submodule qtremoteobjects updated: 52f137b192...f579ca75f9
+1
-1
Submodule qtrepotools updated: e85982c40f...47b15af0da
+1
-1
Submodule qtscxml updated: 699d09ac6d...899f157aa9
+1
-1
Submodule qtsensors updated: 6be83170a6...fca30daec7
+1
-1
Submodule qtserialbus updated: cb0d73060d...aabc072805
+1
-1
Submodule qtserialport updated: 603be25dee...d2fc587501
+1
-1
Submodule qtshadertools updated: 98c8d3dd71...15c52bf98a
+1
-1
Submodule qtsvg updated: 53e76609ac...f6e7779299
+1
-1
Submodule qttools updated: 03eb387498...2c435eca7f
+1
-1
Submodule qttranslations updated: e5a524371a...fbf74fb158
+1
-1
Submodule qtvirtualkeyboard updated: 6227e700f4...aa9d774ff9
+1
-1
Submodule qtwayland updated: 5a7e27830a...cb636d13ad
+1
-1
Submodule qtwebchannel updated: a8130b116d...c3134b642c
+1
-1
Submodule qtwebengine updated: 43fa1753e7...a38704d090
+1
-1
Submodule qtwebsockets updated: 01d7460257...ae1660cea1
+1
-1
Submodule qtwebview updated: 4d9ef0efa2...d4689343a9
Reference in New Issue
Block a user