mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
chore(tools): build_qt_tarball build a linphone-qt tarball
This commit is contained in:
parent
1aae013a69
commit
690522574d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# See: http://doc.qt.io/qt-5/configure-options.html
|
||||
|
||||
REPO_URL='git://code.qt.io/qt/qt5.git'
|
||||
REPO_FOLDER=qt5
|
||||
REPO_FOLDER=linphone-qt
|
||||
QT_VERSION='5.10.1'
|
||||
|
||||
# ==============================================================================
|
||||
|
|
@ -66,4 +66,4 @@ fi
|
|||
-f
|
||||
|
||||
cd ..
|
||||
tar --transform "s/^qt5/qt-${QT_VERSION}/" -czvf qt-${QT_VERSION}.tar.gz qt5/
|
||||
tar --transform "s/^qt5/qt-${QT_VERSION}/" -czvf linphone-qt-${QT_VERSION}.tar.gz qt5/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue