diff --git a/tools/build_static_qt b/tools/build_qt similarity index 98% rename from tools/build_static_qt rename to tools/build_qt index 0b815ffdd..53287a38a 100755 --- a/tools/build_static_qt +++ b/tools/build_qt @@ -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_static +REPO_FOLDER=qt5 QT_VERSION='5.10' # ==============================================================================