Commit 69052257 authored by Ronan Abhamon's avatar Ronan Abhamon

chore(tools): build_qt_tarball build a linphone-qt tarball

parent 1aae013a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# See: http://doc.qt.io/qt-5/configure-options.html # See: http://doc.qt.io/qt-5/configure-options.html
REPO_URL='git://code.qt.io/qt/qt5.git' REPO_URL='git://code.qt.io/qt/qt5.git'
REPO_FOLDER=qt5 REPO_FOLDER=linphone-qt
QT_VERSION='5.10.1' QT_VERSION='5.10.1'
# ============================================================================== # ==============================================================================
...@@ -66,4 +66,4 @@ fi ...@@ -66,4 +66,4 @@ fi
-f -f
cd .. 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/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment