eric7/Toolbox/Startup.py

branch
eric7
changeset 8459
0ae07748dbe8
parent 8358
144a6b854f70
child 8709
41a9ecc5b17b
--- a/eric7/Toolbox/Startup.py	Sat Jul 10 11:41:13 2021 +0200
+++ b/eric7/Toolbox/Startup.py	Sat Jul 10 12:31:31 2021 +0200
@@ -163,7 +163,7 @@
     Module function to set the Qt library paths correctly for windows systems.
     """
     if Globals.isWindowsPlatform():
-        libPath = os.path.join(Globals.getPyQt5ModulesDirectory(), "plugins")
+        libPath = os.path.join(Globals.getPyQt6ModulesDirectory(), "plugins")
         if os.path.exists(libPath):
             libPath = QDir.fromNativeSeparators(libPath)
             libraryPaths = QApplication.libraryPaths()

eric ide

mercurial