diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 13:53:43 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:16:31 +0200 |
| commit | 638deefa227d89d4d4d803c2f0f66e2ca7bc3777 (patch) | |
| tree | 8166eae1385e641ace1905b1e68f5b60a79fb297 /examples/GuiClient/GuiClient.pro | |
| parent | 2a42d04764c8539822b077d8261088bfcaec7fb7 (diff) | |
| download | qxmpp-638deefa227d89d4d4d803c2f0f66e2ca7bc3777.tar.gz | |
Remove example_4 and GuiClient
The build was disabled for some time.
There is still git if we want to bring them back.
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro deleted file mode 100644 index 60306171..00000000 --- a/examples/GuiClient/GuiClient.pro +++ /dev/null @@ -1,64 +0,0 @@ -include(../examples.pri) - -TARGET = GuiClient -TEMPLATE = app - -SOURCES += main.cpp \ - chatMsgGraphicsItem.cpp \ - chatGraphicsScene.cpp \ - chatGraphicsView.cpp \ - chatDialog.cpp \ - mainDialog.cpp \ - rosterItemModel.cpp \ - rosterItem.cpp \ - rosterItemSortFilterProxyModel.cpp \ - utils.cpp \ - rosterListView.cpp \ - searchLineEdit.cpp \ - statusWidget.cpp \ - signInStatusLabel.cpp \ - statusAvatarWidget.cpp \ - statusTextWidget.cpp \ - statusToolButton.cpp \ - vCardCache.cpp \ - profileDialog.cpp \ - capabilitiesCache.cpp \ - accountsCache.cpp \ - xmlConsoleDialog.cpp \ - aboutDialog.cpp - -HEADERS += chatMsgGraphicsItem.h \ - chatGraphicsScene.h \ - chatGraphicsView.h \ - chatDialog.h \ - mainDialog.h \ - rosterItemModel.h \ - rosterItem.h \ - rosterItemSortFilterProxyModel.h \ - utils.h \ - rosterListView.h \ - searchLineEdit.h \ - statusWidget.h \ - signInStatusLabel.h \ - statusAvatarWidget.h \ - statusTextWidget.h \ - statusToolButton.h \ - vCardCache.h \ - profileDialog.h \ - capabilitiesCache.h \ - accountsCache.h \ - xmlConsoleDialog.h \ - aboutDialog.h - -FORMS += mainDialog.ui \ - chatDialog.ui \ - statusWidget.ui \ - profileDialog.ui \ - xmlConsoleDialog.ui \ - aboutDialog.ui - -QT += network \ - xml \ - widgets - -RESOURCES += resources.qrc |
