mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
added edit chan info dialog files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
478c4e1c29
commit
fe98568329
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@ QT += network xml script opengl
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = RetroShare
|
TARGET = RetroShare
|
||||||
|
|
||||||
DEFINES += RS_RELEASE_VERSION
|
#DEFINES += RS_RELEASE_VERSION
|
||||||
RCC_DIR = temp/qrc
|
RCC_DIR = temp/qrc
|
||||||
UI_DIR = temp/ui
|
UI_DIR = temp/ui
|
||||||
MOC_DIR = temp/moc
|
MOC_DIR = temp/moc
|
||||||
|
@ -219,6 +219,7 @@ HEADERS += rshare.h \
|
||||||
gui/channels/CreateChannel.h \
|
gui/channels/CreateChannel.h \
|
||||||
gui/channels/ChannelDetails.h \
|
gui/channels/ChannelDetails.h \
|
||||||
gui/channels/CreateChannelMsg.h \
|
gui/channels/CreateChannelMsg.h \
|
||||||
|
gui/channels/EditChanDetails.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 \
|
||||||
|
@ -317,6 +318,7 @@ FORMS += gui/StartDialog.ui \
|
||||||
gui/channels/CreateChannel.ui \
|
gui/channels/CreateChannel.ui \
|
||||||
gui/channels/CreateChannelMsg.ui \
|
gui/channels/CreateChannelMsg.ui \
|
||||||
gui/channels/ChannelDetails.ui \
|
gui/channels/ChannelDetails.ui \
|
||||||
|
gui/channels/EditChanDetails.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 \
|
||||||
|
@ -424,6 +426,7 @@ SOURCES += main.cpp \
|
||||||
gui/channels/CreateChannel.cpp \
|
gui/channels/CreateChannel.cpp \
|
||||||
gui/channels/CreateChannelMsg.cpp \
|
gui/channels/CreateChannelMsg.cpp \
|
||||||
gui/channels/ChannelDetails.cpp \
|
gui/channels/ChannelDetails.cpp \
|
||||||
|
gui/channels/EditChanDetails.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…
Add table
Add a link
Reference in a new issue