diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 07:02:33 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 07:02:33 +0000 |
| commit | 0eabf95cf43148a45427475575aa5959af55ad51 (patch) | |
| tree | ea19d67383b0fe1d59361826341f8b6c42ab6541 /examples/GuiClient/GuiClient.pro | |
| parent | 1639a23b507ac4f7c7a05d0322f9b5db7e687d79 (diff) | |
| download | qxmpp-0eabf95cf43148a45427475575aa5959af55ad51.tar.gz | |
integrate capsManager
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro index 36e652be..751bef8c 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -22,7 +22,8 @@ SOURCES += main.cpp \ statusTextWidget.cpp \ customToolButton.cpp \ vCardManager.cpp \ - profileDialog.cpp + profileDialog.cpp \ + capabilitiesCollection.cpp HEADERS += messageGraphicsItem.h \ chatGraphicsScene.h \ @@ -42,7 +43,8 @@ HEADERS += messageGraphicsItem.h \ statusTextWidget.h \ customToolButton.h \ vCardManager.h \ - profileDialog.h + profileDialog.h \ + capabilitiesCollection.h FORMS += mainDialog.ui \ chatDialog.ui \ |
