diff options
| author | Tobias Markmann <tm@ayena.de> | 2015-05-19 08:47:04 (GMT) | 
|---|---|---|
| committer | Kevin Smith <kevin.smith@isode.com> | 2015-05-19 10:33:54 (GMT) | 
| commit | ed23f4578d6a5776b77e743ad54802d55f54f7e1 (patch) | |
| tree | 36bd0737bf6a9890577baa796858d1ce75b62537 /Slimber/Qt/SConscript | |
| parent | e86a46545e23ad824d7013c3c57bd83a52ade9af (diff) | |
| download | swift-ed23f4578d6a5776b77e743ad54802d55f54f7e1.zip swift-ed23f4578d6a5776b77e743ad54802d55f54f7e1.tar.bz2  | |
Consolidate Python and SCons files to tab based indentation
Test-Information:
Verified that SCons still runs on OS X.
Change-Id: I7e9b97f90ee5581a691a959b6f2c999d93e0be53
Diffstat (limited to 'Slimber/Qt/SConscript')
| -rw-r--r-- | Slimber/Qt/SConscript | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Slimber/Qt/SConscript b/Slimber/Qt/SConscript index 7a18465..0e7bdea 100644 --- a/Slimber/Qt/SConscript +++ b/Slimber/Qt/SConscript @@ -27,10 +27,10 @@ myenv.Tool("nsis", toolpath = ["#/BuildTools/SCons/Tools"])  qt4modules = ['QtCore', 'QtGui']  if myenv["qt5"] : -  qt_version = '5' -  qt4modules += ['QtWidgets'] +	qt_version = '5' +	qt4modules += ['QtWidgets']  else : -  qt_version = '4' +	qt_version = '4'  myenv.EnableQt4Modules(qt4modules, debug = False, version = qt_version)  myenv.Append(CPPPATH = ["."])  | 
 Swift