Hello, When you use the command make qtcreator-ide-integration to create qt creator specific project files, the resulting ".pro" files in each subdirectory includes those lines : INCLUDEPATH += ../../../../../../etc/alternatives/java_sdk_openjdk/include \ ../../../../../../etc/alternatives/java_sdk_openjdk/include/linux \ ../../../../../../usr/include \ ../config_host \ ../include \ ../workdir/UnoApiHeadersTarget/udkapi/normal Auto completion and analysis doesn't work if you don't remove the line ../../../../../../usr/include \ . I don't think we should put this line in those .pro files.
Hello, Since this is build issue and not a software issue, would you mind sending an email to the dev list instead? -> https://wiki.documentfoundation.org/Development/Mailing_List Closing as RESOLVED MOVED