aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/GuiClient.pro
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-10 07:00:14 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-10 07:00:14 +0000
commit3b60dc4e32446afed425bd35f15b8000503c2788 (patch)
treec84487d5d0a75954bdef1324ae7406a60d102d24 /examples/GuiClient/GuiClient.pro
parent0a028cd53598276d375cde1d09e870294ad4d626 (diff)
downloadqxmpp-3b60dc4e32446afed425bd35f15b8000503c2788.tar.gz
first version of xml console
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 1f518795..09591c5e 100644
--- a/examples/GuiClient/GuiClient.pro
+++ b/examples/GuiClient/GuiClient.pro
@@ -23,7 +23,8 @@ SOURCES += main.cpp \
vCardCache.cpp \
profileDialog.cpp \
capabilitiesCache.cpp \
- accountsCache.cpp
+ accountsCache.cpp \
+ xmlConsoleDialog.cpp
HEADERS += messageGraphicsItem.h \
chatGraphicsScene.h \
@@ -44,12 +45,14 @@ HEADERS += messageGraphicsItem.h \
vCardCache.h \
profileDialog.h \
capabilitiesCache.h \
- accountsCache.h
+ accountsCache.h \
+ xmlConsoleDialog.h
FORMS += mainDialog.ui \
chatDialog.ui \
statusWidget.ui \
- profileDialog.ui
+ profileDialog.ui \
+ xmlConsoleDialog.ui
QT += network \
xml