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/ChatView/ChatView.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/ChatView/ChatView.pro')
-rw-r--r--Swift/QtUI/ChatView/ChatView.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/Swift/QtUI/ChatView/ChatView.pro b/Swift/QtUI/ChatView/ChatView.pro
deleted file mode 100644
index 3017d35..0000000
--- a/Swift/QtUI/ChatView/ChatView.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = app
-TARGET = ChatView
-DEPENDPATH += .
-INCLUDEPATH += . ../../../Swiften/3rdParty/Boost
-QT += webkit network
-HEADERS += ../QtChatView.h
-SOURCES += main.cpp ../QtChatView.cpp ../ChatSnippet.cpp ../MessageSnippet.cpp ../SystemMessageSnippet.cpp
-RESOURCES += ../DefaultTheme.qrc ../Swift.qrc