diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-24 07:57:16 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-24 07:57:16 (GMT) |
commit | 4061c75765c2aa1e96d79711baaa735996007cc6 (patch) | |
tree | dc1f5585817f8e5fe967adf10671f160cf068bb7 /Swift/QtUI/SConscript | |
parent | 1cb58d12e5beba4e5a1b510e77d1fff03e100625 (diff) | |
download | swift-contrib-4061c75765c2aa1e96d79711baaa735996007cc6.zip swift-contrib-4061c75765c2aa1e96d79711baaa735996007cc6.tar.bz2 |
Scale avatars in freedesktop notifications.
Resolves: #616
Release-Notes: Pictures in the message popups on Linux are now scaled
down.
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 0bb0708..53c023a 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -77,6 +77,7 @@ sources = [ "QtChatTabs.cpp", "QtSoundPlayer.cpp", "QtSystemTray.cpp", + "QtCachedImageScaler.cpp", "QtTabbable.cpp", "QtTabWidget.cpp", "QtTextEdit.cpp", |