Update build2.bat to point to latest Qt SDK.
This commit is contained in:
parent
6ec5b797ab
commit
940b51ed77
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
set QTBASE=c:\Qt\2009.01
|
set QTBASE=c:\Qt\2009.05
|
||||||
set QTDIR=%QTBASE%\qt
|
set QTDIR=%QTBASE%\qt
|
||||||
set PATH=%QTDIR%\bin
|
set PATH=%QTDIR%\bin
|
||||||
set PATH=%PATH%;%QTBASE%\bin;%QTBASE%\mingw\bin
|
set PATH=%PATH%;%QTBASE%\bin;%QTBASE%\mingw\bin
|
||||||
|
|
Loading…
Reference in New Issue