src/eric7/SystemUtilities/QtUtilities.py

branch
eric7
changeset 10250
09b42174e077
parent 10249
77b4c59c76d9
child 10431
64157aeb0312
equal deleted inserted replaced
10249:77b4c59c76d9 10250:09b42174e077
81 if not os.path.exists(binPath): 81 if not os.path.exists(binPath):
82 binPath = os.path.join(qtToolsDir, "libexec") 82 binPath = os.path.join(qtToolsDir, "libexec")
83 if not os.path.exists(binPath): 83 if not os.path.exists(binPath):
84 binPath = qtToolsDir 84 binPath = qtToolsDir
85 else: 85 else:
86 binPath = Preferences.getQt("QtToolsDir") 86 binPath = os.path.join(qtToolsDir, "bin")
87 if not os.path.exists(binPath):
88 binPath = qtToolsDir
87 if not os.path.exists(binPath): 89 if not os.path.exists(binPath):
88 binPath = "" 90 binPath = ""
89 91
90 # step 2: try the qt6_applications package 92 # step 2: try the qt6_applications package
91 if not binPath: 93 if not binPath:

eric ide

mercurial