mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-25 01:16:14 +08:00
Compare commits
33 Commits
v6.5.0
...
wip/qtwebk
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64ffd59afe | ||
|
|
91b764f76f | ||
|
|
dc6760d6ac | ||
|
|
5cbbf8a4e7 | ||
|
|
7523e8131e | ||
|
|
ed07fcf538 | ||
|
|
f679619f63 | ||
|
|
dd11f01de7 | ||
|
|
b916e0db22 | ||
|
|
39d852d05a | ||
|
|
0d62fbdeb8 | ||
|
|
51e21dcadd | ||
|
|
f524b6a79d | ||
|
|
e5488354ca | ||
|
|
27ffd5c6b2 | ||
|
|
b2ca6cf26b | ||
|
|
49825be2dc | ||
|
|
8066f8ef9f | ||
|
|
a8f008d5a5 | ||
|
|
8c7592b5c4 | ||
|
|
c129f9983d | ||
|
|
44fe19f004 | ||
|
|
b6363e91e9 | ||
|
|
ac1bc46838 | ||
|
|
9972ae9fb6 | ||
|
|
93a2636e0f | ||
|
|
5442f9a23a | ||
|
|
7339218edd | ||
|
|
73765a6885 | ||
|
|
093f748d82 | ||
|
|
f399972a0d | ||
|
|
192bd350fb | ||
|
|
7585da561e |
303
.gitmodules
vendored
303
.gitmodules
vendored
@@ -1,326 +1,39 @@
|
||||
[submodule "qtbase"]
|
||||
path = qtbase
|
||||
url = ../qtbase.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtsvg"]
|
||||
depends = qtbase
|
||||
path = qtsvg
|
||||
url = ../qtsvg.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtdeclarative"]
|
||||
depends = qtbase
|
||||
recommends = qtsvg
|
||||
path = qtdeclarative
|
||||
url = ../qtdeclarative.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtactiveqt"]
|
||||
depends = qtbase
|
||||
path = qtactiveqt
|
||||
url = ../qtactiveqt.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtscript"]
|
||||
depends = qtbase
|
||||
recommends = qttools
|
||||
path = qtscript
|
||||
url = ../qtscript.git
|
||||
branch = 5.15
|
||||
status = deprecated
|
||||
[submodule "qtmultimedia"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtmultimedia
|
||||
url = ../qtmultimedia.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qttools"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtactiveqt
|
||||
path = qttools
|
||||
url = ../qttools.git
|
||||
branch = 5.15
|
||||
status = essential
|
||||
[submodule "qtxmlpatterns"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtxmlpatterns
|
||||
url = ../qtxmlpatterns.git
|
||||
branch = 5.15
|
||||
status = deprecated
|
||||
[submodule "qttranslations"]
|
||||
depends = qttools
|
||||
path = qttranslations
|
||||
url = ../qttranslations.git
|
||||
branch = 5.15
|
||||
status = essential
|
||||
priority = 30
|
||||
[submodule "qtdoc"]
|
||||
depends = qtdeclarative qttools
|
||||
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
|
||||
path = qtdoc
|
||||
url = ../qtdoc.git
|
||||
branch = 5.15
|
||||
status = essential
|
||||
priority = 40
|
||||
[submodule "qtrepotools"]
|
||||
path = qtrepotools
|
||||
url = ../qtrepotools.git
|
||||
branch = master
|
||||
status = essential
|
||||
project = -
|
||||
[submodule "qtqa"]
|
||||
depends = qtbase
|
||||
path = qtqa
|
||||
url = ../qtqa.git
|
||||
branch = master
|
||||
status = essential
|
||||
priority = 50
|
||||
[submodule "qtlocation"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
|
||||
recommends = qtdeclarative
|
||||
path = qtlocation
|
||||
url = ../qtlocation.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtsensors"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtsensors
|
||||
url = ../qtsensors.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtsystems"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtsystems
|
||||
url = ../qtsystems.git
|
||||
branch = dev
|
||||
status = ignore
|
||||
[submodule "qtfeedback"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtmultimedia
|
||||
path = qtfeedback
|
||||
url = ../qtfeedback.git
|
||||
branch = master
|
||||
status = ignore
|
||||
[submodule "qtdocgallery"]
|
||||
depends = qtdeclarative
|
||||
path = qtdocgallery
|
||||
url = ../qtdocgallery.git
|
||||
branch = master
|
||||
status = ignore
|
||||
[submodule "qtpim"]
|
||||
depends = qtdeclarative
|
||||
path = qtpim
|
||||
url = ../qtpim.git
|
||||
branch = dev
|
||||
status = ignore
|
||||
[submodule "qtconnectivity"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtconnectivity
|
||||
url = ../qtconnectivity.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtwayland"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwayland
|
||||
url = ../qtwayland.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qt3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtimageformats qtgamepad
|
||||
path = qt3d
|
||||
url = ../qt3d.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtimageformats"]
|
||||
depends = qtbase
|
||||
path = qtimageformats
|
||||
url = ../qtimageformats.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtgraphicaleffects"]
|
||||
depends = qtdeclarative
|
||||
path = qtgraphicaleffects
|
||||
url = ../qtgraphicaleffects.git
|
||||
branch = 5.15
|
||||
status = essential
|
||||
[submodule "qtquickcontrols"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtgraphicaleffects
|
||||
path = qtquickcontrols
|
||||
url = ../qtquickcontrols.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtserialbus"]
|
||||
depends = qtbase
|
||||
recommends = qtserialport
|
||||
path = qtserialbus
|
||||
url = ../qtserialbus.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtserialport"]
|
||||
depends = qtbase
|
||||
path = qtserialport
|
||||
url = ../qtserialport.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtx11extras"]
|
||||
depends = qtbase
|
||||
path = qtx11extras
|
||||
url = ../qtx11extras.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtmacextras"]
|
||||
depends = qtbase
|
||||
path = qtmacextras
|
||||
url = ../qtmacextras.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtwinextras"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtwinextras
|
||||
url = ../qtwinextras.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtandroidextras"]
|
||||
depends = qtbase
|
||||
path = qtandroidextras
|
||||
url = ../qtandroidextras.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtwebsockets"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwebsockets
|
||||
url = ../qtwebsockets.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwebchannel"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtwebsockets
|
||||
recommends = qtdeclarative
|
||||
path = qtwebchannel
|
||||
url = ../qtwebchannel.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtwebengine"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
|
||||
path = qtwebengine
|
||||
url = ../qtwebengine.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
priority = 10
|
||||
[submodule "qtcanvas3d"]
|
||||
depends = qtdeclarative
|
||||
path = qtcanvas3d
|
||||
url = ../qtcanvas3d.git
|
||||
branch = dev
|
||||
status = ignore
|
||||
[submodule "qtwebview"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtwebengine
|
||||
path = qtwebview
|
||||
url = ../qtwebview.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtquickcontrols2"]
|
||||
depends = qtgraphicaleffects
|
||||
recommends = qtimageformats
|
||||
path = qtquickcontrols2
|
||||
url = ../qtquickcontrols2.git
|
||||
branch = 5.15
|
||||
status = essential
|
||||
[submodule "qtpurchasing"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtpurchasing
|
||||
url = ../qtpurchasing.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtcharts"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtcharts
|
||||
url = ../qtcharts.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtdatavis3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtdatavis3d
|
||||
url = ../qtdatavis3d.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtvirtualkeyboard"]
|
||||
depends = qtbase qtdeclarative qtsvg
|
||||
recommends = qtmultimedia qtquickcontrols
|
||||
path = qtvirtualkeyboard
|
||||
url = ../qtvirtualkeyboard.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtgamepad"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtgamepad
|
||||
url = ../qtgamepad.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtscxml"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtscxml
|
||||
url = ../qtscxml.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtspeech"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtspeech
|
||||
url = ../qtspeech.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtnetworkauth"]
|
||||
depends = qtbase
|
||||
path = qtnetworkauth
|
||||
url = ../qtnetworkauth.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtremoteobjects"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtremoteobjects
|
||||
url = ../qtremoteobjects.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtwebglplugin"]
|
||||
depends = qtbase qtwebsockets
|
||||
recommends = qtdeclarative
|
||||
path = qtwebglplugin
|
||||
url = ../qtwebglplugin.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtlottie"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtlottie
|
||||
url = ../qtlottie.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtquicktimeline"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquicktimeline
|
||||
url = ../qtquicktimeline
|
||||
branch = 5.15
|
||||
status = addon
|
||||
[submodule "qtquick3d"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquick3d
|
||||
url = ../qtquick3d.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
|
||||
@@ -21,20 +21,6 @@ Configurations:
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Compiler: 'MSVC2019'
|
||||
@@ -58,22 +44,10 @@ Configurations:
|
||||
Template: 'qtci-linux-openSUSE-15.1-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.1-x86_64'
|
||||
Compiler: 'ICC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
Environment variables: ['LD_LIBRARY_PATH=$ICC64_19_LDLP:$LD_LIBRARY_PATH', 'PATH=$ICC64_19_PATH:$PATH' ]
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.1-x86_64'
|
||||
Target os: 'WebAssembly'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten'
|
||||
-
|
||||
Template: 'qtci-linux-SLES-15-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Features: ['Insignificant']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
@@ -94,57 +68,3 @@ Configurations:
|
||||
Compiler: 'Clang'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include'
|
||||
-
|
||||
Template: 'qtci-macos-10.14-x86_64'
|
||||
Target os: 'IOS_ANY'
|
||||
Target arch: 'multi'
|
||||
Compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -no-icu -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -static -xplatform macx-ios-clang'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'multi'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Target os: 'QEMU'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
Environment variables: ['GST_PLUGIN_SCANNER=/opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/libexec/gstreamer-1.0/gst-plugin-scanner']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS="hard-float boot2qt" -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Target os: 'QEMU'
|
||||
Target arch: 'arm64'
|
||||
Compiler: 'GCC'
|
||||
Environment variables: ['GST_PLUGIN_SCANNER=/opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/libexec/gstreamer-1.0/gst-plugin-scanner']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Target os: 'QEMU'
|
||||
Target arch: 'mips64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-mips64/sysroots/mips64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-mips64/sysroots/mips64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['TestOnly', 'LicenseCheck']
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Target os: 'INTEGRITY_11_04'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -no-sql-mysql -qpa qnx -xplatform qnx-armle-v7-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1'
|
||||
|
||||
@@ -4,10 +4,11 @@ Configurations:
|
||||
Template: 'qtci-windows-7-x86-3'
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\MINGW810_i686\mingw32\bin;$PATH']
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ QMAKE_LFLAGS_APP+=-s'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-16'
|
||||
Compiler: 'Mingw73'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++ QMAKE_LFLAGS_APP+=-s'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\MINGW810\mingw64\bin;$PATH']
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib'
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
$scriptsPath = "C:\Python36\Scripts"
|
||||
|
||||
Run-Executable "$scriptsPath\pip3.exe" "install -r $PSScriptRoot\conan_requirements.txt"
|
||||
Write-Output "Conan = 1.22.2" >> ~\versions.txt
|
||||
Write-Output "Conan = 1.29.0" >> ~\versions.txt
|
||||
|
||||
# Use Qt Project repository by default
|
||||
Run-Executable "$scriptsPath\conan.exe" "remote add qtproject https://api.bintray.com/conan/qtproject/conan --insert --force"
|
||||
@@ -76,6 +76,7 @@ function Run-Conan-Install
|
||||
|
||||
$manifestsDir = "$PSScriptRoot\conan_manifests"
|
||||
$buildinfoRoot = "C:\Utils\conanbuildinfos"
|
||||
$lockfileRoot = "$PSScriptRoot\conan_lockfiles"
|
||||
|
||||
# Make up to 5 attempts for all download operations in conan
|
||||
$env:CONAN_RETRY = "5"
|
||||
@@ -84,12 +85,11 @@ function Run-Conan-Install
|
||||
ForEach-Object {
|
||||
$conanfile = $_.FullName
|
||||
$outpwd = "$buildinfoRoot\$BuildinfoDir\$($_.BaseName)"
|
||||
$lockfile = "$lockfileRoot\$($_.BaseName)-$BuildinfoDir.lock"
|
||||
New-Item $outpwd -Type directory -Force | Out-Null
|
||||
|
||||
Push-Location $outpwd
|
||||
Run-Executable "$scriptsPath\conan.exe" "install --no-imports --verify $manifestsDir", `
|
||||
'-s', ('compiler="' + $Compiler + '"'), `
|
||||
"-s os=Windows -s arch=$Arch -s compiler.version=$CompilerVersion $extraArgs $conanfile"
|
||||
Run-Executable "$scriptsPath\conan.exe" "install --no-imports --verify $manifestsDir --lockfile $lockfile $conanfile"
|
||||
Pop-Location
|
||||
|
||||
Copy-Item -Path $conanfile -Destination "$outpwd\conanfile.txt"
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "c55d3669e198b38f9cbd3031c1943896d7bcdad9",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "12ee02550ebaf136555a7f3bbc8cc25cfb8bb72b",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "466fc39fa8b7a19ee2095aa945fff98630acdd12",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "4985763cfece81b148d7c11f16d564e42ee2756c",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=14\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "ab841b0a4eaa947ac9d6b85f19b13aaf18c6911d",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "3c8e91368468fdcd96258c1b561b15aca6819857",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "19663639a14063d996b277c7fac0e00264689c20",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "acb703d92685c00a6f85ed3ca8225725f0e186c1",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86_64\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=14\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "b78a3590f375c283e83a188d891b97d04832121e",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "eae1effa51b2513b93fde5c749bae61b6203abfa",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "f8cbe39e2f6584ea05b56c1f3dd9b0a99f522727",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "6fe55a250d22d4408ba9c4b99015260e933b58f0",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=15\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "a4f43a91306db32ecaa845a88306f02b0613c925",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "c32d851699c84c9ca05d351cd671598c4b2b7ea5",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "8c83c725f7fefe466a2c6c18ff17d3b0b91202c6",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "9b721b63e452039565ba8417e25a183d1bbcb4df",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86_64\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=15\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "488cd5989854dc1a08e31f9977289ed30f65b0f0",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "6950736270999084f676eb62bcb88ece1b8351b7",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "d9686cd1257700d08189681d9907564e4a9147cb",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "7fbb66ade701b46f34dff2e121edef66968608b5",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=16\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "cd2d3d20ffbb190b9b990f98e6dedc2be0228764",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "52cf7dbd8248b3f021f6d94e6a16c70823093916",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "a19b1f00428920c59efe23b98acbe83d331049b4",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "1c8544b57637b92dcdfce760b76b459bde0ce701",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86_64\narch_build=x86_64\nbuild_type=Release\ncompiler=Visual Studio\ncompiler.runtime=MD\ncompiler.version=16\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:fPIC=True\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-7-x86\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "5a523494e1f78e9c3900ce2f09380672c297a203",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "1955c51c7e0a6365c20c2d798832186de95c0213",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "d4099b870b7e1ab748c13f5751cb2d32f893a78f",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\nfPIC=True\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "1655126cc73fa38b3abf5795b2008935595969ae",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86\narch_build=x86_64\nbuild_type=Release\ncompiler=gcc\ncompiler.exception=dwarf2\ncompiler.libcxx=libstdc++\ncompiler.threads=posix\ncompiler.version=8\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"graph_lock": {
|
||||
"nodes": {
|
||||
"0": {
|
||||
"options": "icu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibjpeg-turbo:SIMD=True\nlibjpeg-turbo:arithmetic_decoder=True\nlibjpeg-turbo:arithmetic_encoder=True\nlibjpeg-turbo:enable12bit=False\nlibjpeg-turbo:fPIC=True\nlibjpeg-turbo:java=False\nlibjpeg-turbo:libjpeg7_compatibility=True\nlibjpeg-turbo:libjpeg8_compatibility=True\nlibjpeg-turbo:mem_src_dst=True\nlibjpeg-turbo:shared=False\nlibjpeg-turbo:turbojpeg=True\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False\nlibxslt:shared=True",
|
||||
"requires": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4"
|
||||
],
|
||||
"path": "..\\coin\\provisioning\\qtci-windows-10-x86_64\\conanfiles\\qtwebkit.txt",
|
||||
"context": "host"
|
||||
},
|
||||
"1": {
|
||||
"ref": "icu/65.1@qtproject/stable",
|
||||
"options": "data_packaging=library\nshared=True\nsilent=True\nwith_unit_tests=False",
|
||||
"package_id": "5df173d8cb73784907692ca167e7d2e8316b10c7",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
},
|
||||
"2": {
|
||||
"ref": "libxml2/2.9.10@qtproject/stable",
|
||||
"options": "iconv=False\nicu=True\nlzma=False\nshared=True\nzlib=False\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False",
|
||||
"package_id": "852e73d42d44dff3fe4b6ed5d6a4546250ec180e",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"1"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"3": {
|
||||
"ref": "libxslt/1.1.34@qtproject/stable",
|
||||
"options": "shared=True\nicu:data_packaging=library\nicu:shared=True\nicu:silent=True\nicu:with_unit_tests=False\nlibxml2:iconv=False\nlibxml2:icu=True\nlibxml2:lzma=False\nlibxml2:shared=True\nlibxml2:zlib=False",
|
||||
"package_id": "7e451536519482997336e237346b93d95b87eb32",
|
||||
"prev": "0",
|
||||
"requires": [
|
||||
"2"
|
||||
],
|
||||
"context": "host"
|
||||
},
|
||||
"4": {
|
||||
"ref": "libjpeg-turbo/2.0.5@qtproject/stable",
|
||||
"options": "SIMD=True\narithmetic_decoder=True\narithmetic_encoder=True\nenable12bit=False\nfPIC=True\njava=False\nlibjpeg7_compatibility=True\nlibjpeg8_compatibility=True\nmem_src_dst=True\nshared=False\nturbojpeg=True",
|
||||
"package_id": "793aa46df280f94646f5e993f5e3553e18ec8ae9",
|
||||
"prev": "0",
|
||||
"context": "host"
|
||||
}
|
||||
},
|
||||
"revisions_enabled": false
|
||||
},
|
||||
"version": "0.4",
|
||||
"profile_host": "[settings]\narch=x86_64\narch_build=x86_64\nbuild_type=Release\ncompiler=gcc\ncompiler.exception=seh\ncompiler.libcxx=libstdc++\ncompiler.threads=posix\ncompiler.version=8\nos=Windows\nos_build=Windows\n[options]\n[build_requires]\n[env]\n"
|
||||
}
|
||||
@@ -1,33 +1,33 @@
|
||||
1582256998
|
||||
bin/derb.exe: db2e978367ccf635ff7ecc7d1514778e
|
||||
bin/escapesrc.exe: 647ffe2234275d13cffef8b84f052700
|
||||
bin/genbrk.exe: fceaae69a437fdcd4ed1f79bdeac6f13
|
||||
bin/genccode.exe: 81e45377e293edabeb321ba3ab339abb
|
||||
bin/gencfu.exe: 78036b67e099cc312da25d80f9c8b6cf
|
||||
bin/gencmn.exe: 4f73ec63d48e3935e0fa67313a7d8f8f
|
||||
bin/gencnval.exe: 38519687874be469d38e8aadc74d5dc7
|
||||
bin/gendict.exe: be263dfa3e3267340bb4a8815bd4f72e
|
||||
bin/gennorm2.exe: 8e51f5820ec15ed33edb293d5d154138
|
||||
bin/genrb.exe: 0a911668227dec1fca18e7299d737d59
|
||||
bin/gensprep.exe: a96ab9a47ea6e80869c2f732d66296e6
|
||||
bin/icu-config: 4d315b6fa7b53efaf8974aaceb0c7a18
|
||||
bin/icudt.dll: a8b8ce26bbfb30b99d97a5ced4d016ed
|
||||
bin/icudt65.dll: d134d26eb54ba7d5b637c16c974737fb
|
||||
bin/icuin.dll: 5bb19d323881787da00a706f86b7a77a
|
||||
bin/icuin65.dll: 5bb19d323881787da00a706f86b7a77a
|
||||
bin/icuinfo.exe: d9e0c244e7a939c48c2fa2536ea3c836
|
||||
bin/icuio.dll: 98c919ca7fc813e8dc5f645fcc914e5b
|
||||
bin/icuio65.dll: 98c919ca7fc813e8dc5f645fcc914e5b
|
||||
bin/icupkg.exe: 5b9542ec3f054880d2ec484516fae931
|
||||
bin/icutest.dll: e94878f59e7de6f7b2cc52476540c578
|
||||
bin/icutest65.dll: e94878f59e7de6f7b2cc52476540c578
|
||||
bin/icutu.dll: 22d3955eeabe583ef8f339d43ee32e3f
|
||||
bin/icutu65.dll: 22d3955eeabe583ef8f339d43ee32e3f
|
||||
bin/icuuc.dll: 7871b100e82744b16a608d01df837485
|
||||
bin/icuuc65.dll: 7871b100e82744b16a608d01df837485
|
||||
bin/makeconv.exe: 3fae3578534581895353052e4268c8e8
|
||||
bin/pkgdata.exe: 3a91ebe880d28e02b72b69bef2508337
|
||||
conaninfo.txt: 81e378c465132a1385850c1d3d4394ed
|
||||
1599824441
|
||||
bin/derb.exe: bdf63b2f5b550979a89e67cffc8825dc
|
||||
bin/escapesrc.exe: 137b889673457a447f351f5e874eac3d
|
||||
bin/genbrk.exe: bb3294c7064cb973f2ca07ee553f0420
|
||||
bin/genccode.exe: 820b92ed20fb38886dea4447f12911af
|
||||
bin/gencfu.exe: aa4365ba9562fa1bbc4416fbbac63fb2
|
||||
bin/gencmn.exe: 178c5b5cff63d0e0fe9b47a4a0afb5a2
|
||||
bin/gencnval.exe: 71a8bdcb6532c752fb4e106fa602c200
|
||||
bin/gendict.exe: 420fcd1d350c9ed1ef451c8e77f023dc
|
||||
bin/gennorm2.exe: 85cd1fa266ff3a0455760b12a9689fc1
|
||||
bin/genrb.exe: 480231b78483ccb146b6815a811efac3
|
||||
bin/gensprep.exe: 0abbaf32db163eab36b6fdb6930c1532
|
||||
bin/icu-config: 524e7418a34b9f37fa3d720538887dcf
|
||||
bin/icudt.dll: 56532bd6f97572f1ff2f5c269c200cfa
|
||||
bin/icudt65.dll: 09337a242c43e958c75c630e76f58626
|
||||
bin/icuin.dll: ccf458a6762ea1248b633f260f60570b
|
||||
bin/icuin65.dll: ccf458a6762ea1248b633f260f60570b
|
||||
bin/icuinfo.exe: 4274c1a2507c370533ce1151533d5e20
|
||||
bin/icuio.dll: 5c92afa27046b497ea879c5bf4d10577
|
||||
bin/icuio65.dll: 5c92afa27046b497ea879c5bf4d10577
|
||||
bin/icupkg.exe: d679b1024f2e26c1f8a1b77e7258e98f
|
||||
bin/icutest.dll: 562c79d8df0fc5048f4546917b2738f2
|
||||
bin/icutest65.dll: 562c79d8df0fc5048f4546917b2738f2
|
||||
bin/icutu.dll: e45504e5c6ccde54658a7df8bd88108d
|
||||
bin/icutu65.dll: e45504e5c6ccde54658a7df8bd88108d
|
||||
bin/icuuc.dll: d8e8d4d51a9fd6a9849fa4ca5812f0bb
|
||||
bin/icuuc65.dll: d8e8d4d51a9fd6a9849fa4ca5812f0bb
|
||||
bin/makeconv.exe: 6b4805b126655a2b95428b10cf08b25f
|
||||
bin/pkgdata.exe: 6455bddfee736917790fcad7d326f8c1
|
||||
conaninfo.txt: 411145de18abdd9c818ab023e965129b
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
@@ -215,21 +215,21 @@ include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/65.1/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/icu/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/current/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/current/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/icu/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/libicudt.dll.a: 4297604f481c4f41cd69f1c0d41544a8
|
||||
lib/libicuin.dll.a: 78136e54cf3ad942dddc32b3d8c42aab
|
||||
lib/libicuio.dll.a: 681e068e1ebbb2665b222bd3894c8f96
|
||||
lib/libicutest.dll.a: 2d7d50cebf7a15c2bd05995ff9dc2e38
|
||||
lib/libicutu.dll.a: e08a3d12905cb703179a11e250fe4f61
|
||||
lib/libicuuc.dll.a: e92fdef67e56c164ec5c6d47ae97be6b
|
||||
lib/pkgconfig/icu-i18n.pc: eed957ffe006f4fb042981c0f7e0451a
|
||||
lib/pkgconfig/icu-io.pc: 43c8fc7b90303c819b1669ca99e10dde
|
||||
lib/pkgconfig/icu-uc.pc: 3e8708649f2ea8ebd74f0c75655bdd66
|
||||
lib/icu/65.1/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/65.1/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/icu/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/current/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/current/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/icu/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/libicudt.dll.a: 2c21378a274a52b0cfc497029e57fc32
|
||||
lib/libicuin.dll.a: 36ed05dc4117699bf26d988dedab065e
|
||||
lib/libicuio.dll.a: 194a2f912ad715fa5a5ff70186c2809e
|
||||
lib/libicutest.dll.a: ff4d7834bd6190801772795c206fb9bf
|
||||
lib/libicutu.dll.a: d3e8cae651dddd4da2f960fdbde04c1f
|
||||
lib/libicuuc.dll.a: b371571253da468a123ad696382d9bef
|
||||
lib/pkgconfig/icu-i18n.pc: 7f34faeff3f9ad63e1ffd6526897f8d9
|
||||
lib/pkgconfig/icu-io.pc: 50afb654ad3f618eef1052195687b7cb
|
||||
lib/pkgconfig/icu-uc.pc: 2bc7002eccc3f2c53a1270cdc04a30d6
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw: 95446b7c74bc210a824c787c9bd47a93
|
||||
@@ -1,33 +1,33 @@
|
||||
1582257415
|
||||
bin/derb.exe: 430c27da15e7c5d4c6eb60e0b1e6fb8f
|
||||
bin/escapesrc.exe: 9a59fded291dd4ea4cbfe3b7a1c80080
|
||||
bin/genbrk.exe: 56897185781522cd685e4af4ca102a3b
|
||||
bin/genccode.exe: c99c94069e8a0098bc4db9914a7f6e7a
|
||||
bin/gencfu.exe: e23c79026bb78c1991c7f7a8425fad13
|
||||
bin/gencmn.exe: 8fba64b78d2ab6f5bcd6c723da1f57ad
|
||||
bin/gencnval.exe: 14c87059b1c39a72879837cabb3eb84d
|
||||
bin/gendict.exe: 1380f639d83e4d1f21b55ba2495d4a41
|
||||
bin/gennorm2.exe: 914fa6268d94fe08969d7104dc55218f
|
||||
bin/genrb.exe: 22e6461a351f1bf391d181f78a6ef54b
|
||||
bin/gensprep.exe: 4bccca6db929a0b19fff1c5a37873b16
|
||||
bin/icu-config: 9250dfdf7faa8c4d08dfa6cf4f40e2d1
|
||||
bin/icudt.dll: 8a2d4864a89ed94a0e16eaab44d3a4c2
|
||||
bin/icudt65.dll: aa62d2fd6b59bd61116910583e3dd41d
|
||||
bin/icuin.dll: 05cc7ab8708577d53395eb242a0dcc6d
|
||||
bin/icuin65.dll: 05cc7ab8708577d53395eb242a0dcc6d
|
||||
bin/icuinfo.exe: 3700aeeae9229fff4fe501ae415b5c36
|
||||
bin/icuio.dll: f2c286ef97baf5ddc7c8110dbd9e6b4c
|
||||
bin/icuio65.dll: f2c286ef97baf5ddc7c8110dbd9e6b4c
|
||||
bin/icupkg.exe: c03f0c24917039bc98a3b7616c9b141e
|
||||
bin/icutest.dll: 9db214eb296a087b0385f07c21e15b6f
|
||||
bin/icutest65.dll: 9db214eb296a087b0385f07c21e15b6f
|
||||
bin/icutu.dll: f8df0b65efc4fffc30850b6fd6513eeb
|
||||
bin/icutu65.dll: f8df0b65efc4fffc30850b6fd6513eeb
|
||||
bin/icuuc.dll: 81bebc9772571cf4c591512707de7f6f
|
||||
bin/icuuc65.dll: 81bebc9772571cf4c591512707de7f6f
|
||||
bin/makeconv.exe: ef7aa77bd42300c98ea2676e095356d0
|
||||
bin/pkgdata.exe: 4f957c0e9d26523d6977c47879ccb20a
|
||||
conaninfo.txt: 87f571b59f21d0be18bbbb1a53c6b2f2
|
||||
1599824772
|
||||
bin/derb.exe: 68f722afeee75e9e4ea733789eba324d
|
||||
bin/escapesrc.exe: 5ad48603ddefa7d75f9589db693311a0
|
||||
bin/genbrk.exe: cb5487bd37da74c470576d584803a0fd
|
||||
bin/genccode.exe: 80d139a2b22c5c6a7c2ae6801cd8a3ee
|
||||
bin/gencfu.exe: a9f417b50cd8237299100d349d78758e
|
||||
bin/gencmn.exe: cf1a794d018ea5a93db501c4a17d0945
|
||||
bin/gencnval.exe: 2f9cf00a1c6d6ff40f6cc1d2420f2ac9
|
||||
bin/gendict.exe: bda284e8eb469caad6ff4320060bd63d
|
||||
bin/gennorm2.exe: 643cc388bf9f49a1c22274070237e4b5
|
||||
bin/genrb.exe: 900294bcf2ba376e8a53dd0681efba84
|
||||
bin/gensprep.exe: f04c5265bb68e10eb86bbe812348a18a
|
||||
bin/icu-config: 7ff0a51957bda1eec9b2ea457e7bacab
|
||||
bin/icudt.dll: 1e1a6b8fbf1093c1b4fab982c4b62c39
|
||||
bin/icudt65.dll: 91e49d019e10d91cccada5b136f68dec
|
||||
bin/icuin.dll: a67701e7309fae5371c5f656f0deabea
|
||||
bin/icuin65.dll: a67701e7309fae5371c5f656f0deabea
|
||||
bin/icuinfo.exe: 7fd856803068da1b6d736f88d5578444
|
||||
bin/icuio.dll: e53d31b6899dbcec1eb77da207c8e1cc
|
||||
bin/icuio65.dll: e53d31b6899dbcec1eb77da207c8e1cc
|
||||
bin/icupkg.exe: 26c99ac9bf0aef675b6be3d0e4ec1f96
|
||||
bin/icutest.dll: 29acd15f69048c04adc7350ea2f7422a
|
||||
bin/icutest65.dll: 29acd15f69048c04adc7350ea2f7422a
|
||||
bin/icutu.dll: 4b0c32dd74735e9cd2421026fd5a26d9
|
||||
bin/icutu65.dll: 4b0c32dd74735e9cd2421026fd5a26d9
|
||||
bin/icuuc.dll: ff8cfb1cb4360f103f0ab37a21b0f565
|
||||
bin/icuuc65.dll: ff8cfb1cb4360f103f0ab37a21b0f565
|
||||
bin/makeconv.exe: 2f22caee13d695a9c596aa97eb581cf7
|
||||
bin/pkgdata.exe: 49ebcb66931fd627061de5683646d511
|
||||
conaninfo.txt: c04d7a669f242e429c8cd6c4c9f9b250
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
@@ -215,21 +215,21 @@ include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/65.1/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/icu/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/current/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/current/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/icu/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/libicudt.dll.a: 6d19c78195cbf2af4f68b3a1ff93f612
|
||||
lib/libicuin.dll.a: dc5b0188be79d786a1612ab4fe8ee105
|
||||
lib/libicuio.dll.a: a995de8310f252cd356949a19ace1fc9
|
||||
lib/libicutest.dll.a: 4017504bf0e1cbc71fa05c5fda30fcc8
|
||||
lib/libicutu.dll.a: aca996f2762328e3a3125c52582d4c19
|
||||
lib/libicuuc.dll.a: 45c324a2b53e0860672f73a13dd0eaed
|
||||
lib/pkgconfig/icu-i18n.pc: b86403e2cbd81f2559f01cda101d5181
|
||||
lib/pkgconfig/icu-io.pc: f7bf176168b2c48bbf9d5b3ab3513420
|
||||
lib/pkgconfig/icu-uc.pc: b939d24910a7545f0dd199b79e60a1a0
|
||||
lib/icu/65.1/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/65.1/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/icu/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/current/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/current/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/icu/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/libicudt.dll.a: 42327b89226e435dee32d4ed4043dd1e
|
||||
lib/libicuin.dll.a: a479b7dfc0f69346644676625cab1154
|
||||
lib/libicuio.dll.a: 1b048a7fcae8905fa929b9ef282d05c8
|
||||
lib/libicutest.dll.a: af3d4912fe492f3089589416a582bff3
|
||||
lib/libicutu.dll.a: d27299ee9de0bfa2f7130b177a101ced
|
||||
lib/libicuuc.dll.a: 0f98b361c734d8d5cd157678c8d7d6f1
|
||||
lib/pkgconfig/icu-i18n.pc: 5a7e7ff2a321db58b97ccaa41ea54e3b
|
||||
lib/pkgconfig/icu-io.pc: 426da02c84b5694772af9a5bc11dee9b
|
||||
lib/pkgconfig/icu-uc.pc: 5a761b97c6c84a60887f35393d0d15c2
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw64: 071f2f1be85f81141e4243ab65ca2a5b
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282172
|
||||
conaninfo.txt: d3531bf4208a49880b6916cb487ca0fd
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: f1380749e57edaa40366510a55c4a581
|
||||
lib/pkgconfig/libjpeg.pc: 46be85b895bb997ec57faee440b199c9
|
||||
lib/pkgconfig/libturbojpeg.pc: 891d57d67b7bb2d2246f6c84e3802ff3
|
||||
lib/turbojpeg-static.lib: 03531f3967223cb10088dccf1f0ab17e
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282436
|
||||
conaninfo.txt: e412e1148672ae4437d5d9e8f0089dae
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 9ec4a3ea70de97420d8a262641df11fe
|
||||
lib/libturbojpeg.a: 3704f7242f7d79187bcf09b7ff7bb86e
|
||||
lib/pkgconfig/libjpeg.pc: fa956ecec06575a626eb24df4ade7059
|
||||
lib/pkgconfig/libturbojpeg.pc: 7a28369f664feaef64c4f36043bdbf84
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582280262
|
||||
conaninfo.txt: 3ce2f8cfe80b79b4dd725bdff24c402d
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 277031e07ff0a68b0da547fd73fa8931
|
||||
lib/pkgconfig/libjpeg.pc: 18fe4739f1c264cc5807ac171f79d5de
|
||||
lib/pkgconfig/libturbojpeg.pc: 080a4da3c8052f00721671016bda4f79
|
||||
lib/turbojpeg-static.lib: 142395e528dbecc678f0f0242512cb32
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582281085
|
||||
conaninfo.txt: 05273e3ea056a1d7946e1065622c2e6d
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 94e22b458fa49d878f9f5ecaa83b4d4c
|
||||
lib/pkgconfig/libjpeg.pc: f86f98cba102e1be6cdbc77e1f73d6e2
|
||||
lib/pkgconfig/libturbojpeg.pc: 9138a79005a0dd437ec485743cbc7708
|
||||
lib/turbojpeg-static.lib: 85dceca1ee42fb40b9177483a710931c
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282050
|
||||
conaninfo.txt: 5d70fc12733b9ab4f2eef806064af4fc
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: dc1e769eef09dec4761fcecb6e25e416
|
||||
lib/pkgconfig/libjpeg.pc: 58e4fea9c97c1e8ddfe69f5c7a90ee63
|
||||
lib/pkgconfig/libturbojpeg.pc: d8e6f88b279ae6759cf8f0363cb08913
|
||||
lib/turbojpeg-static.lib: 34efadab9c45a4be93bb62e415b7bd5b
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282336
|
||||
conaninfo.txt: 99d4bfcf4fe5b33346747d9aed5a90dd
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 520fd96afa81fffa67fbccc2d7499459
|
||||
lib/libturbojpeg.a: 65c525625f9bdb0c9c93b3cae93116f1
|
||||
lib/pkgconfig/libjpeg.pc: 9088ad9e74b2b56826bc949805312370
|
||||
lib/pkgconfig/libturbojpeg.pc: 176a550708755ea935a3928dcc75bb0c
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582281572
|
||||
conaninfo.txt: 9868d7ba246ae96d18441c975ee816f1
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: fb149794dc225dcb890e1b2c48569660
|
||||
lib/pkgconfig/libjpeg.pc: 16468bac09adeea126c41a7e2eab161f
|
||||
lib/pkgconfig/libturbojpeg.pc: 6bad484e5ee764e95e570110855d00c8
|
||||
lib/turbojpeg-static.lib: 12e129d91c4f92257c7b12d88a0ccd3b
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582280641
|
||||
conaninfo.txt: d0e67ef7124b3767bbd5cebd7e4bf806
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 50b078fedbf48e2accf55cc1201717d8
|
||||
lib/pkgconfig/libjpeg.pc: ef1839c5639ee60768584c29626db8b1
|
||||
lib/pkgconfig/libturbojpeg.pc: 53423ccf67af6cc13cc571dd1e7568e0
|
||||
lib/turbojpeg-static.lib: c3f43cb91de65238d38bee7051671eff
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,4 +1,4 @@
|
||||
1582280120
|
||||
1599735572
|
||||
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
|
||||
conanfile.py: fc9f9025d45306204140aafdf174a422
|
||||
conanfile.py: b752e9ae1c6b8d65022ecc9094a8a8ab
|
||||
export_source/CMakeLists.txt: eb0fcc86f467a4c6ac9f37c16887a29f
|
||||
@@ -0,0 +1,12 @@
|
||||
1599738045
|
||||
conaninfo.txt: 4fbbb44cc5815e6399144d4738128d34
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/libjpeg.a: 1beb177c28bec696d92c96cb12cf50b0
|
||||
lib/libturbojpeg.a: 3601472665eebd9ba70a8b4ded622fb7
|
||||
lib/pkgconfig/libjpeg.pc: 31670f8efeaaf416c10ef75033a21f89
|
||||
lib/pkgconfig/libturbojpeg.pc: 9ec917634a8badf738794da988e0cdd2
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737655
|
||||
conaninfo.txt: 1dff9c35ef06cd1f8e1dd7d3fa538a0b
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 810088c13a0b62845d2a07fb9aedcf7c
|
||||
lib/pkgconfig/libjpeg.pc: 42c35d08648be46cba25e5c233bb4ceb
|
||||
lib/pkgconfig/libturbojpeg.pc: f5f04f23108a7e0287c36286668bed72
|
||||
lib/turbojpeg-static.lib: 57ccb316b5e241e589e4774d1873d2ea
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599735723
|
||||
conaninfo.txt: 96940ef25782fe187ad876a9798aefe6
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: bac9b04d6d20cb9e29a47c56e1d58e92
|
||||
lib/pkgconfig/libjpeg.pc: 8d98a30a9db257c005f7619aa5c0a054
|
||||
lib/pkgconfig/libturbojpeg.pc: 79a1c3fce48acb5ad45fd69fc5b5a7e0
|
||||
lib/turbojpeg-static.lib: 8e8c7d62afe07877cc07befcafc9b189
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599736618
|
||||
conaninfo.txt: 03f3f4e3fcf5d709d43aaec1f55898dc
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 3134bba34a47e8c27d20ec4a4588f54d
|
||||
lib/pkgconfig/libjpeg.pc: e4f3f7cf063e703922623a48759eb548
|
||||
lib/pkgconfig/libturbojpeg.pc: 6412ff7d0f49e4b26ea9c17526fcd995
|
||||
lib/turbojpeg-static.lib: c01d3cddcc20514a4ed2ab9e0bf6bc79
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599738143
|
||||
conaninfo.txt: 3991de728b2148a357e0adfe83ddff62
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/libjpeg.a: ab32855e9f71865bc026351d8e2e77dc
|
||||
lib/libturbojpeg.a: a05a8eef4b34c10a68a3e5c7864f55b5
|
||||
lib/pkgconfig/libjpeg.pc: afe1d748f5b9331fe322f414eeb8d871
|
||||
lib/pkgconfig/libturbojpeg.pc: 5a19528da1aae07f73729acf72ea8d9b
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737489
|
||||
conaninfo.txt: faf97c2c98fbb660379fb96a52f3dcf3
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 05604ba0465efd4fe4e8a518e82cdb81
|
||||
lib/pkgconfig/libjpeg.pc: 6819f3aec5d0a35187d510fb1034c584
|
||||
lib/pkgconfig/libturbojpeg.pc: 7226bc5b0d915e053a1204aba32867cf
|
||||
lib/turbojpeg-static.lib: efa16bdd47f24831fc02ac0b69912490
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737081
|
||||
conaninfo.txt: da8913ab37decb7846f324c2c05b6e56
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 9d557bb3f4769b7e3820d71be4189cfb
|
||||
lib/pkgconfig/libjpeg.pc: 1bcb08ffc4f83b2306ff794ad5c2b91c
|
||||
lib/pkgconfig/libturbojpeg.pc: b9783de5729e5835e41a35cb2f5fa568
|
||||
lib/turbojpeg-static.lib: 09609dcfdad02bed5bf00e348fff8807
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599736121
|
||||
conaninfo.txt: d3b27ba63fbdcf067b5f4afd1a1fdef0
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: bcdd30b7636c7ed8f0e6dbfb97729c31
|
||||
lib/pkgconfig/libjpeg.pc: e124d9000016d4fa108588c91087d060
|
||||
lib/pkgconfig/libturbojpeg.pc: 6b112424701322f51d06015089920210
|
||||
lib/turbojpeg-static.lib: 7d9c9ee5fb38b856bb9424a2ae5f9bbd
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -1,9 +1,9 @@
|
||||
1582270297
|
||||
bin/libxml2-2.dll: 47b3af0297a53e146d739ba46b957ac9
|
||||
bin/xml2-config: f002e2e4fcc1ac7a3ed6a93044a99de1
|
||||
bin/xmlcatalog.exe: f51848350034b8b6010fd11f6e3aa10f
|
||||
bin/xmllint.exe: 689e7c9b94aff9b39383164b13412623
|
||||
conaninfo.txt: ea32a81840ad020d92e3c678a2b31ab7
|
||||
1599827075
|
||||
bin/libxml2-2.dll: aaf2802bcdbb62e364d33d4307c2f656
|
||||
bin/xml2-config: b0691a0a3ab1546612090cb77b4f29bb
|
||||
bin/xmlcatalog.exe: ceb3b58dd442e7a174d60a400b485355
|
||||
bin/xmllint.exe: 542a2dc43a32156244634f496afdad71
|
||||
conaninfo.txt: e494fa1f215b7080df24fc4bf487250b
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
@@ -53,6 +53,6 @@ include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.dll.a: 843beb5d307eda9c6600f02a2cd3f701
|
||||
lib/xml2Conf.sh: 26c219db3da9c216926f8894c096409b
|
||||
lib/libxml2.dll.a: e9e9bb7eed77331a47e228a1a8f4c0c5
|
||||
lib/xml2Conf.sh: 1ac09ea07a1d73a25e8478e5911da219
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,9 +1,9 @@
|
||||
1582270098
|
||||
bin/libxml2-2.dll: 0a707dea653e54ed8606c66cb4af5eca
|
||||
bin/xml2-config: f90c21a49ff66959f9370243e8aeb274
|
||||
bin/xmlcatalog.exe: 1f51631564d0df1e2eb7bab1e744797f
|
||||
bin/xmllint.exe: 705805f98a8ee9045078d6d91a1e076b
|
||||
conaninfo.txt: 5d6fafed34bc3f9e5dce2ad99f65aba0
|
||||
1599827195
|
||||
bin/libxml2-2.dll: dccd1b6cf7425125913b2095ff8eccc2
|
||||
bin/xml2-config: e93ed273bc16d12c4f8ecff87ceaaf79
|
||||
bin/xmlcatalog.exe: 0b575f8389ac5a8e397c3cde88babb85
|
||||
bin/xmllint.exe: 5a63ba2b6556ef0ae20436495c28355c
|
||||
conaninfo.txt: 13134884f7be0e49d19552cd3423b91b
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
@@ -53,6 +53,6 @@ include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.dll.a: 849838d8f7d5dcbcb16097dbdabee707
|
||||
lib/xml2Conf.sh: d980a83ab1cdd3637ee4fc3aeb75733c
|
||||
lib/libxml2.dll.a: 176eb6473b51dd69835b6213fcc40b19
|
||||
lib/xml2Conf.sh: 8713c5cd801bb525b6758a22a65c2a2e
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,4 +1,4 @@
|
||||
1582270556
|
||||
1599827656
|
||||
LICENSE.md: d9f691088a6aaf0589397de712404f23
|
||||
conanfile.py: fdaa2f193e25d36dbf5b92a0f6567611
|
||||
export_source/patches/0001-remove-with-profiler.patch: 44c783ce23e5be1360ef1521b1427da3
|
||||
conanfile.py: 1a377def24ec5c2878da1d9d97a2c39c
|
||||
export_source/patches/Add-configuration-for-profiler.diff: 5207625dda27ca22cf49f7b136dc6585
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
1582271749
|
||||
bin/libexslt-0.dll: 4b9cbde76ca3933da5a551bccc952ec4
|
||||
bin/libxslt-1.dll: 819776a46fa5031884953e1ad3e0e753
|
||||
bin/xslt-config: 7425a897e93c2b35d098d21de286564b
|
||||
bin/xsltproc.exe: b7198489b916c3f5936284418d756f80
|
||||
conaninfo.txt: fd798c9d2cde468877c2c25020e44443
|
||||
1599827930
|
||||
bin/libexslt-0.dll: ff772bdd16e06a28bbbbbf509dace06f
|
||||
bin/libxslt-1.dll: eccc32869a72838b9a8092e40d9ee7a2
|
||||
bin/xslt-config: 438e5a0d83ce7648c0bcb64446bd2874
|
||||
bin/xsltproc.exe: 5e2fe2b2465d07b4bad0ce6a90f61702
|
||||
conaninfo.txt: c74c15f161d0366c1f8b8ae6157be410
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: eb4297a735f2666c5872067c25f16005
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
@@ -24,16 +24,16 @@ include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: e49047ac857ae0fea24b99ee4c56de62
|
||||
include/libxslt/xsltconfig.h: b932ebe3a2edfd7b6e42c6ccab09105f
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.dll.a: a27a9df2d4b7cf070377a32e10961027
|
||||
lib/libexslt.la: 036e99c1bab6a8d3a63471ad94d13aaf
|
||||
lib/libxslt.dll.a: 5bf3583373ca584df267b766c3e9cb3e
|
||||
lib/pkgconfig/libexslt.pc: a9e14aa113bd8c105df76410e046b233
|
||||
lib/pkgconfig/libxslt.pc: 12169caf9654c69c90e0e0c0f98776ad
|
||||
lib/xsltConf.sh: 5fa057a4733819c38f5c55d1ce50fd48
|
||||
lib/libexslt.dll.a: 7bd46b7300a66f8ce59b2899c66544e2
|
||||
lib/libexslt.la: fa24e93ffd0896a1e4aeeb7bfbc39c0b
|
||||
lib/libxslt.dll.a: ceb051c0397694811816950fc670681b
|
||||
lib/pkgconfig/libexslt.pc: be5f747c35a550775cb2367bdb4a7384
|
||||
lib/pkgconfig/libxslt.pc: ebc9b2f108096aec1ddf30f4c45855ec
|
||||
lib/xsltConf.sh: baa711dd9eb12d5855ef8fa782129519
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3
|
||||
share/doc/libxslt-1.1.34/html/API.html: 205e063f09d60a36b44a61c6b7af0af9
|
||||
@@ -1,9 +1,9 @@
|
||||
1582271938
|
||||
bin/libexslt-0.dll: 1561e984c203d94cdfcf78235ecfe43a
|
||||
bin/libxslt-1.dll: 0174f89e8ec9e26aee9e665e686214b9
|
||||
bin/xslt-config: 6e477e88682bb878d649b48d48de3b3d
|
||||
bin/xsltproc.exe: 3cd6a8754d4e21dec52c8dab720cfcf3
|
||||
conaninfo.txt: fb9e8ed7e2ab80afd38743a228fd5ac9
|
||||
1599827795
|
||||
bin/libexslt-0.dll: a3e52849942745520c13c2d20135ada7
|
||||
bin/libxslt-1.dll: e6a19c28494ef3e908d869598b79c97a
|
||||
bin/xslt-config: bf300e18f495cea8591f79fdb0520d06
|
||||
bin/xsltproc.exe: 0d34ec7f2847d75a4140d5221366ae75
|
||||
conaninfo.txt: d905a86a351921bb21c973326d39e9de
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: eb4297a735f2666c5872067c25f16005
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
@@ -24,16 +24,16 @@ include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: e23457bb8ef22a6dc617d413679d59ca
|
||||
include/libxslt/xsltconfig.h: 77d836d8d0a9b2fdd6bea3d379696d80
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.dll.a: 3fee05595887faea3d7022483bf8ab9d
|
||||
lib/libexslt.la: 1ea05e967d865f7ac83d66aeef3f9740
|
||||
lib/libxslt.dll.a: b42e5789521163430675d263374e745e
|
||||
lib/pkgconfig/libexslt.pc: 40e4bf2205e0bcc91529683218d7b53a
|
||||
lib/pkgconfig/libxslt.pc: 296b763342f742c10accc1cd9b08dd08
|
||||
lib/xsltConf.sh: dab0389225bc7e3b47e502c8a6496ff0
|
||||
lib/libexslt.dll.a: f86f6868818b72c97c977e182700d479
|
||||
lib/libexslt.la: d0c4257b491be8cf3c45d5e01b7ffb96
|
||||
lib/libxslt.dll.a: 461a9372775da06a0747728a1b505ae2
|
||||
lib/pkgconfig/libexslt.pc: ba1963709ee3ecc7323aaf188404f144
|
||||
lib/pkgconfig/libxslt.pc: 9ef33a36710bc31556d1038e27e2510d
|
||||
lib/xsltConf.sh: 9b2f5a93679c6e963d8bf3d6efa46591
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3
|
||||
share/doc/libxslt-1.1.34/html/API.html: 205e063f09d60a36b44a61c6b7af0af9
|
||||
@@ -1,7 +0,0 @@
|
||||
1582277614
|
||||
FindZLIB.cmake: 0ec128c2f97a3a6d7e800d3204e5c94f
|
||||
LICENSE: 1ac8330e79e050867144e174d80880f7
|
||||
conanfile.py: c7aba1a732c28bb9851cb50acf3f7a4d
|
||||
export_source/CMakeLists.txt: b45a8f19ed120e922c1cb720c0e4a7c7
|
||||
export_source/CMakeLists_minizip.txt: 7b2c2a9ab51d0ba37b5ca35da21579b7
|
||||
export_source/minizip.patch: dc8ffe80d334f8e5b1bb967593fe2d4a
|
||||
@@ -1,9 +0,0 @@
|
||||
1582279989
|
||||
FindZLIB.cmake: 0ec128c2f97a3a6d7e800d3204e5c94f
|
||||
conaninfo.txt: 40e76e93e86476bbd92e1e82b71d04bb
|
||||
include/zconf.h: 931d0dd891d90ace1eab7a46125a8bda
|
||||
include/zlib.h: 0338828e9d00c94645648b1517108324
|
||||
lib/libzlib.a: 7e55bbef492eceaf8101e433e2a46720
|
||||
lib/pkgconfig/zlib.pc: 29adeed07108745c3562dc19343f3d99
|
||||
licenses/LICENSE: 1af2e5353c16e930435fff550f827c3e
|
||||
zlib.pc: 29adeed07108745c3562dc19343f3d99
|
||||
@@ -1,33 +1,33 @@
|
||||
# Generated for conan==1.22.2
|
||||
appdirs==1.4.3
|
||||
# Generated for conan==1.29.0
|
||||
appdirs==1.4.4
|
||||
bottle==0.12.18
|
||||
certifi==2019.11.28
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
colorama==0.4.3
|
||||
conan==1.22.2
|
||||
conan==1.29.0
|
||||
deprecation==2.0.7
|
||||
distlib==0.3.0
|
||||
distro==1.1.0
|
||||
distlib==0.3.1
|
||||
distro==1.5.0
|
||||
fasteners==0.15
|
||||
filelock==3.0.12
|
||||
future==0.18.2
|
||||
idna==2.9
|
||||
importlib-metadata==1.5.0
|
||||
Jinja2==2.11.1
|
||||
idna==2.10
|
||||
importlib-metadata==1.7.0
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
monotonic==1.5
|
||||
node-semver==0.6.1
|
||||
packaging==20.1
|
||||
patch-ng==1.17.2
|
||||
pluginbase==0.7
|
||||
Pygments==2.5.2
|
||||
packaging==20.4
|
||||
patch-ng==1.17.4
|
||||
pluginbase==1.0.0
|
||||
Pygments==2.7.0
|
||||
PyJWT==1.7.1
|
||||
pyparsing==2.4.6
|
||||
pyparsing==2.4.7
|
||||
python-dateutil==2.8.1
|
||||
PyYAML==5.3
|
||||
requests==2.23.0
|
||||
six==1.14.0
|
||||
tqdm==4.43.0
|
||||
urllib3==1.25.8
|
||||
virtualenv==20.0.4
|
||||
zipp==2.2.0
|
||||
PyYAML==5.3.1
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
tqdm==4.49.0
|
||||
urllib3==1.25.10
|
||||
virtualenv==20.0.31
|
||||
zipp==3.1.0
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Disable-NetAdapterLso Ethernet
|
||||
Start-Sleep -s 15 # Give windows some time to adjust network settings
|
||||
|
||||
@@ -35,12 +35,14 @@
|
||||
# This script installs Python $version.
|
||||
# Python3 is required for building some qt modules.
|
||||
param(
|
||||
[Int32]$archVer=32,
|
||||
[string]$install_path = "C:\Python36"
|
||||
[Int32]$archVer,
|
||||
[string]$sha1,
|
||||
[string]$install_path,
|
||||
[string]$version,
|
||||
[bool]$setDefault=$false
|
||||
)
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
$version = "3.6.1"
|
||||
$package = "C:\Windows\temp\python-$version.exe"
|
||||
|
||||
# check bit version
|
||||
@@ -48,11 +50,9 @@ if ( $archVer -eq 64 ) {
|
||||
Write-Host "Installing 64 bit Python"
|
||||
$externalUrl = "https://www.python.org/ftp/python/$version/python-$version-amd64.exe"
|
||||
$internalUrl = "http://ci-files01-hki.intra.qt.io/input/windows/python-$version-amd64.exe"
|
||||
$sha1 = "bf54252c4065b20f4a111cc39cf5215fb1edccff"
|
||||
} else {
|
||||
$externalUrl = "https://www.python.org/ftp/python/$version/python-$version.exe"
|
||||
$internalUrl = "http://ci-files01-hki.intra.qt.io/input/windows/python-$version.exe"
|
||||
$sha1 = "76c50b747237a0974126dd8b32ea036dd77b2ad1"
|
||||
}
|
||||
|
||||
Write-Host "Fetching from URL..."
|
||||
@@ -65,11 +65,19 @@ Remove-Item -Path $package
|
||||
|
||||
# For cross-compilation we export some helper env variable
|
||||
if (($archVer -eq 32) -And (Is64BitWinHost)) {
|
||||
Set-EnvironmentVariable "PYTHON3_32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_32_PATH" "$install_path\Scripts"
|
||||
if ($setDefault) {
|
||||
Set-EnvironmentVariable "PYTHON3_32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_32_PATH" "$install_path\Scripts"
|
||||
}
|
||||
Set-EnvironmentVariable "PYTHON$version-32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP$version-32_PATH" "$install_path\Scripts"
|
||||
} else {
|
||||
Set-EnvironmentVariable "PYTHON3_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_PATH" "$install_path\Scripts"
|
||||
if ($setDefault) {
|
||||
Set-EnvironmentVariable "PYTHON3_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_PATH" "$install_path\Scripts"
|
||||
}
|
||||
Set-EnvironmentVariable "PYTHON$version-64_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP$version-64_PATH" "$install_path\Scripts"
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +96,13 @@ Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install virtualenv wh
|
||||
# Install all needed packages in a special wheel cache directory
|
||||
$python3_wheel_dir="$install_path\python3-wheels"
|
||||
Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args wheel --wheel-dir $python3_wheel_dir -r $PSScriptRoot\..\shared\requirements.txt"
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE" "$python3_wheel_dir"
|
||||
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE-$version-$archVer" "$python3_wheel_dir"
|
||||
# PYTHON3_WHEEL_CACHE is already in use so we should keep it pointing to 64 bit default
|
||||
# wheel cache
|
||||
if (($setDefault) -And ($archVer -eq 64)) {
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE" "$python3_wheel_dir"
|
||||
}
|
||||
|
||||
# Install PyPDF2 for QSR documentation
|
||||
Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install PyPDF2"
|
||||
|
||||
@@ -1 +1,8 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1"
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36" "3.6.1" $true
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
icu/65.1@qtproject/stable
|
||||
libxml2/2.9.10@qtproject/stable
|
||||
libxslt/1.1.34@qtproject/stable
|
||||
libjpeg-turbo/2.0.3@qtproject/stable
|
||||
libjpeg-turbo/2.0.5@qtproject/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "C:\Python36_32"
|
||||
@@ -1 +1,12 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a8ac14ee5486547caf84abdf151be22d9d069c0a" "C:\Python38_64" "3.8.1"
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "14ff2c2e5538b03a012cb4c9d519d970444ebd42" "C:\Python38_32" "3.8.1"
|
||||
# default ones
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "bf54252c4065b20f4a111cc39cf5215fb1edccff" "C:\Python36" "3.6.1" $true
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36_32" "3.6.1" $true
|
||||
|
||||
@@ -50,20 +50,20 @@ Run-Conan-Install `
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw73-x86 `
|
||||
-BuildinfoDir Mingw-x86 `
|
||||
-Arch x86 `
|
||||
-Compiler "gcc" `
|
||||
-CompilerVersion 7 `
|
||||
-CompilerVersion 8 `
|
||||
-CompilerLibcxx "libstdc++" `
|
||||
-CompilerException "dwarf2" `
|
||||
-CompilerThreads "posix"
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw73-x86_64 `
|
||||
-BuildinfoDir Mingw-x86_64 `
|
||||
-Arch x86_64 `
|
||||
-Compiler "gcc" `
|
||||
-CompilerVersion 7 `
|
||||
-CompilerVersion 8 `
|
||||
-CompilerLibcxx "libstdc++" `
|
||||
-CompilerException "seh" `
|
||||
-CompilerThreads "posix"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
icu/65.1@qtproject/stable
|
||||
libxml2/2.9.10@qtproject/stable
|
||||
libxslt/1.1.34@qtproject/stable
|
||||
libjpeg-turbo/2.0.3@qtproject/stable
|
||||
libjpeg-turbo/2.0.5@qtproject/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
@@ -1 +1,8 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1"
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36" "3.6.1" $true
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw73-x86 `
|
||||
-BuildinfoDir Mingw-x86 `
|
||||
-Arch x86 `
|
||||
-Compiler "gcc" `
|
||||
-CompilerVersion 7 `
|
||||
-CompilerVersion 8 `
|
||||
-CompilerLibcxx "libstdc++" `
|
||||
-CompilerException "dwarf2" `
|
||||
-CompilerThreads "posix"
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
icu/65.1@qtproject/stable
|
||||
libxml2/2.9.10@qtproject/stable
|
||||
libxslt/1.1.34@qtproject/stable
|
||||
libjpeg-turbo/2.0.3@qtproject/stable
|
||||
zlib/1.2.11@qtproject/stable
|
||||
libjpeg-turbo/2.0.5@qtproject/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
@@ -22,8 +21,6 @@ libxslt:shared=True
|
||||
|
||||
libjpeg-turbo:shared=False
|
||||
|
||||
zlib:shared=False
|
||||
|
||||
[imports]
|
||||
bin, icudt65.dll -> ./bin
|
||||
bin, icuin65.dll -> ./bin
|
||||
|
||||
1
qt3d
1
qt3d
Submodule qt3d deleted from 5f83aa9113
Submodule qtactiveqt deleted from cddd08a9ed
Submodule qtandroidextras deleted from 7368404020
2
qtbase
2
qtbase
Submodule qtbase updated: de6e92e26a...e4961b35de
Submodule qtcanvas3d deleted from 1319e0965f
1
qtcharts
1
qtcharts
Submodule qtcharts deleted from b1edcbc8b0
Submodule qtconnectivity deleted from be75143e7d
Submodule qtdatavis3d deleted from 8ea21240c3
Submodule qtdeclarative updated: ad47d70e22...02c499996b
1
qtdoc
1
qtdoc
Submodule qtdoc deleted from 64a0b3a31a
Submodule qtdocgallery deleted from e36e6f0abd
Submodule qtfeedback deleted from 9ac8d8c272
Submodule qtgamepad deleted from f1e9844fa7
Submodule qtgraphicaleffects deleted from 83e9a15a52
Submodule qtimageformats deleted from 1a790ba615
Submodule qtlocation updated: e73246b0e5...bae290d25a
1
qtlottie
1
qtlottie
Submodule qtlottie deleted from 43c7e0a05f
Submodule qtmacextras deleted from 061b6abfc2
Submodule qtmultimedia updated: 8337692ea3...73d9affb0c
Submodule qtnetworkauth deleted from 9f6f71d7b1
1
qtpim
1
qtpim
Submodule qtpim deleted from 02efef5ee6
Submodule qtpurchasing deleted from ac5a9b9615
1
qtqa
1
qtqa
Submodule qtqa deleted from 36a71f6d34
Submodule qtquick3d deleted from e133dec427
Submodule qtquickcontrols deleted from e5fb9e4cea
Submodule qtquickcontrols2 deleted from f66d6116b0
Submodule qtquicktimeline deleted from e993bd51b8
Submodule qtremoteobjects deleted from d4957cd786
Submodule qtrepotools deleted from 050705f615
1
qtscript
1
qtscript
Submodule qtscript deleted from 0f6ea35152
1
qtscxml
1
qtscxml
Submodule qtscxml deleted from a11be67255
Submodule qtsensors updated: be24a7a43c...76fb972f60
Submodule qtserialbus deleted from c12af88323
Submodule qtserialport deleted from 49335de3e7
1
qtspeech
1
qtspeech
Submodule qtspeech deleted from 919fabda13
1
qtsvg
1
qtsvg
Submodule qtsvg deleted from d439739e15
Submodule qtsystems deleted from 434af789f0
1
qttools
1
qttools
Submodule qttools deleted from d4342ab7e8
Submodule qttranslations deleted from ae7c48d054
Submodule qtvirtualkeyboard deleted from a5442ee7e4
Submodule qtwayland deleted from eaeb21284a
Submodule qtwebchannel updated: 3342da9089...5bab22c141
Submodule qtwebengine deleted from 027cce270a
Submodule qtwebglplugin deleted from 5488f0731e
Submodule qtwebsockets deleted from 34010e6497
Submodule qtwebview deleted from 1b514c3b7d
Submodule qtwinextras deleted from b8d402e143
Submodule qtx11extras deleted from 17a9d40a3e
Submodule qtxmlpatterns deleted from 0c04a447ca
Reference in New Issue
Block a user