summaryrefslogtreecommitdiffstats
path: root/qt5/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-08 14:40:12 +0200
committeraxis <qt-info@nokia.com>2011-04-08 14:41:34 +0200
commit98e9f6612c36f6f944baac59c1e07ff91b615dfd (patch)
tree8e2ce6e580b7dc63b12a93a613857252498c5b0c /qt5/configure
parent391cacfea4d434a9f98ab68fb9943a96a5cabe10 (diff)
Created a convenience script to initialize the qt5 repository.
By passing -nokia-developer you modify the links to point to the internal scm server instead of the public gitorious.org server. Configure will automatically call it if the user hasn't already.
Diffstat (limited to 'qt5/configure')
-rwxr-xr-xqt5/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt5/configure b/qt5/configure
index b805ca3..2160249 100755
--- a/qt5/configure
+++ b/qt5/configure
@@ -44,6 +44,8 @@ $relpath =~ s,\\,/,g;
# the current directory is the "build tree" or "object tree"
my $outpath = getcwd();
+system_v("perl $relpath/init-repository -q") and die("init-repository failed");
+
system_v("perl $relpath/fix-webkit") and die("Applying webkit patches failed");
ensureDir("$outpath/qtbase");