diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2018-06-23 17:20:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-23 17:20:47 +0200 |
| commit | ed6b199dff15ddb4c6bd72d1565501e9f1a2bf87 (patch) | |
| tree | 7bbb53c40ecf53fe9464b53b7966dd7726eeac5e /examples/GuiClient/GuiClient.pro | |
| parent | ea83c77a5a4524cc9778336b10eff60979582980 (diff) | |
| parent | 31f0a42073b68823e85835ec3e25114d79705a04 (diff) | |
| download | qxmpp-ed6b199dff15ddb4c6bd72d1565501e9f1a2bf87.tar.gz | |
Merge pull request #131 from olesalscheider/cmake
Add CMake build system, drop Qt4 support
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 |
