mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +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(debug, debug|release): LIBS += -lpngd -lzd -lopengl32 -lglu32
|
||||||
CONFIG(release, debug|release): LIBS += -lpng -lz -lopengl32 -lglu32
|
CONFIG(release, debug|release): LIBS += -lpng -lz -lopengl32 -lglu32
|
||||||
}
|
}
|
||||||
|
else:win32: LIBS += -lpng -lz -lopengl32 -lglu32
|
||||||
else: LIBS += -lpng -lz
|
else: LIBS += -lpng -lz
|
||||||
|
|
||||||
win32-msvc*: DEFINES += _CRT_SECURE_NO_WARNINGS
|
win32-msvc*: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||||
|
|||||||
Reference in New Issue
Block a user