Skip to content
  • Ivan Romanov's avatar
    cmake: use QT_HEADER_DIR instead of QT_INCLUDE_DIR · 184db75d
    Ivan Romanov authored
    Qt/Mac frameworks has two include dirs.
    One is the framework include for which CMake will add a -F flag
    and the other is an include dir for non-framework Qt modules.
    QT_INCLUDE_DIR contains both.
    QT_HEADER_DIR is for non-framework Qt modules.
    184db75d