mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 21:53:09 +02:00
Upgrade version of Qt in windows build to 4.6.3
This commit is contained in:
parent
4979544b20
commit
bc1dfb3210
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from setup.build_environment import msvc, MT, RC
|
||||
from setup.installer.windows.wix import WixMixIn
|
||||
|
||||
QT_DIR = 'C:\\Qt\\4.6.0'
|
||||
QT_DIR = 'C:\\Qt\\4.6.3'
|
||||
QT_DLLS = ['Core', 'Gui', 'Network', 'Svg', 'WebKit', 'Xml', 'XmlPatterns']
|
||||
LIBUSB_DIR = 'C:\\libusb'
|
||||
LIBUNRAR = 'C:\\Program Files\\UnrarDLL\\unrar.dll'
|
||||
|
|
|
|||
Loading…
Reference in a new issue