aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/GuiClient/GuiClient.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro
index 751bef8c..9bc0f0de 100644
--- a/examples/GuiClient/GuiClient.pro
+++ b/examples/GuiClient/GuiClient.pro
@@ -23,7 +23,8 @@ SOURCES += main.cpp \
customToolButton.cpp \
vCardManager.cpp \
profileDialog.cpp \
- capabilitiesCollection.cpp
+ capabilitiesCollection.cpp \
+ accountsCache.cpp
HEADERS += messageGraphicsItem.h \
chatGraphicsScene.h \
@@ -44,7 +45,8 @@ HEADERS += messageGraphicsItem.h \
customToolButton.h \
vCardManager.h \
profileDialog.h \
- capabilitiesCollection.h
+ capabilitiesCollection.h \
+ accountsCache.h
FORMS += mainDialog.ui \
chatDialog.ui \