From d9708e79d68c19de5be265b7343eb8cd876b255f Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sun, 5 Apr 2015 11:47:59 +0200 Subject: [PATCH] OP-1796 updated PYTHON_DIR to qt-5.4.1 --- ground/openpilotgcs/src/python.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/python.pri b/ground/openpilotgcs/src/python.pri index ab8763997..5835bcbf8 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.4.0/Tools/mingw491_32/opt/bin +PYTHON_DIR = qt-5.4.1/Tools/mingw491_32/opt/bin # Search the python using environment override first OPENPILOT_TOOLS_DIR = $$(OPENPILOT_TOOLS_DIR)