refs #756 Fixed mingw linker error.

This commit is contained in:
Mathew Sutcliffe
2016-10-18 13:21:47 +01:00
parent 384d59b084
commit ab20b6c713

View File

@@ -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