mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Replace a couple more Qt 5 references
This commit is contained in:
parent
e3d0259d70
commit
13867e75fc
@ -53,7 +53,7 @@ elif iswindows:
|
||||
dlls += ['WinExtras']
|
||||
|
||||
QT_DLLS = frozenset(
|
||||
'Qt5' + x for x in dlls
|
||||
'Qt6' + x for x in dlls
|
||||
)
|
||||
|
||||
QT_PLUGINS = [
|
||||
|
@ -17,7 +17,7 @@ is_ci = os.environ.get('CI', '').lower() == 'true'
|
||||
|
||||
|
||||
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…
x
Reference in New Issue
Block a user