mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't update qt library path on win32
This commit is contained in:
parent
489c9446c3
commit
91e3f51905
1 changed files with 0 additions and 2 deletions
|
@ -126,8 +126,6 @@ def run():
|
|||
if sys.platform.startswith("darwin"):
|
||||
rd = os.path.abspath(runningDir + "/../../..")
|
||||
QCoreApplication.setLibraryPaths(QStringList([rd]))
|
||||
else:
|
||||
QCoreApplication.addLibraryPath(runningDir)
|
||||
|
||||
app = AnkiApp(sys.argv)
|
||||
QCoreApplication.setApplicationName("Anki")
|
||||
|
|
Loading…
Reference in a new issue