Revision 535e53c7ccbed7f7218caf3955dac93d40af0c38 authored by Stephen Kelly on 26 March 2013, 23:15:08 UTC, committed by Stephen Kelly on 26 March 2013, 23:15:08 UTC
The commit to add the INTERFACE_QT_MAJOR_VERSION in qtbase.git
is 14054d45 (Set the INTERFACE_QT_MAJOR_VERSION to 5., 2013-03-16)
which will be part of Qt 5.1.0.

If there is a Qt 5.0.3 release, there is no guarantee it will
contain that commit. Make sure such a Qt version does not fail
with this test if not.
1 parent b9e4a5a
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top