Fix linker error with MinGW

This commit is contained in:
Roland Winklmeier
2015-10-25 23:28:28 +01:00
committed by Mathew Sutcliffe
parent 55b4a0b2e2
commit c14c25d278

View File

@@ -48,6 +48,7 @@ win32-msvc* {
CONFIG(debug, debug|release): LIBS += -lpngd -lzd -lopengl32 -lglu32
CONFIG(release, debug|release): LIBS += -lpng -lz -lopengl32 -lglu32
}
else:win32: LIBS += -lpng -lz -lopengl32 -lglu32
else: LIBS += -lpng -lz
win32-msvc*: DEFINES += _CRT_SECURE_NO_WARNINGS