Skip to content
Snippets Groups Projects
Commit 36da49f9 authored by inso's avatar inso
Browse files

Adapting Windows build

parent b91f1216
Branches
Tags
No related merge requests found
......@@ -26,9 +26,7 @@ if sys.platform == "win32":
pyqt_path = QtCore.QCoreApplication.libraryPaths()[0]
print(pyqt_path)
libEGL_path = os.path.join(os.path.dirname(pyqt_path), "libEGL.dll")
qt5svg_path = os.path.join(os.path.dirname(pyqt_path), "Qt5Svg.dll")
includefiles.append(libEGL_path)
includefiles.append(qt5svg_path)
includefiles.append("platforms/win32/libsodium.dll")
elif sys.platform == "darwin":
......@@ -36,8 +34,6 @@ elif sys.platform == "darwin":
else:
pass
includefiles.append((os.path.join(os.path.dirname(__file__), 'res', 'certs', "DigiCertHighAssuranceEVRootCA.crt"), "DigiCertHighAssuranceEVRootCA.crt"))
options = {"path": sys.path,
"includes": includes,
"include_files": includefiles,
......
......@@ -3,3 +3,4 @@ Created on 11 mars 2014
@author: inso
'''
from PyQt5 import QtSvg
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment