Skip to content
Snippets Groups Projects
Unverified Commit 7f107f64 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

mantidpython.bat uses Qt4 by default

Matches the behaviour of the linux scripts
parent 037fa230
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ set PYTHONPATH=%MANTIDPATH%;%PYTHONPATH%@PARAVIEW_PYTHON_PATHS@
set _PYTHON_EXE=%PYTHONHOME%\python.exe
set _IPYTHON_CMD=%PYTHONHOME%\Scripts\ipython.cmd
:: QtPy should use Qt4 by unless specified
if "%QT_API%"=="" (
set QT_API=pyqt
)
:: Matplotlib backend should default to Qt if not set (requires matplotlib >= 1.5)
if "%MPLBACKEND%"=="" (
set MPLBACKEND=qt4agg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment