[Qbs] Using Parameter

2020-11-30 Thread Björn Schäpers
Hi, I've tried to create a product which sets compiler warnings (because cpp.warningLevel: "all" is not enough), and I want to be able to opt in some more warnings. I found "Parameter" but I have no idea how to use it. My product: Product { name: "All Warnings" property stri

Re: [Qbs] AutotestRunner in QtCreator

2020-11-30 Thread Christian Stenger
Hi, If you're build has not succeeded you may still be able to run the selected tests by explicitly triggering "Run without deployment" from the context menu of the navigation widget. Nevertheless you may face problems if you selected tests that were not able to build. BR, Christian _

Re: [Qbs] AutotestRunner in QtCreator

2020-11-30 Thread Björn Schäpers
Am 29.11.2020 um 12:37 schrieb Иван Комиссаров: I personally use the «tests» tab (on the bottom panel) in QtCreator - it allows to run all tests (similar to building AutotestRunner) as well as running tests in single file. Similar to AutotestRunner, QtC recognizes products with the tag «autotes