mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 16:36:35 +08:00
Compare commits
7 Commits
v6.7.0-bet
...
v6.7.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
045c72d4eb | ||
|
|
f84d0c1644 | ||
|
|
1cf5b24dc2 | ||
|
|
2a6f3f9168 | ||
|
|
1cdaa78534 | ||
|
|
de0797d809 | ||
|
|
cf2365c2ec |
@@ -131,6 +131,18 @@ EOB
|
||||
cd "$sdkTargetFolder/cmdline-tools/tools/bin"
|
||||
./sdkmanager --install "emulator" --sdk_root="$sdkTargetFolder" \
|
||||
| eval "$sdkmanager_no_progress_bar_cmd"
|
||||
|
||||
echo "Download and unzip Android Emulator version 32.1.15"
|
||||
emulatorFileName="emulator-linux_x64-10696886.zip"
|
||||
emulatorCiUrl="https://ci-files01-hki.ci.qt.io/input/android/$emulatorFileName"
|
||||
emulatorUrl="http://dl.google.com/android/repository/$emulatorFileName"
|
||||
emulatorTargetFile="$sdkTargetFolder/$emulatorFileName"
|
||||
emulatorSha1="b78f4d2c22d6aa5ca83d26ccb68cbf885a273888"
|
||||
DownloadURL "$emulatorCiUrl" "$emulatorUrl" "$emulatorSha1" "$emulatorTargetFile"
|
||||
echo "Unzipping the Android Emulator to '$sdkTargetFolder'"
|
||||
sudo unzip -o -q "$emulatorTargetFile" -d "$sdkTargetFolder"
|
||||
rm "$emulatorTargetFile"
|
||||
|
||||
echo "y" | ./sdkmanager --install "system-images;android-23;google_apis;x86" \
|
||||
| eval "$sdkmanager_no_progress_bar_cmd"
|
||||
echo "y" | ./sdkmanager --install "system-images;android-33;google_apis;x86_64" \
|
||||
|
||||
@@ -23,4 +23,6 @@ set(CMAKE_C_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
set(CMAKE_CXX_COMPILER q++)
|
||||
set(CMAKE_CXX_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
|
||||
set(CMAKE_STRIP $ENV{QNX_HOST}/usr/bin/ntoaarch64-strip)
|
||||
|
||||
set(CMAKE_SYSROOT $ENV{QNX_TARGET})
|
||||
|
||||
@@ -23,4 +23,6 @@ set(CMAKE_C_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
set(CMAKE_CXX_COMPILER q++)
|
||||
set(CMAKE_CXX_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
|
||||
set(CMAKE_STRIP $ENV{QNX_HOST}/usr/bin/ntoarmv7-strip)
|
||||
|
||||
set(CMAKE_SYSROOT $ENV{QNX_TARGET})
|
||||
|
||||
@@ -23,4 +23,6 @@ set(CMAKE_C_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
set(CMAKE_CXX_COMPILER q++)
|
||||
set(CMAKE_CXX_COMPILER_TARGET ${_qnx_toolchain_arch})
|
||||
|
||||
set(CMAKE_STRIP $ENV{QNX_HOST}/usr/bin/ntox86_64-strip)
|
||||
|
||||
set(CMAKE_SYSROOT $ENV{QNX_TARGET})
|
||||
|
||||
@@ -11,12 +11,9 @@ source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
# Commit c5039e158d20e85d4d8a2dee3160533d627b839a is the latest one in 6.0 branch.
|
||||
# When using the latest commit we will also get fix for https://fftrac-bg.ffmpeg.org/ticket/10405
|
||||
# Should be changed to official release as soon as possible!
|
||||
version="c5039e158d20e85d4d8a2dee3160533d627b839a"
|
||||
version="n6.1"
|
||||
url_public="https://github.com/FFmpeg/FFmpeg/archive/$version.tar.gz"
|
||||
sha1="4e13a26d3be7ac4d69201a6aa0accd734b24b3c4"
|
||||
sha1="1feb946476f3076a9b38c97ca0d8b69e1826049c"
|
||||
url_cached="http://ci-files01-hki.ci.qt.io/input/ffmpeg/$version.tar.gz"
|
||||
ffmpeg_name="FFmpeg-$version"
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
# This script will install FFmpeg
|
||||
$msys = "C:\Utils\msys64\usr\bin\bash"
|
||||
|
||||
$version = "n6.0"
|
||||
$version = "n6.1"
|
||||
$ffmpeg_name = "ffmpeg-" + $version;
|
||||
$sha1 = "5DDDE739FF966A7EEE810D65D7290860A52709D7"
|
||||
$sha1 = "3B4A853266BE923994256B2E4B41CB002E1D63D8"
|
||||
|
||||
$url_cached = "https://ci-files01-hki.ci.qt.io/input/ffmpeg/" + $version + ".zip"
|
||||
$url_public = "https://github.com/FFmpeg/FFmpeg/archive/refs/tags/" +$version + ".zip"
|
||||
|
||||
2
qt3d
2
qt3d
Submodule qt3d updated: 08771a2ecf...774ad9a0cb
Submodule qt5compat updated: d7130c8fd5...afd52b0787
Submodule qtactiveqt updated: 626db282a7...2ead98f68a
2
qtbase
2
qtbase
Submodule qtbase updated: 60c33a2501...c052ee9032
2
qtcharts
2
qtcharts
Submodule qtcharts updated: c8603bcfa7...a44a22bad8
2
qtcoap
2
qtcoap
Submodule qtcoap updated: aa60f25ce5...3f85334e0c
Submodule qtconnectivity updated: b02591cfc8...ec3de05da2
Submodule qtdatavis3d updated: 9090624015...25ac84cbb8
Submodule qtdeclarative updated: 7c74c0895c...cd7814c17f
2
qtdoc
2
qtdoc
Submodule qtdoc updated: 46644b9663...0ffe370950
2
qtgraphs
2
qtgraphs
Submodule qtgraphs updated: 8b23a481aa...20c7cc48b3
2
qtgrpc
2
qtgrpc
Submodule qtgrpc updated: e157e38b4d...bf3714ae15
Submodule qthttpserver updated: 75a0b431b7...5c851e3967
Submodule qtimageformats updated: 72d9361796...51ab8accb9
Submodule qtlanguageserver updated: 0b87c6a02e...8af0eb444b
Submodule qtlocation updated: 490dff1557...e8b358ebd8
2
qtlottie
2
qtlottie
Submodule qtlottie updated: 882c65e642...fd90acb4be
2
qtmqtt
2
qtmqtt
Submodule qtmqtt updated: b746af5fdf...db4f6634b4
Submodule qtmultimedia updated: ead22a2ad8...c4a7fa2b54
Submodule qtnetworkauth updated: 05afc4f336...6e20d72bc9
2
qtopcua
2
qtopcua
Submodule qtopcua updated: 6daf78f623...5c6e046885
Submodule qtpositioning updated: d0c64c2145...02626f7c76
2
qtqa
2
qtqa
Submodule qtqa updated: 0ddac0c8a3...9d52ae48ff
Submodule qtquick3d updated: 009186db12...8b602c2273
Submodule qtquick3dphysics updated: 5216f87f15...d468a3fefe
Submodule qtquickeffectmaker updated: 5624fcec20...60e14a7bb9
Submodule qtquicktimeline updated: 1830433b0c...9a3fe45698
Submodule qtremoteobjects updated: 92ce5a10d4...d65a40ab3b
Submodule qtrepotools updated: 62c866e68f...130826c46e
2
qtscxml
2
qtscxml
Submodule qtscxml updated: 7e0efeb23b...f92d50d6bd
Submodule qtsensors updated: bd6c4fd73c...ee801e79e7
Submodule qtserialbus updated: 322d5327c6...b57d83edd8
Submodule qtserialport updated: 0fdce7843b...987be1a50f
Submodule qtshadertools updated: 16c3ca8875...510926b9b6
2
qtspeech
2
qtspeech
Submodule qtspeech updated: 7448998bb6...5c38d7026d
2
qtsvg
2
qtsvg
Submodule qtsvg updated: 8a8e56ed6d...b3adfe246b
2
qttools
2
qttools
Submodule qttools updated: 667537524c...7a9b2689ed
Submodule qttranslations updated: 3755c1a310...f9701a3480
Submodule qtvirtualkeyboard updated: 3188fe00a0...6831306a3b
Submodule qtwayland updated: c58e53d3fc...6e6375510f
Submodule qtwebchannel updated: eac031407d...89b9fcea03
Submodule qtwebengine updated: 374c20590b...13d82cccbc
Submodule qtwebsockets updated: 04c7f36aa7...4e3f4eb0df
Submodule qtwebview updated: 4e745154a1...01b8c70918
Reference in New Issue
Block a user