[Qt-creator] Hide QBS sub-project

Andrii Anpilogov anpilog at gmail.com
Tue Jan 27 17:04:14 CET 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150128/8e69d867/attachment.html>


More information about the Qt-creator mailing list