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: |