Call windeployqt only for release build.
This commit is contained in:
parent
a7d61cb87c
commit
0524ae2d7c
|
@ -77,7 +77,7 @@ Module {
|
|||
|
||||
Rule {
|
||||
// alwaysRun: true
|
||||
condition: product.qbs.targetOS.contains("windows")
|
||||
condition: product.qbs.targetOS.contains("windows") && product.qbs.buildVariant === "release"
|
||||
inputs: product.type.contains("dynamiclibrary") ? ["dynamiclibrary"] : ["application"]
|
||||
|
||||
prepare: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user