diff options
author | Kevin Smith <git@kismith.co.uk> | 2013-09-23 17:37:42 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2013-10-03 14:24:20 (GMT) |
commit | c60529de29ceda701da00080b59eab785d91f726 (patch) | |
tree | 46cc300d1992a149d952ecf78c1d1a7ab9ee8343 /Swift/QtUI/SConscript | |
parent | e3b455b57c9550128018bf9c22c27c1e6ed1f81f (diff) | |
download | swift-contrib-c60529de29ceda701da00080b59eab785d91f726.zip swift-contrib-c60529de29ceda701da00080b59eab785d91f726.tar.bz2 |
Factor the webkit chat view out of QtChatWindow.
This will let us substitute it for an alternative chat view.
Change-Id: I002d9b90a7f618a354dda648c280ccee0e48edd7
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 86efb51..6835872 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -91,7 +91,6 @@ sources = [ "QtAvatarWidget.cpp", "QtUIFactory.cpp", "QtChatWindowFactory.cpp", - "QtChatWindow.cpp", "QtClickableLabel.cpp", "QtLoginWindow.cpp", "QtMainWindow.cpp", @@ -103,7 +102,9 @@ sources = [ "QtScaledAvatarCache.cpp", "QtSwift.cpp", "QtURIHandler.cpp", + "QtChatWindow.cpp", "QtChatView.cpp", + "QtWebKitChatView.cpp", "QtChatTheme.cpp", "QtChatTabs.cpp", "QtSoundPlayer.cpp", |