From 2fd252074b505ebd05de553cd8687fe364a85285 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 20 Mar 2018 11:24:41 +0100 Subject: [PATCH] chore(tools): rename build_static_qt to build_qt --- tools/{build_static_qt => build_qt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/{build_static_qt => build_qt} (98%) 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' # ==============================================================================