mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
Fixed Windows compile with MinGW 4.8.2
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7410 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d159420114
commit
a4b79f2346
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ linux-g++-64 {
|
|||
win32 {
|
||||
lessThan(QT_MAJOR_VERSION, 5) {
|
||||
# from Qt 4.7.4 and 4.8+ the mkspecs has changed making dyn libs unusable anymore on windows : QMAKE_LFLAGS =
|
||||
QMAKE_LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc
|
||||
QMAKE_LFLAGS = -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc
|
||||
}
|
||||
|
||||
# Switch on extra warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue