mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed linux compilation. Added missing target in .pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5632 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
19e856c2a8
commit
dfa39c63a8
@ -9,8 +9,8 @@ TARGET = retroshare
|
|||||||
CONFIG += test_voip
|
CONFIG += test_voip
|
||||||
|
|
||||||
# GXS Stuff.
|
# GXS Stuff.
|
||||||
CONFIG += newcache
|
#CONFIG += newcache
|
||||||
CONFIG += newservices
|
#CONFIG += newservices
|
||||||
|
|
||||||
# Beware: All data of the stripped services are lost
|
# Beware: All data of the stripped services are lost
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
@ -149,7 +149,31 @@ HEADERS += retroshare/rsgame.h \
|
|||||||
retroshare/rsphoto.h
|
retroshare/rsphoto.h
|
||||||
|
|
||||||
# ################################ Linux ##########################################
|
# ################################ Linux ##########################################
|
||||||
|
linux-* {
|
||||||
|
QMAKE_CC = g++
|
||||||
|
OBJECTS_DIR = temp/obj
|
||||||
|
MOC_DIR = temp/moc
|
||||||
|
DESTDIR = lib
|
||||||
|
|
||||||
|
# miniupnp implementation files
|
||||||
|
#HEADERS += upnp/upnputil.h
|
||||||
|
#SOURCES += upnp/upnputil.c
|
||||||
|
|
||||||
|
# zeroconf disabled at the end of libretroshare.pro (but need the code)
|
||||||
|
#CONFIG += zeroconf
|
||||||
|
#CONFIG += zcnatassist
|
||||||
|
|
||||||
|
OPENPGPSDK_DIR = ../../openpgpsdk/src
|
||||||
|
INCLUDEPATH += $${OPENPGPSDK_DIR}
|
||||||
|
|
||||||
|
INCLUDEPATH *= /usr/lib/x86_64-linux-gnu/glib-2.0/include/
|
||||||
|
INCLUDEPATH *= /usr/lib/i386-linux-gnu/glib-2.0/include/
|
||||||
|
INCLUDEPATH *= /usr/include/glib-2.0/ /usr/lib/glib-2.0/include
|
||||||
|
INCLUDEPATH *= /usr/local/include/glib-2.0
|
||||||
|
|
||||||
|
DEFINES *= UBUNTU
|
||||||
|
}
|
||||||
|
|
||||||
# ################### Cross compilation for windows under Linux ####################
|
# ################### Cross compilation for windows under Linux ####################
|
||||||
win32-x-g++ {
|
win32-x-g++ {
|
||||||
OBJECTS_DIR = temp/win32xgcc/obj
|
OBJECTS_DIR = temp/win32xgcc/obj
|
||||||
|
Loading…
Reference in New Issue
Block a user