diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-09-15 17:42:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-09-15 17:43:04 (GMT) |
commit | 7c6ca6948f81dc4ee6430d46aeae7f7de806a251 (patch) | |
tree | ed46e0e3b2e58a70533dc2d2089a851710096d07 /Swift/QtUI/SConscript | |
parent | 8e596c2c0c9155830bb6e00204301bb0333274a5 (diff) | |
download | swift-7c6ca6948f81dc4ee6430d46aeae7f7de806a251.zip swift-7c6ca6948f81dc4ee6430d46aeae7f7de806a251.tar.bz2 |
Attempt to show icon in Snarl config dialog.
Doesn't work though. Need to find out why.
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 933133d..609eb5d 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -162,7 +162,7 @@ if env["PLATFORM"] == "win32" : myenv.WindowsBundle("Swift", resources = [ os.path.join(env["OPENSSL_DIR"], "bin", "ssleay32.dll"), os.path.join(env["OPENSSL_DIR"], "bin", "libeay32.dll"), - ] + commonResources, + ] + commonResources + ["../resources/images"], qtimageformats = ["gif", "ico", "jpeg", "mng", "svg", "tiff"], qtlibs = ["QtCore4", "QtGui4", "QtNetwork4", "QtWebKit4", "QtXMLPatterns4", "phonon4"]) |