mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
refs #756 Fixed mingw linker error.
This commit is contained in:
@@ -61,6 +61,9 @@ SOURCES += *.cpp \
|
|||||||
win32 {
|
win32 {
|
||||||
LIBS *= -lShell32 -lDbghelp
|
LIBS *= -lShell32 -lDbghelp
|
||||||
}
|
}
|
||||||
|
win32-g++ {
|
||||||
|
LIBS *= -lpsapi
|
||||||
|
}
|
||||||
|
|
||||||
DESTDIR = $$DestRoot/lib
|
DESTDIR = $$DestRoot/lib
|
||||||
DLLDESTDIR = $$DestRoot/bin
|
DLLDESTDIR = $$DestRoot/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user