Update command launcher to new API
This commit is contained in:
parent
3344bdd59d
commit
805d834c3d
@ -12,6 +12,6 @@ isEmpty(PLUGIN_PRI) {
|
|||||||
error("plugin.pri not found. Cannot continue")
|
error("plugin.pri not found. Cannot continue")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
message("Using $$PLUGIN_PRI")
|
# message("Using $$PLUGIN_PRI")
|
||||||
include($$PLUGIN_PRI)
|
include($$PLUGIN_PRI)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user