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.getPyQt6ModulesDirectory(), "plugins"), |
166 os.path.join(Globals.getPyQt6ModulesDirectory(), "plugins"), |
167 os.path.join(Globals.getPyQt6ModulesDirectory(), "Qt6", "plugins"), |
167 os.path.join(Globals.getPyQt6ModulesDirectory(), "Qt6", "plugins"), |
168 ) |
168 ) |