diff options
Diffstat (limited to 'qt-bundle/configure')
| -rwxr-xr-x | qt-bundle/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qt-bundle/configure b/qt-bundle/configure index 6419fbd..78835fe 100755 --- a/qt-bundle/configure +++ b/qt-bundle/configure @@ -46,16 +46,16 @@ my $outpath = getcwd(); system_v("perl fix-webkit") and die("Applying webkit patches failed"); -ensureDir("$outpath/qtkernel"); -chdir("$outpath/qtkernel"); -system_v("$relpath/qtkernel/configure @ARGV"); +ensureDir("$outpath/qtbase"); +chdir("$outpath/qtbase"); +system_v("$relpath/qtbase/configure @ARGV"); chdir("$outpath"); open QMAKE_CACHE, ">.qmake.cache" || die "Could not open .qmake.cache for writing!\n"; -print QMAKE_CACHE "include(\$\$PWD/qtkernel/.qmake.cache)\n"; +print QMAKE_CACHE "include(\$\$PWD/qtbase/.qmake.cache)\n"; close QMAKE_CACHE; -system_v("$outpath/qtkernel/bin/qmake $relpath/qt.pro"); +system_v("$outpath/qtbase/bin/qmake $relpath/qt.pro"); exit 0; |
