From f12c7f0fa30b5a17e43d00abd6310fa923699373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 19 Jan 2014 17:11:32 +0100 Subject: Make SCons Qt4 tool work on all non-Windows/OS X platforms Change-Id: Ib59fe1d9d71194f9b34b655ab817811d673c5187 diff --git a/BuildTools/SCons/Tools/qt4.py b/BuildTools/SCons/Tools/qt4.py index 02701e7..ad4f1c0 100644 --- a/BuildTools/SCons/Tools/qt4.py +++ b/BuildTools/SCons/Tools/qt4.py @@ -455,7 +455,7 @@ def enable_modules(self, modules, debug=False, crosscompiling=False, version='4' except: pass debugSuffix = '' - if sys.platform.startswith("linux") and not crosscompiling : + if sys.platform != "win32" and sys.platform != "darwin" and not crosscompiling : if debug : debugSuffix = '_debug' if version == '4' : self.AppendUnique(CPPPATH=[os.path.join("$QTDIR","include", "phonon")]) -- cgit v0.10.2-6-g49f6