mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Compare commits
85 Commits
v5.14.1
...
v5.15.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c36c046f1a | ||
|
|
7e126af82f | ||
|
|
769362560f | ||
|
|
e3bbc27500 | ||
|
|
fdb88edba0 | ||
|
|
d757c6d0ec | ||
|
|
0d208f77ec | ||
|
|
5d431ecc97 | ||
|
|
b2d3df3553 | ||
|
|
150f6277e0 | ||
|
|
d84b366d55 | ||
|
|
27e42b7a3c | ||
|
|
47b74fb0ab | ||
|
|
de2b280ad8 | ||
|
|
5dda5f374f | ||
|
|
db23c64876 | ||
|
|
2693e482b6 | ||
|
|
fc2d0b5150 | ||
|
|
b018b841c1 | ||
|
|
25fcda6ff3 | ||
|
|
c0033df4b9 | ||
|
|
7b4b2f86a0 | ||
|
|
d6d9806883 | ||
|
|
fd7bfcc0c5 | ||
|
|
bb39b8730a | ||
|
|
59a1bcec4e | ||
|
|
e01ec6d6f5 | ||
|
|
5f01869f16 | ||
|
|
e47c4ab772 | ||
|
|
cf13f18a1f | ||
|
|
704ef6207d | ||
|
|
eee60c0824 | ||
|
|
24cb0b8afe | ||
|
|
eaf196219b | ||
|
|
f8ab18df91 | ||
|
|
8405c73f8e | ||
|
|
eb3d2ed68b | ||
|
|
311e9abd1e | ||
|
|
89fceff6a4 | ||
|
|
e7cf4b21f1 | ||
|
|
eee24c15d7 | ||
|
|
0e336aea87 | ||
|
|
9d78f3bd2b | ||
|
|
0363e5f7de | ||
|
|
f908a069d9 | ||
|
|
fb0c74c862 | ||
|
|
d42e5bda88 | ||
|
|
cc4cbd241b | ||
|
|
72175ca334 | ||
|
|
154ae1ebef | ||
|
|
0948f301a2 | ||
|
|
75192dee07 | ||
|
|
cfa998544d | ||
|
|
4a0e64744f | ||
|
|
a9633efe67 | ||
|
|
7286bd9f7a | ||
|
|
2dc0539847 | ||
|
|
3ae7991090 | ||
|
|
cac62e47fe | ||
|
|
a626d59af1 | ||
|
|
1def8bb62c | ||
|
|
af7cf0fc3f | ||
|
|
c48c756bb9 | ||
|
|
14174482be | ||
|
|
4282752c19 | ||
|
|
7c1c98e123 | ||
|
|
4b6c05815a | ||
|
|
b5c9819be2 | ||
|
|
f9183e71bf | ||
|
|
b3f160bc39 | ||
|
|
ebc02c3265 | ||
|
|
d148d7b0f7 | ||
|
|
8287111e7b | ||
|
|
db4e91ce90 | ||
|
|
d406ff6398 | ||
|
|
37244913d3 | ||
|
|
41fa18a06b | ||
|
|
1430513438 | ||
|
|
37e43d23fc | ||
|
|
4f903d0139 | ||
|
|
2d577a83ec | ||
|
|
52068b49e8 | ||
|
|
f76c553d75 | ||
|
|
97afb2ce08 | ||
|
|
8f87412708 |
90
.gitmodules
vendored
90
.gitmodules
vendored
@@ -1,60 +1,60 @@
|
|||||||
[submodule "qtbase"]
|
[submodule "qtbase"]
|
||||||
path = qtbase
|
path = qtbase
|
||||||
url = ../qtbase.git
|
url = ../qtbase.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtsvg"]
|
[submodule "qtsvg"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtsvg
|
path = qtsvg
|
||||||
url = ../qtsvg.git
|
url = ../qtsvg.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtdeclarative"]
|
[submodule "qtdeclarative"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtsvg
|
recommends = qtsvg
|
||||||
path = qtdeclarative
|
path = qtdeclarative
|
||||||
url = ../qtdeclarative.git
|
url = ../qtdeclarative.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtactiveqt"]
|
[submodule "qtactiveqt"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtactiveqt
|
path = qtactiveqt
|
||||||
url = ../qtactiveqt.git
|
url = ../qtactiveqt.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtscript"]
|
[submodule "qtscript"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qttools
|
recommends = qttools
|
||||||
path = qtscript
|
path = qtscript
|
||||||
url = ../qtscript.git
|
url = ../qtscript.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qtmultimedia"]
|
[submodule "qtmultimedia"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtmultimedia
|
path = qtmultimedia
|
||||||
url = ../qtmultimedia.git
|
url = ../qtmultimedia.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qttools"]
|
[submodule "qttools"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtactiveqt
|
recommends = qtdeclarative qtactiveqt
|
||||||
path = qttools
|
path = qttools
|
||||||
url = ../qttools.git
|
url = ../qttools.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtxmlpatterns"]
|
[submodule "qtxmlpatterns"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtxmlpatterns
|
path = qtxmlpatterns
|
||||||
url = ../qtxmlpatterns.git
|
url = ../qtxmlpatterns.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qttranslations"]
|
[submodule "qttranslations"]
|
||||||
depends = qttools
|
depends = qttools
|
||||||
path = qttranslations
|
path = qttranslations
|
||||||
url = ../qttranslations.git
|
url = ../qttranslations.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
priority = 30
|
priority = 30
|
||||||
[submodule "qtdoc"]
|
[submodule "qtdoc"]
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
|
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
|
||||||
path = qtdoc
|
path = qtdoc
|
||||||
url = ../qtdoc.git
|
url = ../qtdoc.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
priority = 40
|
priority = 40
|
||||||
[submodule "qtrepotools"]
|
[submodule "qtrepotools"]
|
||||||
@@ -83,14 +83,14 @@
|
|||||||
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
|
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
|
||||||
path = qtlocation
|
path = qtlocation
|
||||||
url = ../qtlocation.git
|
url = ../qtlocation.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtsensors"]
|
[submodule "qtsensors"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtsensors
|
path = qtsensors
|
||||||
url = ../qtsensors.git
|
url = ../qtsensors.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtsystems"]
|
[submodule "qtsystems"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
@@ -123,99 +123,99 @@
|
|||||||
recommends = qtdeclarative qtandroidextras
|
recommends = qtdeclarative qtandroidextras
|
||||||
path = qtconnectivity
|
path = qtconnectivity
|
||||||
url = ../qtconnectivity.git
|
url = ../qtconnectivity.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwayland"]
|
[submodule "qtwayland"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtwayland
|
path = qtwayland
|
||||||
url = ../qtwayland.git
|
url = ../qtwayland.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qt3d"]
|
[submodule "qt3d"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtimageformats qtgamepad
|
recommends = qtdeclarative qtimageformats qtgamepad
|
||||||
path = qt3d
|
path = qt3d
|
||||||
url = ../qt3d.git
|
url = ../qt3d.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtimageformats"]
|
[submodule "qtimageformats"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtimageformats
|
path = qtimageformats
|
||||||
url = ../qtimageformats.git
|
url = ../qtimageformats.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtgraphicaleffects"]
|
[submodule "qtgraphicaleffects"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
path = qtgraphicaleffects
|
path = qtgraphicaleffects
|
||||||
url = ../qtgraphicaleffects.git
|
url = ../qtgraphicaleffects.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquickcontrols"]
|
[submodule "qtquickcontrols"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
recommends = qtgraphicaleffects
|
recommends = qtgraphicaleffects
|
||||||
path = qtquickcontrols
|
path = qtquickcontrols
|
||||||
url = ../qtquickcontrols.git
|
url = ../qtquickcontrols.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtserialbus"]
|
[submodule "qtserialbus"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtserialport
|
recommends = qtserialport
|
||||||
path = qtserialbus
|
path = qtserialbus
|
||||||
url = ../qtserialbus.git
|
url = ../qtserialbus.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtserialport"]
|
[submodule "qtserialport"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtserialport
|
path = qtserialport
|
||||||
url = ../qtserialport.git
|
url = ../qtserialport.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtx11extras"]
|
[submodule "qtx11extras"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtx11extras
|
path = qtx11extras
|
||||||
url = ../qtx11extras.git
|
url = ../qtx11extras.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtmacextras"]
|
[submodule "qtmacextras"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtmacextras
|
path = qtmacextras
|
||||||
url = ../qtmacextras.git
|
url = ../qtmacextras.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwinextras"]
|
[submodule "qtwinextras"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtwinextras
|
path = qtwinextras
|
||||||
url = ../qtwinextras.git
|
url = ../qtwinextras.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtandroidextras"]
|
[submodule "qtandroidextras"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtandroidextras
|
path = qtandroidextras
|
||||||
url = ../qtandroidextras.git
|
url = ../qtandroidextras.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebsockets"]
|
[submodule "qtwebsockets"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtwebsockets
|
path = qtwebsockets
|
||||||
url = ../qtwebsockets.git
|
url = ../qtwebsockets.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebchannel"]
|
[submodule "qtwebchannel"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtwebsockets
|
recommends = qtdeclarative qtwebsockets
|
||||||
path = qtwebchannel
|
path = qtwebchannel
|
||||||
url = ../qtwebchannel.git
|
url = ../qtwebchannel.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebengine"]
|
[submodule "qtwebengine"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
|
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
|
||||||
path = qtwebengine
|
path = qtwebengine
|
||||||
url = ../qtwebengine.git
|
url = ../qtwebengine.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
priority = 10
|
priority = 10
|
||||||
[submodule "qtcanvas3d"]
|
[submodule "qtcanvas3d"]
|
||||||
@@ -229,98 +229,98 @@
|
|||||||
recommends = qtwebengine
|
recommends = qtwebengine
|
||||||
path = qtwebview
|
path = qtwebview
|
||||||
url = ../qtwebview.git
|
url = ../qtwebview.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquickcontrols2"]
|
[submodule "qtquickcontrols2"]
|
||||||
depends = qtgraphicaleffects
|
depends = qtgraphicaleffects
|
||||||
recommends = qtimageformats
|
recommends = qtimageformats
|
||||||
path = qtquickcontrols2
|
path = qtquickcontrols2
|
||||||
url = ../qtquickcontrols2.git
|
url = ../qtquickcontrols2.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtpurchasing"]
|
[submodule "qtpurchasing"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtandroidextras
|
recommends = qtdeclarative qtandroidextras
|
||||||
path = qtpurchasing
|
path = qtpurchasing
|
||||||
url = ../qtpurchasing.git
|
url = ../qtpurchasing.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtcharts"]
|
[submodule "qtcharts"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtcharts
|
path = qtcharts
|
||||||
url = ../qtcharts.git
|
url = ../qtcharts.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtdatavis3d"]
|
[submodule "qtdatavis3d"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtdatavis3d
|
path = qtdatavis3d
|
||||||
url = ../qtdatavis3d.git
|
url = ../qtdatavis3d.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtvirtualkeyboard"]
|
[submodule "qtvirtualkeyboard"]
|
||||||
depends = qtbase qtdeclarative qtsvg
|
depends = qtbase qtdeclarative qtsvg
|
||||||
recommends = qtmultimedia qtquickcontrols
|
recommends = qtmultimedia qtquickcontrols
|
||||||
path = qtvirtualkeyboard
|
path = qtvirtualkeyboard
|
||||||
url = ../qtvirtualkeyboard.git
|
url = ../qtvirtualkeyboard.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtgamepad"]
|
[submodule "qtgamepad"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtgamepad
|
path = qtgamepad
|
||||||
url = ../qtgamepad.git
|
url = ../qtgamepad.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtscxml"]
|
[submodule "qtscxml"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtscxml
|
path = qtscxml
|
||||||
url = ../qtscxml.git
|
url = ../qtscxml.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtspeech"]
|
[submodule "qtspeech"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtspeech
|
path = qtspeech
|
||||||
url = ../qtspeech.git
|
url = ../qtspeech.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtnetworkauth"]
|
[submodule "qtnetworkauth"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtnetworkauth
|
path = qtnetworkauth
|
||||||
url = ../qtnetworkauth.git
|
url = ../qtnetworkauth.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtremoteobjects"]
|
[submodule "qtremoteobjects"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtremoteobjects
|
path = qtremoteobjects
|
||||||
url = ../qtremoteobjects.git
|
url = ../qtremoteobjects.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebglplugin"]
|
[submodule "qtwebglplugin"]
|
||||||
depends = qtbase qtwebsockets
|
depends = qtbase qtwebsockets
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtwebglplugin
|
path = qtwebglplugin
|
||||||
url = ../qtwebglplugin.git
|
url = ../qtwebglplugin.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtlottie"]
|
[submodule "qtlottie"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtlottie
|
path = qtlottie
|
||||||
url = ../qtlottie.git
|
url = ../qtlottie.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = preview
|
status = addon
|
||||||
[submodule "qtquicktimeline"]
|
[submodule "qtquicktimeline"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtquicktimeline
|
path = qtquicktimeline
|
||||||
url = ../qtquicktimeline
|
url = ../qtquicktimeline
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = preview
|
status = addon
|
||||||
[submodule "qtquick3d"]
|
[submodule "qtquick3d"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtquick3d
|
path = qtquick3d
|
||||||
url = ../qtquick3d.git
|
url = ../qtquick3d.git
|
||||||
branch = 5.14.1
|
branch = 5.15
|
||||||
status = preview
|
status = addon
|
||||||
|
|||||||
@@ -5,52 +5,52 @@ Configurations:
|
|||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Compiler: 'MSVC2015'
|
Compiler: 'MSVC2015'
|
||||||
Features: ['DisableTests']
|
Features: ['DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-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%'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-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-7-x86-3'
|
Template: 'qtci-windows-7-x86-3'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-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++'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-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++ -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'MSVC2017'
|
Compiler: 'MSVC2017'
|
||||||
Features: ['Packaging']
|
Features: ['Packaging']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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%'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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% -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'MSVC2019'
|
Compiler: 'MSVC2019'
|
||||||
Features: ['DisableTests']
|
Features: ['DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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%'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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% -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Compiler: 'MSVC2015'
|
Compiler: 'MSVC2015'
|
||||||
Features: ['Packaging', 'DisableTests']
|
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%'
|
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-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'MSVC2015'
|
Compiler: 'MSVC2015'
|
||||||
Features: ['DisableTests']
|
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'
|
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 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Target arch: 'armv7'
|
Target arch: 'armv7'
|
||||||
Compiler: 'MSVC2015'
|
Compiler: 'MSVC2015'
|
||||||
Features: ['Packaging', 'DisableTests']
|
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'
|
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 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Compiler: 'MSVC2017'
|
Compiler: 'MSVC2017'
|
||||||
Features: ['Packaging']
|
Features: ['Packaging']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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%'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Compiler: 'MSVC2019'
|
Compiler: 'MSVC2019'
|
||||||
Features: ['DisableTests']
|
Features: ['DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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%'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -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-linux-Ubuntu-18.04-x86_64'
|
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
@@ -58,12 +58,7 @@ Configurations:
|
|||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['DisableTests']
|
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
|
||||||
-
|
|
||||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -nomake examples -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
@@ -94,7 +89,7 @@ Configurations:
|
|||||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging']
|
Features: ['Packaging']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -qt-xcb -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -xcb -bundled-xcb-xinput -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s'
|
||||||
-
|
-
|
||||||
Template: 'qtci-macos-10.13-x86_64-2'
|
Template: 'qtci-macos-10.13-x86_64-2'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
@@ -103,7 +98,6 @@ Configurations:
|
|||||||
-
|
-
|
||||||
Template: 'qtci-macos-10.14-x86_64'
|
Template: 'qtci-macos-10.14-x86_64'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['DisableTests']
|
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
|
||||||
-
|
-
|
||||||
Template: 'qtci-macos-10.14-x86_64'
|
Template: 'qtci-macos-10.14-x86_64'
|
||||||
@@ -117,20 +111,6 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Packaging', 'DisableTests']
|
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'
|
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-macos-10.14-x86_64'
|
|
||||||
Target os: 'TvOS_ANY'
|
|
||||||
Target arch: 'multi'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['DisableTests']
|
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -xplatform macx-tvos-clang'
|
|
||||||
-
|
|
||||||
Template: 'qtci-macos-10.14-x86_64'
|
|
||||||
Target os: 'WatchOS_ANY'
|
|
||||||
Target arch: 'multi'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['DisableTests']
|
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -xplatform macx-watchos-clang'
|
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
|
|||||||
@@ -3,37 +3,37 @@
|
|||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Compiler: 'MSVC2015'
|
Compiler: 'MSVC2015'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'MSVC2017'
|
Compiler: 'MSVC2017'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x86-msvc2017'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x86-msvc2017 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-7-x86-3'
|
Template: 'qtci-windows-7-x86-3'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -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'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -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-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-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% -platform win32-g++ QMAKE_LFLAGS_APP+=-s'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-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% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Target arch: 'armv7'
|
Target arch: 'armv7'
|
||||||
Compiler: 'MSVC2017'
|
Compiler: 'MSVC2017'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-arm-msvc2017'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-arm-msvc2017 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'WinRT_10'
|
Target os: 'WinRT_10'
|
||||||
Compiler: 'MSVC2017'
|
Compiler: 'MSVC2017'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x64-msvc2017'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x64-msvc2017 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-macos-10.13-x86_64-2'
|
Template: 'qtci-macos-10.13-x86_64-2'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
@@ -63,21 +63,21 @@
|
|||||||
Target arch: 'armv7'
|
Target arch: 'armv7'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc'
|
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'QNX_700'
|
Target os: 'QNX_700'
|
||||||
Target arch: 'armv8'
|
Target arch: 'armv8'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc'
|
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-windows-10-x86_64-16'
|
Template: 'qtci-windows-10-x86_64-16'
|
||||||
Target os: 'QNX_700'
|
Target os: 'QNX_700'
|
||||||
Target arch: 'x86_64'
|
Target arch: 'x86_64'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc'
|
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||||
Target os: 'QNX_700'
|
Target os: 'QNX_700'
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
Target os: 'WebAssembly'
|
Target os: 'WebAssembly'
|
||||||
Compiler: 'Mingw73'
|
Compiler: 'Mingw73'
|
||||||
Features: ['Packaging', 'DisableTests']
|
Features: ['Packaging', 'DisableTests']
|
||||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten'
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten -qt-zlib'
|
||||||
-
|
-
|
||||||
Template: 'qtci-macos-10.13-x86_64-2'
|
Template: 'qtci-macos-10.13-x86_64-2'
|
||||||
Target os: 'WebAssembly'
|
Target os: 'WebAssembly'
|
||||||
|
|||||||
@@ -37,6 +37,8 @@
|
|||||||
|
|
||||||
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# shellcheck source=../unix/DownloadURL.sh
|
# shellcheck source=../unix/DownloadURL.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||||
# shellcheck source=../unix/check_and_set_proxy.sh
|
# shellcheck source=../unix/check_and_set_proxy.sh
|
||||||
@@ -80,8 +82,11 @@ else
|
|||||||
sudo chown -R qt:users "$targetFolder"
|
sudo chown -R qt:users "$targetFolder"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the following command under `eval` or `sh -c` so that the shell properly splits it
|
# Stop the sdkmanager from printing thousands of lines of #hashmarks.
|
||||||
|
# Run the following command under `eval` or `sh -c` so that the shell properly splits it.
|
||||||
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
||||||
|
# But don't let the pipeline hide sdkmanager failures.
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
||||||
# shellcheck disable=SC2031
|
# shellcheck disable=SC2031
|
||||||
|
|||||||
@@ -88,15 +88,15 @@ function InstallGCC() {
|
|||||||
|
|
||||||
# openSUSE has update-alternatives under /usr/sbin and it has grouped the commands by means of master and slave links
|
# openSUSE has update-alternatives under /usr/sbin and it has grouped the commands by means of master and slave links
|
||||||
if [ -f "/usr/sbin/update-alternatives" ]; then
|
if [ -f "/usr/sbin/update-alternatives" ]; then
|
||||||
sudo /usr/sbin/update-alternatives --install /usr/bin/gcc gcc "$installPrefix/bin/gcc-$suffixVersion" "$priority" \
|
sudo /usr/sbin/update-alternatives --install /usr/bin/gcc gcc "$installPrefix/bin/gcc${suffixVersion}" "$priority" \
|
||||||
--slave /usr/bin/g++ g++ "$installPrefix/bin/g++-$suffixVersion" \
|
--slave /usr/bin/g++ g++ "$installPrefix/bin/g++${suffixVersion}" \
|
||||||
--slave /usr/bin/cc cc "$installPrefix/bin/gcc-$suffixVersion" \
|
--slave /usr/bin/cc cc "$installPrefix/bin/gcc${suffixVersion}" \
|
||||||
--slave /usr/bin/c++ c++ "$installPrefix/bin/g++-$suffixVersion"
|
--slave /usr/bin/c++ c++ "$installPrefix/bin/g++${suffixVersion}"
|
||||||
else
|
else
|
||||||
sudo /usr/bin/update-alternatives --install /usr/bin/gcc gcc "$installPrefix/bin/gcc-$suffixVersion" "$priority"
|
sudo /usr/bin/update-alternatives --install /usr/bin/gcc gcc "$installPrefix/bin/gcc${suffixVersion}" "$priority"
|
||||||
sudo /usr/bin/update-alternatives --install /usr/bin/g++ g++ "$installPrefix/bin/g++-$suffixVersion" "$priority"
|
sudo /usr/bin/update-alternatives --install /usr/bin/g++ g++ "$installPrefix/bin/g++${suffixVersion}" "$priority"
|
||||||
sudo /usr/bin/update-alternatives --install /usr/bin/cc cc "$installPrefix/bin/gcc-$suffixVersion" "$priority"
|
sudo /usr/bin/update-alternatives --install /usr/bin/cc cc "$installPrefix/bin/gcc${suffixVersion}" "$priority"
|
||||||
sudo /usr/bin/update-alternatives --install /usr/bin/c++ c++ "$installPrefix/bin/g++-$suffixVersion" "$priority"
|
sudo /usr/bin/update-alternatives --install /usr/bin/c++ c++ "$installPrefix/bin/g++${suffixVersion}" "$priority"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "/usr/local/lib64" | sudo tee /etc/ld.so.conf.d/gcc-libraries.conf
|
echo "/usr/local/lib64" | sudo tee /etc/ld.so.conf.d/gcc-libraries.conf
|
||||||
|
|||||||
@@ -41,3 +41,9 @@ echo "*********************************************"
|
|||||||
echo "***** SW VERSIONS *****"
|
echo "***** SW VERSIONS *****"
|
||||||
cat ~/versions.txt
|
cat ~/versions.txt
|
||||||
echo "*********************************************"
|
echo "*********************************************"
|
||||||
|
echo "*************** mount ***********************"
|
||||||
|
mount
|
||||||
|
echo "*********************************************"
|
||||||
|
echo "*************** df **************************"
|
||||||
|
df -hT
|
||||||
|
echo "*********************************************"
|
||||||
|
|||||||
@@ -42,7 +42,9 @@ function InstallPKGFromURL {
|
|||||||
targetDirectory=$4
|
targetDirectory=$4
|
||||||
|
|
||||||
echo "Creating temporary file"
|
echo "Creating temporary file"
|
||||||
targetFile=$(mktemp "$TMPDIR$(uuidgen).pkg")
|
package_basename=$(echo "$url" | sed 's|^.*/||')
|
||||||
|
tmpdir=$(mktemp -d)
|
||||||
|
targetFile="$tmpdir/$package_basename"
|
||||||
echo "Downloading PKG from primary URL '$url'"
|
echo "Downloading PKG from primary URL '$url'"
|
||||||
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || (
|
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || (
|
||||||
echo "Failed to download '$url' multiple times"
|
echo "Failed to download '$url' multiple times"
|
||||||
@@ -50,10 +52,12 @@ function InstallPKGFromURL {
|
|||||||
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt"
|
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt"
|
||||||
)
|
)
|
||||||
echo "Checking SHA1 on PKG '$targetFile'"
|
echo "Checking SHA1 on PKG '$targetFile'"
|
||||||
echo "$expectedSha1 *$targetFile" > "$targetFile.sha1"
|
echo "$expectedSha1 *$targetFile" > "$targetFile".sha1
|
||||||
/usr/bin/shasum --check "$targetFile.sha1"
|
/usr/bin/shasum --check "$targetFile".sha1
|
||||||
echo "Run installer on PKG"
|
echo "Run installer on PKG"
|
||||||
sudo installer -package "$targetFile" -target "$targetDirectory"
|
sudo installer -package "$targetFile" -target "$targetDirectory"
|
||||||
echo "Removing file '$targetFile'"
|
|
||||||
rm "$targetFile"
|
rm -f "$targetFile".sha1
|
||||||
|
rm -f "$targetFile"
|
||||||
|
rmdir "$tmpdir"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,21 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
# Will install homebrew package manager for macOS.
|
# Will install homebrew package manager for macOS.
|
||||||
# WARNING: Requires commandlinetools
|
# WARNING: Requires commandlinetools
|
||||||
|
|
||||||
# TODO audit and cache this file locally, see QTQAINFRA-3134
|
|
||||||
curl -L -o /tmp/homebrew_install https://raw.githubusercontent.com/Homebrew/install/master/install
|
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
. "$(dirname "$0")"/../../common/unix/DownloadURL.sh
|
||||||
|
|
||||||
|
|
||||||
|
DownloadURL \
|
||||||
|
http://ci-files01-hki.intra.qt.io/input/mac/homebrew-install.c744a716f9845988d01e6e238eee7117b8c366c9.rb \
|
||||||
|
https://raw.githubusercontent.com/Homebrew/install/c744a716f9845988d01e6e238eee7117b8c366c9/install \
|
||||||
|
b9782cc0b550229de77b429b56ffce04157e60486ab9df00461ccf3dad565b0a \
|
||||||
|
/tmp/homebrew_install
|
||||||
/usr/bin/ruby /tmp/homebrew_install </dev/null
|
/usr/bin/ruby /tmp/homebrew_install </dev/null
|
||||||
|
|
||||||
brew update
|
# No need to manually do `brew update`, the homebrew installer script does it.
|
||||||
|
### brew update
|
||||||
|
|||||||
@@ -24,7 +24,13 @@
|
|||||||
# collect_cpu_time = false
|
# collect_cpu_time = false
|
||||||
# report_active = false
|
# report_active = false
|
||||||
[[inputs.disk]]
|
[[inputs.disk]]
|
||||||
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
|
# macOS needs two extra filesystem exceptions:
|
||||||
|
# + cd9660: This is a read-only filesystem, and always 100% full
|
||||||
|
# + msdos: Sometimes at boot a short-lived unique mount of type "msdos"
|
||||||
|
# is performed, at the random directory
|
||||||
|
# /Volumes/firmwaresyncd.XXXXXX.
|
||||||
|
# The uniqueness of the path bloats the cardinality of InfluxDB.
|
||||||
|
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs", "cd9660", "msdos"]
|
||||||
#[[inputs.diskio]] # linux-only
|
#[[inputs.diskio]] # linux-only
|
||||||
[[inputs.kernel]]
|
[[inputs.kernel]]
|
||||||
[[inputs.mem]]
|
[[inputs.mem]]
|
||||||
|
|||||||
@@ -41,3 +41,9 @@ echo "*********************************************"
|
|||||||
echo "***** SW VERSIONS *****"
|
echo "***** SW VERSIONS *****"
|
||||||
cat ~/versions.txt
|
cat ~/versions.txt
|
||||||
echo "*********************************************"
|
echo "*********************************************"
|
||||||
|
echo "*************** mount ***********************"
|
||||||
|
mount
|
||||||
|
echo "*********************************************"
|
||||||
|
echo "*************** df **************************"
|
||||||
|
df -h
|
||||||
|
echo "*********************************************"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ argh==0.26.2
|
|||||||
click==6.7
|
click==6.7
|
||||||
coloredlogs==10.0
|
coloredlogs==10.0
|
||||||
humanfriendly==4.15.1
|
humanfriendly==4.15.1
|
||||||
Jinja2==2.10
|
Jinja2==2.10.3
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
path.py==11.0.1
|
path.py==11.0.1
|
||||||
pathtools==0.1.2
|
pathtools==0.1.2
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_windows_i386.zip d2dea67a28fd7a9e21395d14f0b7ce1b6413e85cc9ffd89cc7ff8f35e8af5837
|
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.6_darwin_amd64.tar.gz 2bc056e1ad38af2ba95d2cb1d43b513cc611fdd3b851b2ff5e09991d52b01253
|
||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_windows_amd64.zip 88d8c8146b561f43726e61688b42d0b5ab88fc22607b94df5a2c8245bbb27e29
|
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.6_linux_amd64.tar.gz b33cf0f5935a5c225ab0de69db1e6b249d581f3213313de62a8de928aedadbec
|
||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_darwin_amd64.tar.gz 58a2b294c1b6408c396b5526719cf7cad557f7075fed10ff0b2a74141ea2d629
|
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.6_windows_amd64.zip 5d025d85070e8c180c443580afa8a27421a7bbcf14b5044894e9f3298d0ce97a
|
||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_amd64.tar.gz 070a76800d1a5f33413b8948286f75caa55ebd924f6fb6996a753b9979799ef5
|
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.6_windows_i386.zip 5178a0bdaab448c2ef965b0e36f835849cea731ccd87c4a4527f0f05fbbdf271
|
||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_i386.tar.gz 964077b6846708f579a100d7ea6090e2d8350ace75ec735d539bc452bc551038
|
|
||||||
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1-static_linux_amd64.tar.gz bb03814c99c037ce0758e3884660910f2f6fd78f3d49a8e1ef531693b3cfe25d
|
|
||||||
|
|||||||
@@ -39,10 +39,12 @@
|
|||||||
# based on the SHA length). Target filename should also be given.
|
# based on the SHA length). Target filename should also be given.
|
||||||
|
|
||||||
############################ BOILERPLATE ###############################
|
############################ BOILERPLATE ###############################
|
||||||
command -v sha1sum >/dev/null || alias sha1sum='shasum -a 1'
|
|
||||||
command -v sha256sum >/dev/null || alias sha256sum='shasum -a 256'
|
command -v sha1sum >/dev/null || sha1sum () { shasum -a 1 "$@" ; }
|
||||||
command -v sha384sum >/dev/null || alias sha384sum='shasum -a 384'
|
command -v sha256sum >/dev/null || sha256sum () { shasum -a 256 "$@" ; }
|
||||||
command -v sha512sum >/dev/null || alias sha512sum='shasum -a 512'
|
command -v sha384sum >/dev/null || sha384sum () { shasum -a 384 "$@" ; }
|
||||||
|
command -v sha512sum >/dev/null || sha512sum () { shasum -a 512 "$@" ; }
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
|
||||||
@@ -98,20 +100,27 @@ DownloadURL () {
|
|||||||
targetFile=$4
|
targetFile=$4
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if VerifyHash "$targetFile" "$expectedHash"
|
# If a non-empty file already exists
|
||||||
|
if [ -s "$targetFile" ]
|
||||||
then
|
then
|
||||||
echo "Skipping download, found and validated existing file: $targetFile"
|
if VerifyHash "$targetFile" "$expectedHash"
|
||||||
else
|
|
||||||
echo "Downloading from primary URL: $url"
|
|
||||||
if ! Download "$url" "$targetFile"
|
|
||||||
then
|
then
|
||||||
echo "FAIL! to download, trying alternative URL: $url2" 1>&2
|
echo "Skipping download, found and validated existing file: $targetFile"
|
||||||
if ! Download "$url2" "$targetFile"
|
return
|
||||||
then
|
else
|
||||||
echo 'FAIL! to download even from alternative URL' 1>&2
|
echo "WARNING: Non-empty but different file found at destination; will re-download and overwrite file: $targetFile"
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
VerifyHash "$targetFile" "$expectedHash"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Downloading from primary URL: $url"
|
||||||
|
if ! Download "$url" "$targetFile"
|
||||||
|
then
|
||||||
|
echo "FAIL! to download, trying alternative URL: $url2" 1>&2
|
||||||
|
if ! Download "$url2" "$targetFile"
|
||||||
|
then
|
||||||
|
echo 'FAIL! to download even from alternative URL' 1>&2
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
VerifyHash "$targetFile" "$expectedHash"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,10 +65,10 @@ zip="/tmp/libclang.7z"
|
|||||||
destination="/usr/local/libclang-$version"
|
destination="/usr/local/libclang-$version"
|
||||||
|
|
||||||
DownloadURL $url_cached $url $sha1 $zip
|
DownloadURL $url_cached $url $sha1 $zip
|
||||||
7z x $zip -o/tmp/
|
sudo 7z x $zip -o/usr/local/
|
||||||
|
sudo mv /usr/local/libclang "$destination"
|
||||||
rm -rf $zip
|
rm -rf $zip
|
||||||
|
|
||||||
sudo mv /tmp/libclang "$destination"
|
|
||||||
|
|
||||||
echo "export LLVM_INSTALL_DIR=$destination" >> ~/.bash_profile
|
echo "export LLVM_INSTALL_DIR=$destination" >> ~/.bash_profile
|
||||||
echo "libClang = $version" >> ~/versions.txt
|
echo "libClang = $version" >> ~/versions.txt
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ $CMD_INSTALL -m 755 "$PROVISIONING_DIR"/common/shared/telegraf/telegraf-ioping.
|
|||||||
|
|
||||||
[ x"$PROVISIONING_OS" = xmacos ] && os=darwin || os=linux
|
[ x"$PROVISIONING_OS" = xmacos ] && os=darwin || os=linux
|
||||||
[ x"$PROVISIONING_ARCH" = xx86 ] && arch=i386 || arch=amd64
|
[ x"$PROVISIONING_ARCH" = xx86 ] && arch=i386 || arch=amd64
|
||||||
package_filename=telegraf-1.12.1_${os}_${arch}.tar.gz
|
package_filename=telegraf-1.12.6_${os}_${arch}.tar.gz
|
||||||
package_sha256_list="$PROVISIONING_DIR"/common/shared/telegraf/telegraf_packages.sha256.txt
|
package_sha256_list="$PROVISIONING_DIR"/common/shared/telegraf/telegraf_packages.sha256.txt
|
||||||
package_sha256=$(sed -n "s/.*$package_filename *//p" "$package_sha256_list")
|
package_sha256=$(sed -n "s/.*$package_filename *//p" "$package_sha256_list")
|
||||||
|
|
||||||
|
|||||||
@@ -95,9 +95,12 @@ Out-File -FilePath C:\Utils\Android\licenses\android-sdk-license -Encoding utf8
|
|||||||
# Get a PATH where Java's path is defined from previous provisioning
|
# Get a PATH where Java's path is defined from previous provisioning
|
||||||
[Environment]::SetEnvironmentVariable("PATH", [Environment]::GetEnvironmentVariable("PATH", "Machine"), "Process")
|
[Environment]::SetEnvironmentVariable("PATH", [Environment]::GetEnvironmentVariable("PATH", "Machine"), "Process")
|
||||||
|
|
||||||
|
# Attempt to catch all errors of sdkmanager.bat, even when hidden behind a pipeline.
|
||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
cd $toolsFolder\bin\
|
cd $toolsFolder\bin\
|
||||||
$sdkmanager_args += "platforms;$sdkApiLevel", "platform-tools", "build-tools;$sdkBuildToolsVersion"
|
$sdkmanager_args += "platforms;$sdkApiLevel", "platform-tools", "build-tools;$sdkBuildToolsVersion"
|
||||||
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat @sdkmanager_args'
|
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat @sdkmanager_args | Out-Null'
|
||||||
Invoke-Expression $command
|
Invoke-Expression $command
|
||||||
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat --licenses'
|
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat --licenses'
|
||||||
iex $command
|
iex $command
|
||||||
|
|||||||
@@ -37,14 +37,14 @@
|
|||||||
# Install a specific version of Telegraf
|
# Install a specific version of Telegraf
|
||||||
# https://github.com/influxdata/telegraf/releases
|
# https://github.com/influxdata/telegraf/releases
|
||||||
|
|
||||||
$version = "1.12.1"
|
$version = "1.12.6"
|
||||||
|
|
||||||
if (Is64BitWinHost) {
|
if (Is64BitWinHost) {
|
||||||
$arch = "amd64"
|
$arch = "amd64"
|
||||||
$sha256 = "88d8c8146b561f43726e61688b42d0b5ab88fc22607b94df5a2c8245bbb27e29"
|
$sha256 = "5d025d85070e8c180c443580afa8a27421a7bbcf14b5044894e9f3298d0ce97a"
|
||||||
} else {
|
} else {
|
||||||
$arch = "i386"
|
$arch = "i386"
|
||||||
$sha256 = "d2dea67a28fd7a9e21395d14f0b7ce1b6413e85cc9ffd89cc7ff8f35e8af5837"
|
$sha256 = "5178a0bdaab448c2ef965b0e36f835849cea731ccd87c4a4527f0f05fbbdf271"
|
||||||
}
|
}
|
||||||
|
|
||||||
$filename = "telegraf-" + $version + "_windows_" + $arch + ".zip"
|
$filename = "telegraf-" + $version + "_windows_" + $arch + ".zip"
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ if (Is64BitWinHost) {
|
|||||||
Remove-Item -Path $packagex64
|
Remove-Item -Path $packagex64
|
||||||
# Remove pthread.h file so it won't be used in mingw builds (QTBUG-79555)
|
# Remove pthread.h file so it won't be used in mingw builds (QTBUG-79555)
|
||||||
Remove-item -Path "$installFolder\pgsql\include\pthread.h"
|
Remove-item -Path "$installFolder\pgsql\include\pthread.h"
|
||||||
|
Remove-item -Path "$installFolder\pgsql\include\unistd.h"
|
||||||
|
|
||||||
Set-EnvironmentVariable "POSTGRESQL_INCLUDE_x64" "$installFolder\pgsql\include"
|
Set-EnvironmentVariable "POSTGRESQL_INCLUDE_x64" "$installFolder\pgsql\include"
|
||||||
Set-EnvironmentVariable "POSTGRESQL_LIB_x64" "$installFolder\pgsql\lib"
|
Set-EnvironmentVariable "POSTGRESQL_LIB_x64" "$installFolder\pgsql\lib"
|
||||||
@@ -85,6 +86,7 @@ Write-Host "Remove downloaded $packagex86 ..."
|
|||||||
Remove-Item -Path $packagex86
|
Remove-Item -Path $packagex86
|
||||||
# Remove pthread.h file so it won't be used in mingw builds (QTBUG-79555)
|
# Remove pthread.h file so it won't be used in mingw builds (QTBUG-79555)
|
||||||
Remove-item -Path "$installFolder\pgsql\include\pthread.h"
|
Remove-item -Path "$installFolder\pgsql\include\pthread.h"
|
||||||
|
Remove-item -Path "$installFolder\pgsql\include\unistd.h"
|
||||||
|
|
||||||
Set-EnvironmentVariable "POSTGRESQL_INCLUDE_x86" "$installFolder\pgsql\include"
|
Set-EnvironmentVariable "POSTGRESQL_INCLUDE_x86" "$installFolder\pgsql\include"
|
||||||
Set-EnvironmentVariable "POSTGRESQL_LIB_x86" "$installFolder\pgsql\lib"
|
Set-EnvironmentVariable "POSTGRESQL_LIB_x86" "$installFolder\pgsql\lib"
|
||||||
|
|||||||
6
coin/provisioning/common/windows/version.ps1
Normal file
6
coin/provisioning/common/windows/version.ps1
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Write-Host '******************** SW VERSIONS ********************'
|
||||||
|
type ~/versions.txt
|
||||||
|
Write-Host '*****************************************************'
|
||||||
|
Write-Host '******************** Get-PSDrive ********************'
|
||||||
|
Get-PSDrive
|
||||||
|
Write-Host '*****************************************************'
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2017 The Qt Company Ltd.
|
## Copyright (C) 2020 The Qt Company Ltd.
|
||||||
## Contact: http://www.qt.io/licensing/
|
## Contact: http://www.qt.io/licensing/
|
||||||
##
|
##
|
||||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||||
@@ -115,6 +115,13 @@ installPackages+=(unixODBC-devel)
|
|||||||
installPackages+=(unixODBC)
|
installPackages+=(unixODBC)
|
||||||
# Vulkan support
|
# Vulkan support
|
||||||
installPackages+=(vulkan-devel)
|
installPackages+=(vulkan-devel)
|
||||||
|
# Conan: For Python build
|
||||||
|
installPackages+=(xz-devel)
|
||||||
|
installPackages+=(zlib-devel)
|
||||||
|
installPackages+=(libffi-devel)
|
||||||
|
installPackages+=(libsqlite3x-devel)
|
||||||
|
# Build.pl
|
||||||
|
installPackages+=(perl-Data-Dumper)
|
||||||
|
|
||||||
sudo yum -y install "${installPackages[@]}"
|
sudo yum -y install "${installPackages[@]}"
|
||||||
|
|
||||||
|
|||||||
@@ -59,10 +59,12 @@ echo 'export DISPLAY=":0"' >> ~/.bashrc
|
|||||||
|
|
||||||
sudo systemctl stop packagekit
|
sudo systemctl stop packagekit
|
||||||
sudo systemctl disable packagekit
|
sudo systemctl disable packagekit
|
||||||
|
sudo systemctl mask packagekit
|
||||||
while sudo fuser /usr/lib/packagekitd >/dev/null 2>&1 ; do
|
while sudo fuser /usr/lib/packagekitd >/dev/null 2>&1 ; do
|
||||||
echo "Waiting for PackageKit to finish..."
|
echo "Waiting for PackageKit to finish..."
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
sudo zypper -nq remove gnome-software
|
||||||
|
|
||||||
# shellcheck disable=SC2031
|
# shellcheck disable=SC2031
|
||||||
if [ "$http_proxy" != "" ]; then
|
if [ "$http_proxy" != "" ]; then
|
||||||
|
|||||||
@@ -35,7 +35,9 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
sudo zypper -nq install git gcc gcc-c++
|
sudo zypper -nq install elfutils binutils
|
||||||
|
|
||||||
|
sudo zypper -nq install git gcc gcc-c++ make patch wget tar
|
||||||
|
|
||||||
sudo zypper -nq install bison flex gperf \
|
sudo zypper -nq install bison flex gperf \
|
||||||
zlib-devel \
|
zlib-devel \
|
||||||
|
|||||||
@@ -39,13 +39,57 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
sudo zypper -nq install python-devel
|
PROVISIONING_DIR="$(dirname "$0")/../"
|
||||||
|
. "$PROVISIONING_DIR"/common/unix/common.sourced.sh
|
||||||
|
. "$PROVISIONING_DIR"/common/unix/DownloadURL.sh
|
||||||
|
|
||||||
wget -q https://raw.githubusercontent.com/linux-on-ibm-z/scripts/master/Python3/build_python3.sh
|
|
||||||
bash build_python3.sh
|
|
||||||
|
|
||||||
export
|
# Python 2
|
||||||
python3 --version
|
$CMD_PKG_INSTALL python-devel
|
||||||
|
|
||||||
|
# Selected installation instructions coming from:
|
||||||
|
# https://raw.githubusercontent.com/linux-on-ibm-z/scripts/master/Python3/build_python3.sh
|
||||||
|
export PACKAGE_NAME="python"
|
||||||
|
export PACKAGE_VERSION="3.7.6"
|
||||||
|
export PACKAGE_SHA=55a2cce72049f0794e9a11a84862e9039af9183603b78bc60d89539f82cf533f
|
||||||
|
(
|
||||||
|
|
||||||
|
$CMD_PKG_INSTALL ncurses zlib-devel libffi-devel libopenssl-devel
|
||||||
|
|
||||||
|
echo 'Configuration and Installation started'
|
||||||
|
|
||||||
|
#Download Source code
|
||||||
|
DownloadURL \
|
||||||
|
http://ci-files01-hki.intra.qt.io/input/python/Python-${PACKAGE_VERSION}.tar.xz \
|
||||||
|
https://www.python.org/ftp/${PACKAGE_NAME}/${PACKAGE_VERSION}/Python-${PACKAGE_VERSION}.tar.xz \
|
||||||
|
$PACKAGE_SHA
|
||||||
|
tar -xf "Python-${PACKAGE_VERSION}.tar.xz"
|
||||||
|
|
||||||
|
#Configure and Build
|
||||||
|
cd "Python-${PACKAGE_VERSION}"
|
||||||
|
./configure --prefix=/usr/local --exec-prefix=/usr/local
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
echo 'Installed python successfully'
|
||||||
|
|
||||||
|
#Cleanup
|
||||||
|
cd -
|
||||||
|
rm "Python-${PACKAGE_VERSION}.tar.xz"
|
||||||
|
|
||||||
|
#Verify python installation
|
||||||
|
export PATH="/usr/local/bin:${PATH}"
|
||||||
|
if command -V "$PACKAGE_NAME"${PACKAGE_VERSION:0:1} >/dev/null
|
||||||
|
then
|
||||||
|
printf -- "%s installation completed. Please check the Usage to start the service.\n" "$PACKAGE_NAME"
|
||||||
|
else
|
||||||
|
printf -- "Error while installing %s, exiting with 127 \n" "$PACKAGE_NAME"
|
||||||
|
exit 127
|
||||||
|
fi
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
python3 --version | fgrep "$PACKAGE_VERSION"
|
||||||
|
|
||||||
pip3 install --user wheel
|
pip3 install --user wheel
|
||||||
pip3 install --user virtualenv
|
pip3 install --user virtualenv
|
||||||
|
|||||||
@@ -57,6 +57,9 @@ echo "Setting up workaround for Ubuntu systemd resolve bug"
|
|||||||
sudo rm -f /etc/resolv.conf
|
sudo rm -f /etc/resolv.conf
|
||||||
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
||||||
|
|
||||||
|
# remove hostname to get unique based on IP address
|
||||||
|
sudo rm /etc/hostname
|
||||||
|
|
||||||
echo "Set Network Test Server address to $NTS_IP in /etc/hosts"
|
echo "Set Network Test Server address to $NTS_IP in /etc/hosts"
|
||||||
echo "$NTS_IP qt-test-server qt-test-server.qt-test-net" | sudo tee -a /etc/hosts
|
echo "$NTS_IP qt-test-server qt-test-server.qt-test-net" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
|
|||||||
@@ -169,6 +169,8 @@ installPackages+=(git-lfs)
|
|||||||
installPackages+=(chrpath)
|
installPackages+=(chrpath)
|
||||||
installPackages+=(gawk)
|
installPackages+=(gawk)
|
||||||
installPackages+=(texinfo)
|
installPackages+=(texinfo)
|
||||||
|
# Needed for Poppler test in QtWebEngine
|
||||||
|
installPackages+=(libpoppler-cpp-dev)
|
||||||
|
|
||||||
echo "Running update for apt"
|
echo "Running update for apt"
|
||||||
waitLoop
|
waitLoop
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ set -ex
|
|||||||
# shellcheck source=../common/linux/gcc.sh
|
# shellcheck source=../common/linux/gcc.sh
|
||||||
source "${BASH_SOURCE%/*}/../common/linux/gcc.sh"
|
source "${BASH_SOURCE%/*}/../common/linux/gcc.sh"
|
||||||
|
|
||||||
InstallGCC 9.1.0 50 3953fa0d34a467630088d2a43603f74a36a80468 ded538076858926d361af790d59c1f8440dd29b2
|
InstallGCC 9.2.0 50 2b3873263d4d6b09b37102078d80dcd7016b9392 44975966b15bca922ba64efa8ec3257726a79153
|
||||||
|
|||||||
@@ -23,6 +23,9 @@ echo 'export DISPLAY=":0"' >> ~/.bashrc
|
|||||||
echo "Disabling file indexing."
|
echo "Disabling file indexing."
|
||||||
sudo balooctl disable
|
sudo balooctl disable
|
||||||
|
|
||||||
|
sudo systemctl stop packagekit
|
||||||
|
sudo systemctl disable packagekit
|
||||||
|
sudo systemctl mask packagekit
|
||||||
while sudo fuser /usr/lib/packagekitd >/dev/null 2>&1 ; do
|
while sudo fuser /usr/lib/packagekitd >/dev/null 2>&1 ; do
|
||||||
echo "Waiting for PackageKit to finish..."
|
echo "Waiting for PackageKit to finish..."
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
|
|||||||
@@ -5,11 +5,10 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
sudo pkcon -y refresh
|
sudo zypper -nq install python-devel python-virtualenv
|
||||||
sudo pkcon -y install python-devel python-virtualenv
|
|
||||||
|
|
||||||
# install python3
|
# install python3
|
||||||
sudo pkcon -y install libpython3_4m1_0 python3-base python3 python3-pip python3-devel python3-virtualenv python3-wheel
|
sudo zypper -nq install python3-base python3 python3-pip python3-devel python3-virtualenv python3-wheel
|
||||||
|
|
||||||
# Install all needed packages in a special wheel cache directory
|
# Install all needed packages in a special wheel cache directory
|
||||||
pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
|
pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
BASEDIR=$(dirname "$0")
|
BASEDIR=$(dirname "$0")
|
||||||
"$BASEDIR/../common/macos/homebrew.sh"
|
"$BASEDIR/../common/macos/homebrew.sh"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
# shellcheck source=../common/unix/SetEnvVar.sh
|
# shellcheck source=../common/unix/SetEnvVar.sh
|
||||||
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
||||||
@@ -68,8 +68,16 @@ sudo unzip -q "$toolsSourceFile" -d "$sdkTargetFolder"
|
|||||||
echo "Changing ownership of Android files."
|
echo "Changing ownership of Android files."
|
||||||
sudo chown -R qt:wheel "$targetFolder"
|
sudo chown -R qt:wheel "$targetFolder"
|
||||||
|
|
||||||
|
# Stop the sdkmanager from printing thousands of lines of #hashmarks.
|
||||||
|
# Run the following command under `eval` or `sh -c` so that the shell properly splits it.
|
||||||
|
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
||||||
|
# But don't let the pipeline hide sdkmanager failures.
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
||||||
(echo "y"; echo "y") |"$sdkTargetFolder/tools/bin/sdkmanager" "platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion"
|
(echo "y"; echo "y") | "$sdkTargetFolder/tools/bin/sdkmanager" \
|
||||||
|
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
|
||||||
|
| eval $sdkmanager_no_progress_bar_cmd
|
||||||
|
|
||||||
echo "Checking the contents of Android SDK..."
|
echo "Checking the contents of Android SDK..."
|
||||||
ls -l "$sdkTargetFolder"
|
ls -l "$sdkTargetFolder"
|
||||||
|
|||||||
@@ -96,8 +96,8 @@ Install "$cacheSigningTools/csreq_qt_company.txt" "$csreq" $shaCsreq
|
|||||||
chmod 755 "$csreq"
|
chmod 755 "$csreq"
|
||||||
|
|
||||||
# iOS signing tools
|
# iOS signing tools
|
||||||
devIDKeychain="Developer_ID_TheQtCompany.keychain"
|
devIDKeychain="Developer_ID_TheQtCompany.keychain-db"
|
||||||
shaDevIdKeychain="0420a129c17725a97afd6fdafeb9cddfb80a65ca"
|
shaDevIdKeychain="972cca1879cdaeeb6042f9879756c748a8d1eddc"
|
||||||
Install "$cacheSigningTools/$devIDKeychain" "$keychains/$devIDKeychain" $shaDevIdKeychain
|
Install "$cacheSigningTools/$devIDKeychain" "$keychains/$devIDKeychain" $shaDevIdKeychain
|
||||||
echo "Opening $devIDKeychain.."
|
echo "Opening $devIDKeychain.."
|
||||||
open "$keychains/$devIDKeychain"
|
open "$keychains/$devIDKeychain"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
BASEDIR=$(dirname "$0")
|
BASEDIR=$(dirname "$0")
|
||||||
"$BASEDIR/../common/macos/homebrew.sh"
|
"$BASEDIR/../common/macos/homebrew.sh"
|
||||||
|
|||||||
@@ -68,8 +68,13 @@ sudo unzip -q "$toolsSourceFile" -d "$sdkTargetFolder"
|
|||||||
echo "Changing ownership of Android files."
|
echo "Changing ownership of Android files."
|
||||||
sudo chown -R qt:wheel "$targetFolder"
|
sudo chown -R qt:wheel "$targetFolder"
|
||||||
|
|
||||||
|
# Run the following command under `eval` or `sh -c` so that the shell properly splits it
|
||||||
|
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
||||||
|
|
||||||
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
||||||
(echo "y"; echo "y") |"$sdkTargetFolder/tools/bin/sdkmanager" "platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion"
|
(echo "y"; echo "y") | "$sdkTargetFolder/tools/bin/sdkmanager" \
|
||||||
|
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
|
||||||
|
| eval $sdkmanager_no_progress_bar_cmd
|
||||||
|
|
||||||
echo "Checking the contents of Android SDK..."
|
echo "Checking the contents of Android SDK..."
|
||||||
ls -l "$sdkTargetFolder"
|
ls -l "$sdkTargetFolder"
|
||||||
|
|||||||
@@ -96,8 +96,8 @@ Install "$cacheSigningTools/csreq_qt_company.txt" "$csreq" $shaCsreq
|
|||||||
chmod 755 "$csreq"
|
chmod 755 "$csreq"
|
||||||
|
|
||||||
# iOS signing tools
|
# iOS signing tools
|
||||||
devIDKeychain="Developer_ID_TheQtCompany.keychain"
|
devIDKeychain="Developer_ID_TheQtCompany.keychain-db"
|
||||||
shaDevIdKeychain="0420a129c17725a97afd6fdafeb9cddfb80a65ca"
|
shaDevIdKeychain="972cca1879cdaeeb6042f9879756c748a8d1eddc"
|
||||||
Install "$cacheSigningTools/$devIDKeychain" "$keychains/$devIDKeychain" $shaDevIdKeychain
|
Install "$cacheSigningTools/$devIDKeychain" "$keychains/$devIDKeychain" $shaDevIdKeychain
|
||||||
echo "Opening $devIDKeychain.."
|
echo "Opening $devIDKeychain.."
|
||||||
open "$keychains/$devIDKeychain"
|
open "$keychains/$devIDKeychain"
|
||||||
|
|||||||
1
coin/provisioning/qtci-windows-10-x86/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-10-x86/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
1
coin/provisioning/qtci-windows-10-x86_64/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-10-x86_64/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
1
coin/provisioning/qtci-windows-7-x86/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-7-x86/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
1
coin/provisioning/qtci-windows-7-x86_64/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-7-x86_64/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
1
coin/provisioning/qtci-windows-8.1-x86/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-8.1-x86/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
1
coin/provisioning/qtci-windows-8.1-x86_64/99-version.ps1
Normal file
1
coin/provisioning/qtci-windows-8.1-x86_64/99-version.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
. "$PSScriptRoot\..\common\windows\version.ps1"
|
||||||
2
qt3d
2
qt3d
Submodule qt3d updated: 5aedae5aa9...aa7c8a5cb1
Submodule qtactiveqt updated: 47f8f0e4a1...34d89d9b72
Submodule qtandroidextras updated: f7a4a4fa28...f4d122b291
2
qtbase
2
qtbase
Submodule qtbase updated: 0ab53fbdda...291b3cebb9
2
qtcharts
2
qtcharts
Submodule qtcharts updated: 97e9be1869...41bdefce20
Submodule qtconnectivity updated: a9b5b10ce1...79702f744e
Submodule qtdatavis3d updated: 6b15c2bee0...9ba8b807d0
Submodule qtdeclarative updated: 51a158929b...b3ff342d32
2
qtdoc
2
qtdoc
Submodule qtdoc updated: 50187f7e25...a47e72bd0d
Submodule qtgamepad updated: 89e9949e72...3c91ce46a6
Submodule qtgraphicaleffects updated: 4d271e8487...20f436e045
Submodule qtimageformats updated: caca9d8d2b...d89c6be6f2
Submodule qtlocation updated: bdd1967a39...47391b2d74
2
qtlottie
2
qtlottie
Submodule qtlottie updated: 42ec006a0b...f5cc3184f3
Submodule qtmacextras updated: cfb13120c9...9f58d3afbf
Submodule qtmultimedia updated: 2091eac697...70f5eb4f70
Submodule qtnetworkauth updated: ada2b06b45...3e3f047e59
Submodule qtpurchasing updated: ad9f777a6e...3ef9129242
2
qtqa
2
qtqa
Submodule qtqa updated: e323b91841...4098117a40
Submodule qtquick3d updated: 700dd41e9b...0cb944343f
Submodule qtquickcontrols updated: c8a2a74b28...7a80634716
Submodule qtquickcontrols2 updated: 7be5d463e2...35afc8d21b
Submodule qtquicktimeline updated: 7026fa7d68...649afa13b8
Submodule qtremoteobjects updated: 0cb1384479...09838389f3
Submodule qtrepotools updated: fa4ab96e75...4370cfe245
2
qtscript
2
qtscript
Submodule qtscript updated: 77b77e351f...3a358430ef
2
qtscxml
2
qtscxml
Submodule qtscxml updated: acc2d33514...bae669b37d
Submodule qtsensors updated: 6beffc03d6...63c972ad9e
Submodule qtserialbus updated: 948edd56ec...a3aa54e270
Submodule qtserialport updated: 85389370bf...b30052fa41
2
qtspeech
2
qtspeech
Submodule qtspeech updated: c187f00c9b...451a120ad9
2
qtsvg
2
qtsvg
Submodule qtsvg updated: 3e2823a147...f48bf0293a
2
qttools
2
qttools
Submodule qttools updated: 3300714730...d8a971b847
Submodule qttranslations updated: 8b7c8801f2...9d7437583d
Submodule qtvirtualkeyboard updated: e73bd4875d...39a3c50f6f
Submodule qtwayland updated: c2f216ef21...cfc4043626
Submodule qtwebchannel updated: edaf98129a...facf59c1ea
Submodule qtwebengine updated: 73d457481c...d9349a299f
Submodule qtwebglplugin updated: 11324948c1...ab0d58ef0a
Submodule qtwebsockets updated: ba3acb9d9c...127d475324
Submodule qtwebview updated: 94c697c379...3de65bf9da
Submodule qtwinextras updated: 908935542b...00fe7a58b9
Submodule qtx11extras updated: ea1ce1167f...8136ffdfe8
Submodule qtxmlpatterns updated: 0fa22b3674...2dfdd4f0bd
Reference in New Issue
Block a user