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: [email protected] | 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 <[email protected]> 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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
