diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-01-24 12:25:34 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-01-24 12:25:34 (GMT) |
commit | bc62fa0bba66639b087babc16f3451f7213f5c95 (patch) | |
tree | 8de5b2e35af0434c12669bbae487b08db1cab6ad /Swift/QtUI/SConscript | |
parent | 3d15ba9117ba3ad0aa0066cb1644f1e4688ff70d (diff) | |
download | swift-bc62fa0bba66639b087babc16f3451f7213f5c95.zip swift-bc62fa0bba66639b087babc16f3451f7213f5c95.tar.bz2 |
Set the user search title based on the dialog type.
Resolves: #736
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 306cdf8..b0072a6 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -48,7 +48,7 @@ myenv.Tool("nsis", toolpath = ["#/BuildTools/SCons/Tools"]) qt4modules = ['QtCore', 'QtGui', 'QtWebKit'] if env["PLATFORM"] == "posix" : qt4modules += ["QtDBus"] -myenv.EnableQt4Modules(qt4modules, debug = env["debug"]) +myenv.EnableQt4Modules(qt4modules, debug = False) myenv.Append(CPPPATH = ["."]) |