diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 13:48:04 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 13:48:04 +0000 |
| commit | aea583dd28166a556998e368ebd9595b610b0af5 (patch) | |
| tree | a3800c71e506088de8a29be0f946ae5c57c2099a /examples/GuiClient/GuiClient.pro | |
| parent | 5dac70f3f45821cdb7035efb6255aa83d3545691 (diff) | |
| download | qxmpp-aea583dd28166a556998e368ebd9595b610b0af5.tar.gz | |
add action for launching aboutDialog
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 9 |
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 |
