We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63d7039 + 876d246 commit 322bd0cCopy full SHA for 322bd0c
autoconf/qtmain.py
@@ -1,3 +1,7 @@
1
from _external import *
2
3
-qtmain = LibChecker( 'qtmain' )
+if windows:
4
+ qtmain = LibChecker( 'qtmain' )
5
+else:
6
+ qtmain = ObjectChecker( 'qtmain' )
7
+
0 commit comments