summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-13 16:09:17 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-13 16:09:17 (GMT)
commit9913a17ce5c3e62f9a907000590e9df4734580a0 (patch)
tree21bc0bb18f0807ef3f470781554f03e9b299e97c /Swift
parentd51d1a462876ee547f618eabc21674276e2f3db3 (diff)
downloadswift-9913a17ce5c3e62f9a907000590e9df4734580a0.zip
swift-9913a17ce5c3e62f9a907000590e9df4734580a0.tar.bz2
Bundle image formats.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript
index 8f9e2a0..72b9d6d 100644
--- a/Swift/QtUI/SConscript
+++ b/Swift/QtUI/SConscript
@@ -93,6 +93,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"),
+ [os.path.join(env["QTDIR"], "plugins", "imageformats", "q" + codec + "4.dll") for codec in ["gif", "ico", "jpeg", "mng", "svg", "tiff"]]
], qtlibs = ["QtCore4", "QtGui4", "QtNetwork4", "QtWebKit4", "phonon4"])
if "dist" in COMMAND_LINE_TARGETS or env.GetOption("clean") :