Lines 666-671
Link Here
|
666 |
install_dir=pydbusmoddir, |
666 |
install_dir=pydbusmoddir, |
667 |
qt=["QtCore"], |
667 |
qt=["QtCore"], |
668 |
debug=opts.debug, |
668 |
debug=opts.debug, |
|
|
669 |
strip=0, |
669 |
universal=sipcfg.universal |
670 |
universal=sipcfg.universal |
670 |
) |
671 |
) |
671 |
|
672 |
|
Lines 1350-1355
Link Here
|
1350 |
warnings=1, |
1351 |
warnings=1, |
1351 |
static=opts.static, |
1352 |
static=opts.static, |
1352 |
debug=opts.debug, |
1353 |
debug=opts.debug, |
|
|
1354 |
strip=0, |
1353 |
universal=sipcfg.universal |
1355 |
universal=sipcfg.universal |
1354 |
) |
1356 |
) |
1355 |
|
1357 |
|
Lines 1510-1516
Link Here
|
1510 |
# The Qt binary installer has macx-xcode as the default. |
1512 |
# The Qt binary installer has macx-xcode as the default. |
1511 |
args = "-spec macx-g++ " + args |
1513 |
args = "-spec macx-g++ " + args |
1512 |
|
1514 |
|
1513 |
return args |
1515 |
return " QMAKE_STRIP= " + args |
1514 |
|
1516 |
|
1515 |
|
1517 |
|
1516 |
def get_qt_configuration(): |
1518 |
def get_qt_configuration(): |