mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 20:23:38 +02:00
Replace a couple more Qt 5 references
This commit is contained in:
parent
c4122f6f47
commit
2be7b7e899
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
dlls += ['WinExtras']
|
||||
|
||||
QT_DLLS = frozenset(
|
||||
'Qt5' + x for x in dlls
|
||||
'Qt6' + x for x in dlls
|
||||
)
|
||||
|
||||
QT_PLUGINS = [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
def qt_sources():
|
||||
qtdir = os.environ.get('QT_SRC', '/usr/src/qt5/qtbase')
|
||||
qtdir = os.environ.get('QT_SRC', '/usr/src/qt6/qtbase')
|
||||
j = partial(os.path.join, qtdir)
|
||||
return list(map(j, [
|
||||
'src/gui/kernel/qplatformtheme.cpp',
|
||||
|
|
|
|||
Loading…
Reference in a new issue