IDE integration with qtcreator
Heiko Tietze
tietze.heiko at googlemail.com
Mon Nov 27 23:49:12 UTC 2017
On 28.11.2017 00:06, Michel Renon wrote:
>
> I would say that your problem is not related to qt-creator integration.
>
> The "make qtcreator-ide-integration" command creates .pro files that are used to just load files in qt-creator.
> The build process in qt-creator is just a GUI shortcut to the standards cli commands : that's why the error appears also in the bash environment.
>
That's true. But there is still an error when building with qtcreator. For lo.pro:
In file included from ../../libreoffice/workdir/UnpackedTarball/libcmis/src/libcmis/libcmis.hxx:31:0,
from ../../libreoffice/ucb/source/ucp/cmis/auth_provider.hxx:20,
from ../../libreoffice/ucb/source/ucp/cmis/auth_provider.cxx:18:
../../libreoffice/workdir/UnpackedTarball/libcmis/src/libcmis/allowable-actions.hxx:35:10: fatal error: libxml/tree.h: No such file or directory
#include <libxml/tree.h>
^~~~~~~~~~~~~~~
compilation terminated.
> file /usr/include/libxml2/libxml/tree.h
/usr/include/libxml2/libxml/tree.h: C source, ASCII text
Make works again when I delete *.pro/*.pro.user and run ./autogen * again. Guess the makefiles are recreated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20171128/5ad24bcc/attachment.sig>
More information about the LibreOffice
mailing list