mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-14 10:19:26 -04:00
attempt to fix compilation on windows
This commit is contained in:
parent
718a8bafa3
commit
9188d18a90
1 changed files with 10 additions and 3 deletions
|
@ -101,7 +101,14 @@ win32-g++ {
|
|||
LIBS *= $$linkDynamicLibs(dLib)
|
||||
|
||||
# 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-service.a
|
||||
|
||||
# create lib directory
|
||||
isEmpty(QMAKE_SH) {
|
||||
QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib $(MKDIR) lib
|
||||
} else {
|
||||
QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib || $(MKDIR) lib
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue