• Michael Weghorn's avatar
    qtcreator: Take system includes into account · 72d50182
    Michael Weghorn yazdı
    Take system includes ('-isystem') into account
    when generating the '*.pro' files for Qt Creator
    using the 'qtcreator-ide-integration' make target.
    
    Without this, Qt Creator is unable to find the
    corresponding included files.
    
    This also makes Qt Creator's ClangCodeModel
    able to properly process files and display
    actual problems, rather than always showing
    a multitude of errors due to missing includes
    while parsing the source/header files.
    
    Change-Id: Ie513341e1074ceab9304ae9df73fac9a79329db8
    Reviewed-on: https://gerrit.libreoffice.org/65129
    Tested-by: Jenkins
    Reviewed-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
    72d50182
gbuild-to-ide 73.8 KB