aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/GuiClient.pro
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 13:48:04 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 13:48:04 +0000
commitaea583dd28166a556998e368ebd9595b610b0af5 (patch)
treea3800c71e506088de8a29be0f946ae5c57c2099a /examples/GuiClient/GuiClient.pro
parent5dac70f3f45821cdb7035efb6255aa83d3545691 (diff)
downloadqxmpp-aea583dd28166a556998e368ebd9595b610b0af5.tar.gz
add action for launching aboutDialog
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
-rw-r--r--examples/GuiClient/GuiClient.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro
index c25c9b1b..aec6064f 100644
--- a/examples/GuiClient/GuiClient.pro
+++ b/examples/GuiClient/GuiClient.pro
@@ -24,7 +24,8 @@ SOURCES += main.cpp \
profileDialog.cpp \
capabilitiesCache.cpp \
accountsCache.cpp \
- xmlConsoleDialog.cpp
+ xmlConsoleDialog.cpp \
+ aboutDialog.cpp
HEADERS += chatMsgGraphicsItem.h \
chatGraphicsScene.h \
@@ -46,13 +47,15 @@ HEADERS += chatMsgGraphicsItem.h \
profileDialog.h \
capabilitiesCache.h \
accountsCache.h \
- xmlConsoleDialog.h
+ xmlConsoleDialog.h \
+ aboutDialog.h
FORMS += mainDialog.ui \
chatDialog.ui \
statusWidget.ui \
profileDialog.ui \
- xmlConsoleDialog.ui
+ xmlConsoleDialog.ui \
+ aboutDialog.ui
QT += network \
xml