fixed compilation on ubuntu natty, probably due to a packaging bug

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4167 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-04-24 20:20:49 +00:00
parent 383899e901
commit 478f145728

View File

@ -7,7 +7,8 @@ TARGET = retroshare
# Beware: All data of the stripped services are lost
#CONFIG += minimal
DEFINES *= PQI_DISABLE_TUNNEL
DEFINES *= PQI_DISABLE_TUNNEL
#ENABLE_CACHE_OPT
minimal {
CONFIG -= use_blogs
@ -148,6 +149,9 @@ linux-* {
isEmpty(INC_DIR) { INC_DIR = $${PREFIX}/include/retroshare/ }
isEmpty(LIB_DIR) { LIB_DIR = $${PREFIX}/lib/ }
# Fixes compilation on ubuntu natty 64bits. Probably a ubuntu packaging error.
INCLUDEPATH *= /usr/lib/x86_64-linux-gnu/glib-2.0/include/
DESTDIR = lib
QMAKE_CXXFLAGS *= -Wall -D_FILE_OFFSET_BITS=64
QMAKE_CC = g++