Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 8707ab0

Browse files
committed
Merge pull request pyside#49 from dashesy/qmake_qt4_default
Try qmake-qt4 before giving up on qmake.
2 parents e01ce68 + f39be08 commit 8707ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125

126126
if OPTION_QMAKE is None:
127127
OPTION_QMAKE = find_executable("qmake")
128+
if OPTION_QMAKE is None:
129+
OPTION_QMAKE = find_executable("qmake-qt4")
128130
if OPTION_CMAKE is None:
129131
OPTION_CMAKE = find_executable("cmake")
130132

0 commit comments

Comments
 (0)