From f59f1f1402ef678b0789d14937d7806fd952601a Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 9 Sep 2010 08:23:53 +0000 Subject: add profile dialog --- examples/GuiClient/GuiClient.pro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'examples/GuiClient/GuiClient.pro') 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 -- cgit v1.2.3