Bug 120588 - Qtcreator completion doesn't work
Summary: Qtcreator completion doesn't work
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-14 15:57 UTC by Arnaud Versini
Modified: 2018-11-14 15:58 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arnaud Versini 2018-10-14 15:57:23 UTC
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.
Comment 1 Xisco Faulí 2018-11-14 15:58:59 UTC
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