mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added missing file, and linking to sqlite
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5526 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3cbef49b8e
commit
138f462669
@ -10,6 +10,7 @@ CONFIG += posted
|
|||||||
CONFIG += unfinished
|
CONFIG += unfinished
|
||||||
CONFIG += gxsgui
|
CONFIG += gxsgui
|
||||||
|
|
||||||
|
#CONFIG += pluginmgr
|
||||||
|
|
||||||
# Other Disabled Bits.
|
# Other Disabled Bits.
|
||||||
#CONFIG += framecatcher
|
#CONFIG += framecatcher
|
||||||
@ -53,6 +54,7 @@ linux-* {
|
|||||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||||
LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2
|
LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2
|
||||||
LIBS += -lssl -lupnp -lixml -lXss -lgnome-keyring
|
LIBS += -lssl -lupnp -lixml -lXss -lgnome-keyring
|
||||||
|
LIBS += -lsqlite3
|
||||||
LIBS *= -rdynamic
|
LIBS *= -rdynamic
|
||||||
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
||||||
DEFINES *= UBUNTU
|
DEFINES *= UBUNTU
|
||||||
@ -858,6 +860,7 @@ photoshare {
|
|||||||
gui/PhotoShare/PhotoDetailsDialog.h \
|
gui/PhotoShare/PhotoDetailsDialog.h \
|
||||||
gui/PhotoShare/PhotoDrop.h \
|
gui/PhotoShare/PhotoDrop.h \
|
||||||
gui/PhotoShare/PhotoSlideShow.h \
|
gui/PhotoShare/PhotoSlideShow.h \
|
||||||
|
util/TokenQueueV2.h \
|
||||||
|
|
||||||
FORMS += gui/PhotoShare/PhotoItem.ui \
|
FORMS += gui/PhotoShare/PhotoItem.ui \
|
||||||
gui/PhotoShare/PhotoDialog.ui \
|
gui/PhotoShare/PhotoDialog.ui \
|
||||||
@ -871,6 +874,7 @@ photoshare {
|
|||||||
gui/PhotoShare/PhotoDetailsDialog.cpp \
|
gui/PhotoShare/PhotoDetailsDialog.cpp \
|
||||||
gui/PhotoShare/PhotoDrop.cpp \
|
gui/PhotoShare/PhotoDrop.cpp \
|
||||||
gui/PhotoShare/PhotoSlideShow.cpp \
|
gui/PhotoShare/PhotoSlideShow.cpp \
|
||||||
|
util/TokenQueueV2.cpp \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user