Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt Creator 可以“运行选定的测试”。qbs 中是否有任何选项可以取消选择某些测试作为默认值?
据我所知,qbs 本身并没有这种能力。但是,您可以从“测试”侧边栏中选择要从 Qt Creator 运行的特定测试。
或者,您可以尝试使用组上的条件属性选择一些测试。