aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c4b793247..7d717e014 100644
--- a/setup.py
+++ b/setup.py
@@ -143,6 +143,8 @@ OPTION_OSXARCH = option_value("osx-arch")
if OPTION_QMAKE is None:
OPTION_QMAKE = find_executable("qmake")
+if OPTION_QMAKE is None:
+ OPTION_QMAKE = find_executable("qmake-qt4")
if OPTION_CMAKE is None:
OPTION_CMAKE = find_executable("cmake")