mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed project file for windows, to get compile gui again
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5658 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
78edc7687e
commit
b5cadf357b
@ -123,30 +123,31 @@ win32 {
|
|||||||
#QMAKE_CXXFLAGS_DEBUG += -O2
|
#QMAKE_CXXFLAGS_DEBUG += -O2
|
||||||
#QMAKE_CFLAGS_DEBUG += -O2
|
#QMAKE_CFLAGS_DEBUG += -O2
|
||||||
|
|
||||||
# PRE_TARGETDEPS += ../../libretroshare/src/lib/libretroshare.a
|
OBJECTS_DIR = temp/obj
|
||||||
PRE_TARGETDEPS += ../../libretroshare/libretroshare-build-desktop/lib/libretroshare.a
|
|
||||||
|
|
||||||
LIBS += ../../libretroshare/libretroshare-build-desktop/lib/libretroshare.a
|
PRE_TARGETDEPS += ../../libretroshare/src/lib/libretroshare.a
|
||||||
LIBS += C:\Development\Rs\v0.5-gxs-b1\openpgpsdk\openpgpsdk-build-desktop\lib\libops.a
|
#PRE_TARGETDEPS += ../../libretroshare/libretroshare-build-desktop/lib/libretroshare.a
|
||||||
LIBS += C:\Development\Libraries\sqlite\sqlite-autoconf-3070900\lib\libsqlite3.a
|
|
||||||
LIBS += -L"../../../lib"
|
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||||
LIBS += -lssl -lcrypto -lgpgme -lpthreadGC2d -lminiupnpc -lz -lbz2
|
LIBS += ../../openpgpsdk/src/lib/libops.a
|
||||||
|
LIBS += ../../../sqlite-autoconf-3070900/.libs/libsqlite3.a
|
||||||
|
LIBS += -L"../../../lib"
|
||||||
|
LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz -lbz2
|
||||||
# added after bitdht
|
# added after bitdht
|
||||||
# LIBS += -lws2_32
|
# LIBS += -lws2_32
|
||||||
LIBS += -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
|
LIBS += -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
|
||||||
LIBS += -lole32 -lwinmm
|
LIBS += -lole32 -lwinmm
|
||||||
RC_FILE = gui/images/retroshare_win.rc
|
RC_FILE = gui/images/retroshare_win.rc
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
GPG_ERROR_DIR = ../../../../libgpg-error-1.7
|
# create lib directory
|
||||||
GPGME_DIR = ../../../../gpgme-1.1.8
|
QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib $(MKDIR) lib
|
||||||
GPG_ERROR_DIR = ../../../../lib/libgpg-error-1.7
|
|
||||||
GPGME_DIR = ../../../../lib/gpgme-1.1.8
|
|
||||||
INCLUDEPATH += . $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
|
|
||||||
|
|
||||||
|
DEFINES += WINDOWS_SYS
|
||||||
|
|
||||||
|
INCLUDEPATH += .
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user