diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 08:23:53 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 08:23:53 +0000 |
| commit | f59f1f1402ef678b0789d14937d7806fd952601a (patch) | |
| tree | e31643854e807a605b7da36467ca99ee13d5098d /examples/GuiClient/GuiClient.pro | |
| parent | 3e0c70ebdb2c77563a5720bfba526c8c2c0dad80 (diff) | |
| download | qxmpp-f59f1f1402ef678b0789d14937d7806fd952601a.tar.gz | |
add profile dialog
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro index ba06c3c7..da5a6970 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -21,7 +21,9 @@ SOURCES += main.cpp \ avatarWidget.cpp \
statusTextWidget.cpp \
customToolButton.cpp \
- vCardManager.cpp
+ vCardManager.cpp \
+ profileDialog.cpp
+
HEADERS += messageGraphicsItem.h \
chatGraphicsScene.h \
chatGraphicsView.h \
@@ -39,11 +41,13 @@ HEADERS += messageGraphicsItem.h \ avatarWidget.h \
statusTextWidget.h \
customToolButton.h \
- vCardManager.h
+ vCardManager.h \
+ profileDialog.h
FORMS += mainDialog.ui \
chatDialog.ui \
- statusWidget.ui
+ statusWidget.ui \
+ profileDialog.ui
QT += network \
xml
|
