From 4848a52e8132ead874e3530d4fa5f3060b956757 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 15 Sep 2015 11:38:06 +0200 Subject: [PATCH 1/1] Changed qt git url --- superbuild/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superbuild/CMakeLists.txt b/superbuild/CMakeLists.txt index 988c1c1..fad0b95 100644 --- a/superbuild/CMakeLists.txt +++ b/superbuild/CMakeLists.txt @@ -50,7 +50,7 @@ endif() ExternalProject_Add( QT SOURCE_DIR ${source_prefix}/qt - GIT_REPOSITORY git://gitorious.org/qt/qt.git + GIT_REPOSITORY git://code.qt.io/qt/qt.git GIT_TAG v4.8.6 PATCH_COMMAND ${WINPATCH} CONFIGURE_COMMAND ${source_prefix}/qt/configure -confirm-license -- 2.45.1