<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">בתאריך 21 בפבר׳ 2017 01:29,‏ "Wolfgang Baron" <<a href="mailto:Wolfgang.Baron@gmx.net">Wolfgang.Baron@gmx.net</a>> כתב:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am trying to compile QtCreator for debugging and I like Qbs, so I tried compiling QtCreator using the Qbs project file using QtCreator-4.2.1 and Qt-5.8 msvc2015 32 bits on Windows 10 (current version installed through web installer). In fact, I also tried 64 bits with the same result.<br>
<br>
All seemed well, but then I noticed, QbsProjectManager was not there, which was the main reason I compiled QtCreator in the first place. The project manager shows QbsProjectManager in grey, implying an ignored state. A check on why this could be lead me to property "condition" of the QbsProjectManager product. I replaced the condition with:<br>
<br>
    condition: {<br>
            <a href="http://console.info" rel="noreferrer" target="_blank">console.info</a>("buildQbsProjectM<wbr>anager " + project.buildQbsProjectManager<wbr>);<br>
            return project.buildQbsProjectManager<wbr>;<br>
    }<br>
<br>
This printed "true". I changed the calculation of buildQbsProjectManager in the surrounding "src.qbs" and also got the information, that QbsProjectManager should be built. Nonetheless, it is grey in the QtCreator project view and is not built.<br>
What is happening here? How can I persuade QtCreator/Qbs to build QbsProjectManager nontheless?<br>
<br>
Thanks for any advice!<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Hi,</div><div dir="auto"><br></div><div dir="auto">Assuming you got the sources from git, did you clone the qbs submodule?</div><div dir="auto"><br></div><div dir="auto">If not, run git submodule update --init</div><div dir="auto"><br></div><div dir="auto">- Orgad</div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div></div>