mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
new idle status feature added
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aef6787517
commit
b2213e15e6
@ -1,4 +1,4 @@
|
||||
CONFIG += qt gui uic qrc resources uitools newsettings
|
||||
CONFIG += qt gui uic qrc resources uitools newsettings idle
|
||||
QT += network xml script opengl
|
||||
|
||||
TEMPLATE = app
|
||||
@ -20,7 +20,8 @@ linux-* {
|
||||
#CONFIG += version_detail_bash_script
|
||||
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += -lssl -lgpgme -lupnp
|
||||
LIBS += -lssl -lgpgme -lupnp -lXss
|
||||
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
||||
}
|
||||
|
||||
linux-g++ {
|
||||
@ -100,6 +101,7 @@ macx {
|
||||
LIBS += ../../../miniupnpc-1.0/libminiupnpc.a
|
||||
|
||||
INCLUDEPATH += .
|
||||
#DEFINES* = MAC_IDLE # for idle feature
|
||||
|
||||
}
|
||||
|
||||
@ -556,6 +558,7 @@ HEADERS += gui/unfinished/ApplicationWindow.h \
|
||||
gui/unfinished/PhotoShow.h \
|
||||
gui/unfinished/StatisticDialog.h
|
||||
|
||||
|
||||
FORMS += gui/unfinished/ApplicationWindow.ui \
|
||||
gui/unfinished/CalDialog.ui \
|
||||
gui/unfinished/ExampleDialog.ui \
|
||||
@ -575,4 +578,13 @@ SOURCES += gui/unfinished/ApplicationWindow.cpp \
|
||||
DEFINES *= UNFINISHED
|
||||
}
|
||||
|
||||
idle {
|
||||
|
||||
HEADERS += idle/idle.h
|
||||
|
||||
SOURCES += idle/idle.cpp \
|
||||
idle/idle_platform.cpp
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user