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:
Luis Ángel San Martín
2013-08-11 22:20:38 +02:00
parent 19fcc5b826
commit 9b2b9d2b8b
4 changed files with 56 additions and 24 deletions

View File

@ -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"