From da88f5f0bb5e73bc69bf7ed3962691622b1ae4f9 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Wed, 8 Sep 2010 09:23:18 +0000 Subject: add Gui Client example --- examples/GuiClient/GuiClient.pro | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 examples/GuiClient/GuiClient.pro (limited to 'examples/GuiClient/GuiClient.pro') diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro new file mode 100644 index 00000000..ba06c3c7 --- /dev/null +++ b/examples/GuiClient/GuiClient.pro @@ -0,0 +1,51 @@ +include(../examples.pri) + +TARGET = GuiClient +TEMPLATE = app + +SOURCES += main.cpp \ + messageGraphicsItem.cpp \ + chatGraphicsScene.cpp \ + chatGraphicsView.cpp \ + chatDialog.cpp \ + mainDialog.cpp \ + rosterItemModel.cpp \ + rosterItem.cpp \ + rosterItemSortFilterProxyModel.cpp \ + utils.cpp \ + customListView.cpp \ + searchLineEdit.cpp \ + statusWidget.cpp \ + customPushButton.cpp \ + customLabel.cpp \ + avatarWidget.cpp \ + statusTextWidget.cpp \ + customToolButton.cpp \ + vCardManager.cpp +HEADERS += messageGraphicsItem.h \ + chatGraphicsScene.h \ + chatGraphicsView.h \ + chatDialog.h \ + mainDialog.h \ + rosterItemModel.h \ + rosterItem.h \ + rosterItemSortFilterProxyModel.h \ + utils.h \ + customListView.h \ + searchLineEdit.h \ + statusWidget.h \ + customPushButton.h \ + customLabel.h \ + avatarWidget.h \ + statusTextWidget.h \ + customToolButton.h \ + vCardManager.h + +FORMS += mainDialog.ui \ + chatDialog.ui \ + statusWidget.ui + +QT += network \ + xml + +RESOURCES += resources.qrc -- cgit v1.2.3