diff --git a/ground/openpilotgcs/src/python.pri b/ground/openpilotgcs/src/python.pri index 0ce268be5..016cfa4d3 100644 --- a/ground/openpilotgcs/src/python.pri +++ b/ground/openpilotgcs/src/python.pri @@ -1,7 +1,7 @@ # We use python to extract git version info and generate some other files, # but it may be installed locally. The expected python version should be # kept in sync with make/tools.mk. -PYTHON_DIR = qt-5.3.1/Tools/mingw482_32/opt/bin +PYTHON_DIR = qt-5.4.0/Tools/mingw491_32/opt/bin ROOT_DIR = $$GCS_SOURCE_TREE/../..