mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fix linker error with MinGW
This commit is contained in:
committed by
Mathew Sutcliffe
parent
55b4a0b2e2
commit
c14c25d278
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user