Skip to content
Snippets Groups Projects
Commit 113e02bd authored by inso's avatar inso
Browse files

No need of qt-menu-nib

parent 3e40dc4f
No related branches found
No related tags found
No related merge requests found
......@@ -89,18 +89,6 @@ options = {"path": sys.path,
"zip_includes": zipincludes
}
if sys.platform == "darwin":
libpath = str(QtCore.QLibraryInfo.location(
QtCore.QLibraryInfo.LibrariesPath))
for subpath in ['QtGui.framework/Resources/qt_menu.nib',
'Resources/qt_menu.nib']:
path = os.path.join(libpath, subpath)
if os.path.exists(path):
print("Qt menu nib : ")
print(path)
options["qt-menu-nib"] = path
break
#############################################################################
# preparation des cibles
base = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment