diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:41:35 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:41:35 (GMT) | 
| commit | 2e50de4618c1faf97e6a65155255daa1d034b53b (patch) | |
| tree | ca0dd6d0810283d52b564ce7873ad4b0aa712bf9 | |
| parent | 91570ab79252b37afeae3b230cb6023c5b52547a (diff) | |
| download | swift-2e50de4618c1faf97e6a65155255daa1d034b53b.zip swift-2e50de4618c1faf97e6a65155255daa1d034b53b.tar.bz2 | |
Removed references to phonon.
| -rw-r--r-- | Swift/QtUI/SConscript | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 3a9545c..b7eefaf 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -39,7 +39,6 @@ myenv.MergeFlags(env.get("EXPAT_FLAGS", ""))  myenv.Tool("qt4", toolpath = ["#/BuildTools/SCons/Tools"])  myenv.Tool("nsis", toolpath = ["#/BuildTools/SCons/Tools"])  myenv.EnableQt4Modules(['QtCore', 'QtGui', 'QtWebKit'], debug = False) -myenv.Append(CPPPATH = ["/usr/include/phonon"])  myenv.Append(CPPPATH = ["."]) @@ -120,7 +119,7 @@ if env["PLATFORM"] == "win32" :          os.path.join(env["OPENSSL_DIR"], "bin", "libeay32.dll"),          ],          qtimageformats = ["gif", "ico", "jpeg", "mng", "svg", "tiff"], -      qtlibs = ["QtCore4", "QtGui4", "QtNetwork4", "QtWebKit4", "phonon4"]) +      qtlibs = ["QtCore4", "QtGui4", "QtNetwork4", "QtWebKit4"])      myenv.Append(NSIS_OPTIONS = [          "/DmsvccRedistributableDir=\"" + env["vcredist"] + "\"",  | 
 Swift
 Swift