mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Change path to use qt 5 sources for translations
This commit is contained in:
parent
5c2bcdf8fc
commit
1a22ca25f7
@ -13,11 +13,10 @@ from functools import partial
|
||||
from setup import Command, __appname__, __version__, require_git_master
|
||||
|
||||
def qt_sources():
|
||||
# QT5XX: Change this
|
||||
qtdir = '/usr/src/qt4'
|
||||
qtdir = '/usr/src/qt5'
|
||||
j = partial(os.path.join, qtdir)
|
||||
return list(map(j, [
|
||||
'gui/widgets/qdialogbuttonbox.cpp',
|
||||
'qtbase/src/widgets/widgets/qdialogbuttonbox.cpp',
|
||||
]))
|
||||
|
||||
class POT(Command): # {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user