core/qt5.conf

15 lines
256 B
Plaintext
Raw Normal View History

function getPkgName() {
2017-12-10 00:24:16 +08:00
echo "${1/5-/}-everywhere-src-${QVersion}";
}
2018-01-22 07:34:42 +08:00
2018-06-23 18:27:51 +08:00
# Qt5 version
2018-10-18 16:17:28 +08:00
Version="5.11.2"
2018-06-23 18:27:51 +08:00
# Tthe branch to build for official_releases/development_releases
Branch="official_releases"
2018-06-23 18:27:51 +08:00
# Qt5 version
2018-10-18 16:17:28 +08:00
Version=5.11.2
2018-06-23 18:27:51 +08:00
QSubVersion=${QVersion/-/}