Skip to content

Commit 322bd0c

Browse files
committed
Merge branch 'precompiled_header_proposal' of git://github.com/tuttleofx/sconsProject into precompiled_header_proposal
2 parents 63d7039 + 876d246 commit 322bd0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

autoconf/qtmain.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
from _external import *
22

3-
qtmain = LibChecker( 'qtmain' )
3+
if windows:
4+
qtmain = LibChecker( 'qtmain' )
5+
else:
6+
qtmain = ObjectChecker( 'qtmain' )
7+

0 commit comments

Comments
 (0)