diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 11:38:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 11:38:43 +0000 |
| commit | 39dbf87de566dcbcf1593f1203f5299de38caa33 (patch) | |
| tree | 9faceb16c3041b9279e4992243bd308e258c2dd0 /examples/GuiClient/GuiClient.pro | |
| parent | 89862b609e0ecce68bae722c5819c409f13c5956 (diff) | |
| download | qxmpp-39dbf87de566dcbcf1593f1203f5299de38caa33.tar.gz | |
add to accountCache class build
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 6 |
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 \ |
