mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04:00
Fixed compile with shadow build.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5011 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
be4f9f37dd
commit
523d0c0865
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ win32 {
|
||||||
# export symbols for the plugins
|
# export symbols for the plugins
|
||||||
LIBS += -Wl,--export-all-symbols,--out-implib,lib/libretroshare-gui.a
|
LIBS += -Wl,--export-all-symbols,--out-implib,lib/libretroshare-gui.a
|
||||||
|
|
||||||
|
# create lib directory
|
||||||
|
QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib $(MKDIR) lib
|
||||||
|
|
||||||
DEFINES += WINDOWS_SYS
|
DEFINES += WINDOWS_SYS
|
||||||
|
|
||||||
GPG_ERROR_DIR = ../../../libgpg-error-1.10
|
GPG_ERROR_DIR = ../../../libgpg-error-1.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue