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/SConscript
parent6856199274e9c5e581220fccf520b8f011519d17 (diff)
downloadswift-contrib-ephraim/chatview.zip
swift-contrib-ephraim/chatview.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/SConscript')
-rw-r--r--Swift/QtUI/SConscript7
1 files changed, 5 insertions, 2 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript
index 064faab..9070291 100644
--- a/Swift/QtUI/SConscript
+++ b/Swift/QtUI/SConscript
@@ -73,6 +73,7 @@ sources = [
"QtAvatarWidget.cpp",
"QtUIFactory.cpp",
"QtChatWindowFactory.cpp",
+ "QtChatViewFactory.cpp",
"QtChatWindow.cpp",
"QtClickableLabel.cpp",
"QtLoginWindow.cpp",
@@ -84,7 +85,7 @@ sources = [
"QtScaledAvatarCache.cpp",
"QtSwift.cpp",
"QtURIHandler.cpp",
- "QtChatView.cpp",
+ "QtWebKitChatView.cpp",
"QtChatTheme.cpp",
"QtChatTabs.cpp",
"QtSoundPlayer.cpp",
@@ -150,7 +151,9 @@ sources = [
"QtChatWindowJSBridge.cpp",
"QtMUCConfigurationWindow.cpp",
"QtAffiliationEditor.cpp",
- "QtUISettingConstants.cpp"
+ "QtUISettingConstants.cpp",
+ "QtChatView.cpp",
+ "QtBarriersFreeChatView.cpp",
]
myenv["SWIFT_VERSION"] = Version.getBuildVersion(env.Dir("#").abspath, "swift")