mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed VOIP plugin compiled with Qt 4.7.4 and higher on Windows.
From Qt 4.7.4 and 4.8+ the mkspecs has changed making dyn libs unusable anymore on windows : QMAKE_LFLAGS = git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5536 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
15caadff6b
commit
b4a9ccaa47
@ -10,6 +10,9 @@ linux-g++-64 {
|
||||
}
|
||||
|
||||
win32 {
|
||||
# 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
|
||||
|
||||
# Switch on extra warnings
|
||||
QMAKE_CFLAGS += -Wextra
|
||||
QMAKE_CXXFLAGS += -Wextra
|
||||
|
Loading…
Reference in New Issue
Block a user