eric6/Toolbox/Startup.py

changeset 8717
8a57b409ab51
parent 8707
05749c827c77
child 8731
c6264a513aa4
equal deleted inserted replaced
8715:197cbf6256de 8717:8a57b409ab51
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.getPyQt5ModulesDirectory(), "plugins"), 166 os.path.join(Globals.getPyQt5ModulesDirectory(), "plugins"),
167 os.path.join(Globals.getPyQt5ModulesDirectory(), "Qt5", "plugins"), 167 os.path.join(Globals.getPyQt5ModulesDirectory(), "Qt5", "plugins"),
168 ) 168 )

eric ide

mercurial