better notification support; dock icon;
system tray icon;
notification is given when the new message is received
and the dialog is not active window;
notification requires growl in Mac OS X
icon also changes until the window is reactivated
diff --git a/sync-demo.pro b/sync-demo.pro
index 7eb99d0..a12f970 100644
--- a/sync-demo.pro
+++ b/sync-demo.pro
@@ -12,6 +12,9 @@
settingdialog.cpp \
treelayout.cpp
+RESOURCES = demo.qrc
+ICON = demo.icns
+QT += xml svg
FORMS = chatdialog.ui \
settingdialog.ui