Added some information about Qt Creator IDE integration to the wiki

Michael Weghorn m.weghorn at posteo.de
Fri Feb 26 12:16:07 UTC 2021


On 26/02/2021 13.05, Hossein Noorikhah wrote:
> workdir/GbuildToJson/Library/libvcllo.so is blank. But VS Code
> project has all the .cxx and .h files.

Looking at 'vs-code-template.code-workspace', it seems to just include 
the whole source tree as a directory, so I suspect that there's no 
problem since simply all header and source files in there will be included:


         ...
         "folders": [
                 {
                         "name": "srcdir",
                         "path": "/home/michi/development/git/libreoffice"
                 },

>> It's weird that it tries to create a 'core/core.pro' and
>> 'core/core.pro.shared', I don't have any such files here.
>> Is it correct that directory
>> '/home/hossein/Projects/libreoffice/core/core/' does not exist?
> 
> No, I don't have any directory named core/core.
> 
> I'm going to remove the whole source directory and try building again.

See my other mail from just now, this should hopefully work with 
different autogen options.

Regards,
Michael


More information about the LibreOffice mailing list