Deactivated the QImage code as it causes problems on win7 and vista. This implies that the Qt version still depends on libjpeg, libpng and libgif
This commit is contained in:
@@ -32,7 +32,8 @@ OBJECTS_DIR = objs
|
||||
MOC_DIR = objs
|
||||
DESTDIR = bin
|
||||
|
||||
windows:LIBS += -L../../JGE/Dependencies/lib -lfmodvc
|
||||
unix:LIBS += -ljpeg -lgif -lpng12
|
||||
windows:LIBS += -L../../JGE/Dependencies/lib -llibjpeg-static-mt-debug -lgiflib -llibpng -lfmodvc
|
||||
macx|unix:LIBS += -lz
|
||||
|
||||
PRECOMPILED_HEADER = include/PrecompiledHeader.h
|
||||
|
||||
Reference in New Issue
Block a user