#----------------------------------------------------------------------------- # Copyright (c) 2013-2018, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries binaries = qt_plugins_binaries('phonon_backend', namespace='PyQt4') hiddenimports = ['sip', 'PyQt4.QtGui']
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- hiddenimports = ['sip'] from PyInstaller.utils.hooks import qt_plugins_binaries binaries = qt_plugins_binaries('codecs', namespace='PyQt5')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2020, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License (version 2 # or later) with exception for distributing the bootloader. # # The full license is in the file COPYING.txt, distributed with this software. # # SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries binaries = qt_plugins_binaries('phonon_backend', namespace='PyQt4') hiddenimports = ['sip', 'PyQt4.QtGui']
#----------------------------------------------------------------------------- # Copyright (c) 2013-2018, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide2.QtCore'] binaries = qt_plugins_binaries('sqldrivers', namespace='PySide2')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- hiddenimports = ['sip', 'PyQt5.QtCore'] from PyInstaller.utils.hooks import qt_plugins_binaries # Network Bearer Management in qt 4.7+ binaries = qt_plugins_binaries('bearer', namespace='PyQt5')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2019, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries binaries = [] binaries.extend(qt_plugins_binaries('accessible', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('iconengines', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('imageformats', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('inputmethods', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('graphicssystems', namespace='PyQt4')) hiddenimports = ['sip', 'PyQt4.QtCore']
#----------------------------------------------------------------------------- # Copyright (c) 2013-2016, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- hiddenimports = ['sip', 'PyQt5.QtCore'] from PyInstaller.utils.hooks import qt_plugins_binaries binaries = qt_plugins_binaries('sqldrivers', namespace='PyQt5')
# ----------------------------------------------------------------------------- # Copyright (c) 2013-2016, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. # ----------------------------------------------------------------------------- hiddenimports = ["sip", "PyQt5.QtCore", "PyQt5.QtGui", "PyQt5.QtWidgets"] from PyInstaller.utils.hooks import qt_plugins_binaries binaries = [] binaries.extend(qt_plugins_binaries("printsupport", namespace="PyQt5"))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2019, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide2.QtCore'] binaries = qt_plugins_binaries('script', namespace='PySide2')
#----------------------------------------------------------------------------- # Copyright (c) 2005-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide.QtCore'] binaries = [] for plug in ('accessible', 'iconengines', 'imageformats', 'inputmethods', 'graphicssystems'): binaries.extend(qt_plugins_binaries(plug, namespace='PySide'))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2018, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries binaries = qt_plugins_binaries('script', namespace='PyQt4') hiddenimports = ['sip', 'PyQt4.QtCore']
#----------------------------------------------------------------------------- # Copyright (c) 2013-2018, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide2.QtCore'] binaries = qt_plugins_binaries('script', namespace='PySide2')
#----------------------------------------------------------------------------- # Copyright (c) 2005-2016, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = [] binaries = qt_plugins_binaries('codecs', namespace='PySide')
#----------------------------------------------------------------------------- # Copyright (c) 2017-2020, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License (version 2 # or later) with exception for distributing the bootloader. # # The full license is in the file COPYING.txt, distributed with this software. # # SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide.QtCore'] binaries = qt_plugins_binaries('sqldrivers', namespace='PySide')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide2.QtCore', 'PySide2.QtGui', 'PySide2.QtWidgets'] binaries = [] binaries.extend(qt_plugins_binaries('printsupport', namespace='PySide2'))
#----------------------------------------------------------------------------- # Copyright (c) 2005-2020, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License (version 2 # or later) with exception for distributing the bootloader. # # The full license is in the file COPYING.txt, distributed with this software. # # SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = [] binaries = qt_plugins_binaries('codecs', namespace='PySide')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide2.QtCore'] # Network Bearer Management in qt 4.7+ binaries = qt_plugins_binaries('bearer', namespace='PySide2')
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- hiddenimports = ['sip', 'PyQt5.QtCore', 'PyQt5.QtGui', 'PyQt5.QtWidgets'] from PyInstaller.utils.hooks import qt_plugins_binaries binaries = [] binaries.extend(qt_plugins_binaries('printsupport', namespace='PyQt5'))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries from PyInstaller.compat import is_linux hiddenimports = ['PySide2.QtCore'] binaries = [] binaries.extend(qt_plugins_binaries('accessible', namespace='PySide2')) binaries.extend(qt_plugins_binaries('iconengines', namespace='PySide2')) binaries.extend(qt_plugins_binaries('imageformats', namespace='PySide2')) binaries.extend(qt_plugins_binaries('inputmethods', namespace='PySide2')) binaries.extend(qt_plugins_binaries('graphicssystems', namespace='PySide2')) binaries.extend(qt_plugins_binaries('platforms', namespace='PySide2')) binaries.extend(qt_plugins_binaries('styles', namespace='PySide2')) if is_linux: binaries.extend(qt_plugins_binaries('platformthemes', namespace='PySide2'))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2017, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries # QtMultimedia tries to pull in QtNetwork hiddenimports = ['PySide2.QtNetwork'] # QtMultimedia needs some plugins binaries = [] binaries.extend(qt_plugins_binaries('audio', namespace='PySide2')) binaries.extend(qt_plugins_binaries('mediaservice', namespace='PySide2'))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2016, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries binaries = [] binaries.extend(qt_plugins_binaries('accessible', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('iconengines', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('imageformats', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('inputmethods', namespace='PyQt4')) binaries.extend(qt_plugins_binaries('graphicssystems', namespace='PyQt4')) hiddenimports = ['sip', 'PyQt4.QtCore']
#----------------------------------------------------------------------------- # Copyright (c) 2005-2020, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License (version 2 # or later) with exception for distributing the bootloader. # # The full license is in the file COPYING.txt, distributed with this software. # # SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception) #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries hiddenimports = ['PySide.QtCore'] binaries = [] for plug in ('accessible', 'iconengines', 'imageformats', 'inputmethods', 'graphicssystems'): binaries.extend(qt_plugins_binaries(plug, namespace='PySide'))
#----------------------------------------------------------------------------- # Copyright (c) 2013-2018, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License with exception # for distributing bootloader. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from PyInstaller.utils.hooks import qt_plugins_binaries from PyInstaller.compat import is_linux hiddenimports = ['PySide2.QtCore'] binaries = [] binaries.extend(qt_plugins_binaries('accessible', namespace='PySide2')) binaries.extend(qt_plugins_binaries('iconengines', namespace='PySide2')) binaries.extend(qt_plugins_binaries('imageformats', namespace='PySide2')) binaries.extend(qt_plugins_binaries('inputmethods', namespace='PySide2')) binaries.extend(qt_plugins_binaries('graphicssystems', namespace='PySide2')) binaries.extend(qt_plugins_binaries('platforms', namespace='PySide2')) binaries.extend(qt_plugins_binaries('styles', namespace='PySide2')) if is_linux: binaries.extend(qt_plugins_binaries('platformthemes', namespace='PySide2'))