mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-26 09:59:17 -04:00
added share key ui to .pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7b26785262
commit
ddb1094f68
@ -1,4 +1,4 @@
|
|||||||
CONFIG += qt gui uic qrc resources uitools idle
|
CONFIG += qt gui uic qrc resources uitools idle blogs
|
||||||
QT += network xml script opengl
|
QT += network xml script opengl
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
@ -220,6 +220,7 @@ HEADERS += rshare.h \
|
|||||||
gui/channels/ChannelDetails.h \
|
gui/channels/ChannelDetails.h \
|
||||||
gui/channels/CreateChannelMsg.h \
|
gui/channels/CreateChannelMsg.h \
|
||||||
gui/channels/EditChanDetails.h \
|
gui/channels/EditChanDetails.h \
|
||||||
|
gui/channels/ShareKey.h \
|
||||||
gui/connect/ConfCertDialog.h \
|
gui/connect/ConfCertDialog.h \
|
||||||
gui/msgs/MessageComposer.h \
|
gui/msgs/MessageComposer.h \
|
||||||
gui/msgs/textformat.h \
|
gui/msgs/textformat.h \
|
||||||
@ -319,6 +320,7 @@ FORMS += gui/StartDialog.ui \
|
|||||||
gui/channels/CreateChannelMsg.ui \
|
gui/channels/CreateChannelMsg.ui \
|
||||||
gui/channels/ChannelDetails.ui \
|
gui/channels/ChannelDetails.ui \
|
||||||
gui/channels/EditChanDetails.ui \
|
gui/channels/EditChanDetails.ui \
|
||||||
|
gui/channels/ShareKey.ui \
|
||||||
gui/chat/PopupChatDialog.ui \
|
gui/chat/PopupChatDialog.ui \
|
||||||
gui/connect/ConfCertDialog.ui \
|
gui/connect/ConfCertDialog.ui \
|
||||||
gui/msgs/MessageComposer.ui \
|
gui/msgs/MessageComposer.ui \
|
||||||
@ -427,6 +429,7 @@ SOURCES += main.cpp \
|
|||||||
gui/channels/CreateChannelMsg.cpp \
|
gui/channels/CreateChannelMsg.cpp \
|
||||||
gui/channels/ChannelDetails.cpp \
|
gui/channels/ChannelDetails.cpp \
|
||||||
gui/channels/EditChanDetails.cpp \
|
gui/channels/EditChanDetails.cpp \
|
||||||
|
gui/channels/ShareKey.cpp \
|
||||||
gui/chat/PopupChatDialog.cpp \
|
gui/chat/PopupChatDialog.cpp \
|
||||||
gui/chat/HandleRichText.cpp \
|
gui/chat/HandleRichText.cpp \
|
||||||
gui/connect/ConfCertDialog.cpp \
|
gui/connect/ConfCertDialog.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user