Bug 92561 - qt-creator doesn't find any generated C++ headers
Summary: qt-creator doesn't find any generated C++ headers
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.1.0.0.alpha0+ Master
Hardware: Other All
: lowest trivial
Assignee: MichelR
URL:
Whiteboard: target:5.1.0
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-05 19:01 UTC by Arnaud Versini
Modified: 2016-10-25 19:23 UTC (History)
3 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 2015-07-05 19:01:13 UTC
Hi,

Steps to reproduce :
- Build LibreOffice from source directory
- Make qt-creator integration by using "make qtcreator-ide-integration"
- Launch qt-creator and open lo.pro
- Open a C++ file with generated includes

Result : qt-creator doesn't found any generated headers, and should have ./workdir/UnoApiHeadersTarget/offapi/normal in the include path.
Comment 1 MichelR 2015-07-14 22:11:04 UTC
Here is the first patch :
https://gerrit.libreoffice.org/17055
Comment 2 Commit Notification 2015-07-27 13:39:17 UTC
Michel Renon committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=dcec162ea083b3604ff82c4dc3ca43d2b5054ea7

tdf#92561 : QtCreator doesn't find any generated c++ headers.

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.