This commit is contained in:
Kovid Goyal 2015-11-28 13:50:47 +05:30
parent c28d3d5025
commit 21979dad96

View File

@ -26,7 +26,7 @@ if iswindows:
if 'SDK' in p:
MT = os.path.join(os.path.dirname(p), 'bin', 'mt.exe')
MT = os.path.join(SDK, 'Bin', 'mt.exe')
os.environ['QMAKESPEC'] = 'win32-msvc2008'
os.environ['QMAKESPEC'] = os.environ.get('QMAKESPEC', 'win32-msvc2008')
QMAKE = 'qmake'
for x in ('qmake-qt5', 'qt5-qmake', 'qmake'):