mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed library (sqlite) config in .pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7b8bb8dff7
commit
9b776ce6a4
@ -10,7 +10,7 @@ CONFIG += test_voip
|
|||||||
|
|
||||||
# GXS Stuff.
|
# GXS Stuff.
|
||||||
# this should be disabled for releases until further notice.
|
# this should be disabled for releases until further notice.
|
||||||
#CONFIG += gxs
|
CONFIG += gxs
|
||||||
|
|
||||||
# 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
|
||||||
@ -237,7 +237,8 @@ HEADERS += retroshare/rsgame.h
|
|||||||
$${PTHREADS_DIR} \
|
$${PTHREADS_DIR} \
|
||||||
$${ZLIB_DIR} \
|
$${ZLIB_DIR} \
|
||||||
$${OPENPGPSDK_DIR}
|
$${OPENPGPSDK_DIR}
|
||||||
newcache {
|
|
||||||
|
gxs {
|
||||||
SQLITE_DIR = ../../../../Libraries/sqlite/sqlite-autoconf-3070900
|
SQLITE_DIR = ../../../../Libraries/sqlite/sqlite-autoconf-3070900
|
||||||
INCLUDEPATH += . \
|
INCLUDEPATH += . \
|
||||||
$${SQLITE_DIR}
|
$${SQLITE_DIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user