mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:56:22 +01:00
...
This commit is contained in:
parent
c28d3d5025
commit
21979dad96
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
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'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue