We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2166 commit 1545db8Copy full SHA for 1545db8
scripts/pyqt/gen_widgets.py
@@ -546,6 +546,8 @@ def cast_h_to_sip(filename):
546
continue
547
if f.startswith("ElaSingleton"):
548
549
+ if f.startswith("ElaDxgiManager") and (sys.platform != "win32"):
550
+ continue
551
if f.startswith("Ela") and f.endswith(".h"):
552
cast_h_to_sip(f)
553
allfiles.append(f"%Include {os.path.basename(f).split('.')[0]}.sip")
0 commit comments