mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
plugin system: first demo version
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e9448a3cea
commit
04b2d33430
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
CONFIG += qt gui uic qrc
|
CONFIG += qt gui uic qrc uitools
|
||||||
QT += network xml
|
QT += network xml script
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = RetroShare
|
TARGET = RetroShare
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ linux-g++ {
|
||||||
LIBS += ../../../../lib/linux-g++/libminiupnpc.a
|
LIBS += ../../../../lib/linux-g++/libminiupnpc.a
|
||||||
LIBS += ../../../../lib/linux-g++/libssl.a
|
LIBS += ../../../../lib/linux-g++/libssl.a
|
||||||
LIBS += ../../../../lib/linux-g++/libcrypto.a
|
LIBS += ../../../../lib/linux-g++/libcrypto.a
|
||||||
|
LIBS += ../../../../lib/linux-g++/libsmplayer.a
|
||||||
|
LIBS += ../../../../lib/linux-g++/libqcheckers.a
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,6 +133,8 @@ HEADERS += rshare.h \
|
||||||
gui/HelpDialog.h \
|
gui/HelpDialog.h \
|
||||||
gui/LogoBar.h \
|
gui/LogoBar.h \
|
||||||
gui/xprogressbar.h \
|
gui/xprogressbar.h \
|
||||||
|
gui/PluginsPage.h \
|
||||||
|
gui/plugins/PluginInterface.h \
|
||||||
lang/languagesupport.h \
|
lang/languagesupport.h \
|
||||||
util/stringutil.h \
|
util/stringutil.h \
|
||||||
util/win32.h \
|
util/win32.h \
|
||||||
|
@ -358,6 +362,7 @@ SOURCES += main.cpp \
|
||||||
gui/HelpDialog.cpp \
|
gui/HelpDialog.cpp \
|
||||||
gui/LogoBar.cpp \
|
gui/LogoBar.cpp \
|
||||||
gui/xprogressbar.cpp \
|
gui/xprogressbar.cpp \
|
||||||
|
gui/PluginsPage.cpp \
|
||||||
lang/languagesupport.cpp \
|
lang/languagesupport.cpp \
|
||||||
util/stringutil.cpp \
|
util/stringutil.cpp \
|
||||||
util/win32.cpp \
|
util/win32.cpp \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue