diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-05-13 19:57:26 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-05-13 19:57:26 (GMT) |
commit | 4ee5751afc7191758592cdf7ef8ba1b1ca5babb8 (patch) | |
tree | 5589e877108b00b0771dd326dbde1156c7deecdb | |
parent | d2799bd41bacaa99b85ee5a905eedb65537d897d (diff) | |
download | Qt-4ee5751afc7191758592cdf7ef8ba1b1ca5babb8.zip Qt-4ee5751afc7191758592cdf7ef8ba1b1ca5babb8.tar.gz Qt-4ee5751afc7191758592cdf7ef8ba1b1ca5babb8.tar.bz2 |
Fixed working directories
Change-Id: I298cbd64b266ede969beff6682f08807c62fbfcd
-rwxr-xr-x | buildqt32.bat | 2 | ||||
-rwxr-xr-x | buildqt64.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildqt32.bat b/buildqt32.bat index 52fddf8..8ef1ce1 100755 --- a/buildqt32.bat +++ b/buildqt32.bat @@ -16,7 +16,7 @@ rem SET PERLDIR=z:\Perl64\ SET QT_VERSION=5.12
SET QT_RELEASE=3
-SET PERL=%PERLDIR%\perl.exe
+SET PERL=%PERLDIR%\bin\perl.exe
SET QT_FULL_VER=%QT_VERSION%.%QT_RELEASE%
SET QT_SOURCE_ARCHIVE=qt-everywhere-src-%QT_FULL_VER%.zip
diff --git a/buildqt64.bat b/buildqt64.bat index cad3e06..4284099 100755 --- a/buildqt64.bat +++ b/buildqt64.bat @@ -11,7 +11,7 @@ IF NOT DEFINED PERLDIR ( EXIT /b 1
)
-set PERL=%PERLDIR%\perl.exe
+set PERL=%PERLDIR%\bin\perl.exe
REM SET SDKDIR=z:\VS2019BT
REM SET PERLDIR=z:\Perl64
|