mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
suppressed ChatDialog entries from Retroshare.pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e144e75ba6
commit
70f0253e54
1 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,7 @@ QT += network xml script
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = RetroShare
|
TARGET = RetroShare
|
||||||
|
|
||||||
|
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
|
||||||
|
@ -111,7 +112,7 @@ HEADERS += rshare.h \
|
||||||
gui/DLListDelegate.h \
|
gui/DLListDelegate.h \
|
||||||
gui/ULListDelegate.h \
|
gui/ULListDelegate.h \
|
||||||
gui/StartDialog.h \
|
gui/StartDialog.h \
|
||||||
gui/ChatDialog.h \
|
# gui/ChatDialog.h \
|
||||||
gui/BlogDialog.h \
|
gui/BlogDialog.h \
|
||||||
gui/CalDialog.h \
|
gui/CalDialog.h \
|
||||||
gui/NetworkDialog.h \
|
gui/NetworkDialog.h \
|
||||||
|
@ -258,7 +259,7 @@ HEADERS += rshare.h \
|
||||||
gui/connect/ConnectFriendWizard.h
|
gui/connect/ConnectFriendWizard.h
|
||||||
|
|
||||||
|
|
||||||
FORMS += gui/ChatDialog.ui \
|
FORMS += \ #ui/ChatDialog.ui \
|
||||||
gui/BlogDialog.ui \
|
gui/BlogDialog.ui \
|
||||||
gui/CalDialog.ui \
|
gui/CalDialog.ui \
|
||||||
gui/StartDialog.ui \
|
gui/StartDialog.ui \
|
||||||
|
@ -349,7 +350,7 @@ SOURCES += main.cpp \
|
||||||
gui/ULListDelegate.cpp \
|
gui/ULListDelegate.cpp \
|
||||||
gui/StartDialog.cpp \
|
gui/StartDialog.cpp \
|
||||||
gui/GenCertDialog.cpp \
|
gui/GenCertDialog.cpp \
|
||||||
gui/ChatDialog.cpp \
|
# gui/ChatDialog.cpp \
|
||||||
gui/BlogDialog.cpp \
|
gui/BlogDialog.cpp \
|
||||||
gui/CalDialog.cpp \
|
gui/CalDialog.cpp \
|
||||||
gui/NetworkDialog.cpp \
|
gui/NetworkDialog.cpp \
|
||||||
|
@ -516,6 +517,7 @@ turtle {
|
||||||
HEADERS += rsiface/rsturtle.h gui/TurtleSearchDialog.h
|
HEADERS += rsiface/rsturtle.h gui/TurtleSearchDialog.h
|
||||||
FORMS += gui/TurtleSearchDialog.ui
|
FORMS += gui/TurtleSearchDialog.ui
|
||||||
DEFINES *= TURTLE_HOPPING
|
DEFINES *= TURTLE_HOPPING
|
||||||
|
DEFINES *= RS_RELEASE_VERSION
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue