src/eric7/SystemUtilities/QtUtilities.py

branch
eric7
changeset 10249
77b4c59c76d9
parent 10158
b5aadedf4214
child 10250
09b42174e077
--- a/src/eric7/SystemUtilities/QtUtilities.py	Sat Oct 14 18:10:36 2023 +0200
+++ b/src/eric7/SystemUtilities/QtUtilities.py	Mon Oct 16 19:24:11 2023 +0200
@@ -79,7 +79,9 @@
         if libexec:
             binPath = os.path.join(qtToolsDir, "..", "libexec")
             if not os.path.exists(binPath):
-                binPath = qtToolsDir
+                binPath = os.path.join(qtToolsDir, "libexec")
+                if not os.path.exists(binPath):
+                    binPath = qtToolsDir
         else:
             binPath = Preferences.getQt("QtToolsDir")
         if not os.path.exists(binPath):

eric ide

mercurial