Ticket #6533: configure-qtdir.patch

File configure-qtdir.patch, 581 bytes (added by Jeff Lu <jll544@…>, 15 years ago)

Add QTDIR to the webkit check

  • configure

     
    29672967else
    29682968    # For environments that don't have pkg-config, we do a compile test.
    29692969    # Sadly, this requires some guesses about Qt's install location:
    2970     qt_inc="-I/usr/local/include/Qt -I/usr/include/Qt -I${prefix}/include/Qt"
     2970    qt_inc="-I/usr/local/include/Qt -I/usr/include/Qt -I${prefix}/include/Qt -I${QTDIR}/include"
    29712971
    29722972    check_cpp ${qt_inc} <<EOF && enable qtwebkit
    29732973#include <QtWebKit/QtWebKit>