This commit squashes all the changes in the Qt5 branch relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann
- Jonas Schnelli
This commit squashes all the changes in the Qt5 branch relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <phil.kaufmann@t-online.de>
- Jonas Schnelli <jonas.schnelli@include7.ch>
25 | @@ -25,9 +26,9 @@ UI_DIR = build 26 | # use: qmake "RELEASE=1" 27 | contains(RELEASE, 1) { 28 | # Mac: compile for maximum compatibility (10.5, 32-bit) 29 | - macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk 30 | - macx:QMAKE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk 31 | - macx:QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.5 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk 32 | + macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.5 -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk
oops. These x86 lines are wrong and should be removed. Can i somehow contribute to this pull request? By creating pull request to 2013_05_qt5? If it's more easy, just keep the line28-30 like they are on master.
No problem I'll just remove them from this pull
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/25c0cce7fb494fcb871d134e28b26504d30e34d3 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.