[Qt-creator] Hide QBS sub-project
Tobias Hunger
tobias.hunger at theqtcompany.com
Tue Jan 27 17:34:14 CET 2015
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
More information about the Qt-creator
mailing list