remove mac setLibraryPaths() call

This commit is contained in:
Damien Elmes 2016-12-16 21:20:08 +10:00
parent 98485621b6
commit b56ca60d2f

View file

@ -208,9 +208,6 @@ def _run():
opts.profile = opts.profile or "" opts.profile = opts.profile or ""
# on osx we'll need to add the qt plugins to the search path # on osx we'll need to add the qt plugins to the search path
if isMac and getattr(sys, 'frozen', None):
rd = os.path.abspath(moduleDir + "/../../../plugins")
QCoreApplication.setLibraryPaths([rd])
# work around pyqt loading wrong GL library # work around pyqt loading wrong GL library
if isLin: if isLin: