[Qt-creator] Hide QBS sub-project
Andrii Anpilogov
anpilog at gmail.com
Wed Jan 28 07:58:09 CET 2015
Hi Tobias,
I see.
Is there any features to control project tree from qbs files?
Something line description, order, groups?
Regards
2015-01-28 0:34 GMT+08:00 Tobias Hunger <tobias.hunger at theqtcompany.com>:
> Hi Andrii,
>
> no, that is not possible.
>
> The projects panel is supposed to visualize the build system structure, so
> I made sure it will always include everything referrenced in your qbs files.
>
> Best Regards,
> Tobias
>
> --
> Tobias Hunger, Senior Software Engineer | The Qt Company
>
> The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der
> Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB
> 144331 B
>
> Email: tobias.hunger at theqtcompany.com | Phone: +49 30 63 92 3255 www.qt.io
> | Qt Blog: http://blog.qt.digia.com/ | Twitter: @QtbyDigia, @Qtproject |
> Facebook: www.facebook.com/qt
>
>
> On Di, Jan 27, 2015 at 5:04 , Andrii Anpilogov <anpilog at gmail.com> wrote:
>
>> Hi guys,
>>
>> Is there anyway to hide nested project in project tree?
>>
>> For example:
>>
>> import qbs
>> Project {
>> name: RootProject
>>
>> Project {
>> name: "drivers"
>> references: ["driver1.qbs", "driver2.qbs"]
>> }
>>
>> Project {
>> name: "hidden_drivers"
>> hide: true
>> references: ["driver3.qbs", "driver4.qbs"]
>> }
>> }
>>
>> I want to see in project tree only:
>> RootProject:
>> drivers:
>> driver1
>> driver2
>>
>> Regards
>>
>
>
--
--
WBR,
Andrii Anpilogov
Phone: +86 186-1660-3720
Skype: anpilogov.andrey
mailto:anpilog at gmail.com, andrii.anpilogov at mesheven.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150128/7f1ac66c/attachment.html>
More information about the Qt-creator
mailing list