From 9913a17ce5c3e62f9a907000590e9df4734580a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 13 Aug 2009 18:09:17 +0200 Subject: Bundle image formats. 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") : -- cgit v0.10.2-6-g49f6