eric7/Toolbox/Startup.py

branch
eric7
changeset 8718
3456fb2a2cb0
parent 8709
41a9ecc5b17b
child 8837
6b4b2acc5324
equal deleted inserted replaced
8716:7bd161e50995 8718:3456fb2a2cb0
158 ] 158 ]
159 159
160 160
161 def setLibraryPaths(): 161 def setLibraryPaths():
162 """ 162 """
163 Module function to set the Qt library paths correctly for windows systems. 163 Module function to set the Qt library paths correctly.
164 """ 164 """
165 libPaths = ( 165 libPaths = (
166 os.path.join(Globals.getPyQt6ModulesDirectory(), "plugins"), 166 os.path.join(Globals.getPyQt6ModulesDirectory(), "plugins"),
167 os.path.join(Globals.getPyQt6ModulesDirectory(), "Qt6", "plugins"), 167 os.path.join(Globals.getPyQt6ModulesDirectory(), "Qt6", "plugins"),
168 ) 168 )

eric ide

mercurial