mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
Qt 4.8.5
fixed comiccontroller, now ComicFiles are loaded in a background thread (7z.dll) fixed local comunications, no more read/write locks
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
|
||||
echo Setting up a Qt environment...
|
||||
|
||||
set QTDIR=D:\Desarrollo\Qt\4.8.4
|
||||
echo -- QTDIR set to D:\Desarrollo\Qt\4.8.4
|
||||
set PATH=D:\Desarrollo\Qt\4.8.4\bin;%PATH%
|
||||
echo -- Added D:\Desarrollo\Qt\4.8.4\bin to PATH
|
||||
set QTDIR=D:\Desarrollo\Qt\4.8.5
|
||||
echo -- QTDIR set to D:\Desarrollo\Qt\4.8.5
|
||||
set PATH=D:\Desarrollo\Qt\4.8.5\bin;%PATH%
|
||||
echo -- Added D:\Desarrollo\Qt\4.8.5\bin to PATH
|
||||
set QMAKESPEC=win32-msvc2010
|
||||
echo -- QMAKESPEC set to "win32-msvc2010"
|
||||
|
||||
|
Reference in New Issue
Block a user