Skip to content
  • Daniel Scharrer's avatar
    FindQt4: Fix handling of QT_VERSION_MAJOR mismatch · 009c1865
    Daniel Scharrer authored and Brad King's avatar Brad King committed
    Fix capitalization of Qt4_FOUND variable when setting it to false in
    this case.  This caused find_package(Qt4) to appear successful when it
    was not.  Note that the legacy QT4_FOUND variable is unconditionally
    overwritten at the end of the file with the value of Qt4_FOUND.
    009c1865