summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThilo Cestonaro <thilo@cestona.ro>2012-09-02 20:27:42 (GMT)
committerThilo Cestonaro <thilo@cestona.ro>2012-09-02 20:32:56 (GMT)
commitc889fadf1dede0955ce74ce6897094e4f0c3e341 (patch)
treebe6a461a337fa9f46d9d9ac5e973d4e035c67a46 /Swift/QtUI/WebKitChatView/WebKitChatView.pro
parent6856199274e9c5e581220fccf520b8f011519d17 (diff)
downloadswift-contrib-c889fadf1dede0955ce74ce6897094e4f0c3e341.zip
swift-contrib-c889fadf1dede0955ce74ce6897094e4f0c3e341.tar.bz2
moved QtChatWindow Log stuff into QtWebKitChatViewephraim/chatview
added QtChatViewFactory started implementation of QtBarriersFreeChatView License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swift/QtUI/WebKitChatView/WebKitChatView.pro')
-rw-r--r--Swift/QtUI/WebKitChatView/WebKitChatView.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/Swift/QtUI/WebKitChatView/WebKitChatView.pro b/Swift/QtUI/WebKitChatView/WebKitChatView.pro
new file mode 100644
index 0000000..25a6dd0
--- /dev/null
+++ b/Swift/QtUI/WebKitChatView/WebKitChatView.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+TARGET = ChatView
+DEPENDPATH += .
+INCLUDEPATH += . ../../../Swiften/3rdParty/Boost
+QT += webkit network
+HEADERS += ../QtWebKitChatView.h
+SOURCES += main.cpp ../QtWebKitChatView.cpp ../ChatSnippet.cpp ../MessageSnippet.cpp ../SystemMessageSnippet.cpp
+RESOURCES += ../DefaultTheme.qrc ../Swift.qrc