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:
thunder2 2012-09-10 22:23:54 +00:00
parent 15caadff6b
commit b4a9ccaa47

View File

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