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