aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/GuiClient.pro
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-23 07:02:33 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-23 07:02:33 +0000
commit0eabf95cf43148a45427475575aa5959af55ad51 (patch)
treeea19d67383b0fe1d59361826341f8b6c42ab6541 /examples/GuiClient/GuiClient.pro
parent1639a23b507ac4f7c7a05d0322f9b5db7e687d79 (diff)
downloadqxmpp-0eabf95cf43148a45427475575aa5959af55ad51.tar.gz
integrate capsManager
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
-rw-r--r--examples/GuiClient/GuiClient.pro6
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 \