Qt Creator: How to pass ninja arguments?
-
I am using Qt Creator with cmake+ninja.
In the Project's build section, I can specify cmake arguments. But how can I pass arguments to ninja? -
I am using Qt Creator with cmake+ninja.
In the Project's build section, I can specify cmake arguments. But how can I pass arguments to ninja?@Asperamanca Maybe in "Projects/Build & Run/KIT_NAME/Build/Build Steps/Make"
-
@Asperamanca Maybe in "Projects/Build & Run/KIT_NAME/Build/Build Steps/Make"
@jsulm
After a second try (clean project) it actually works by adding them in the "Tool arguments" text box -