Update command launcher to new API

This commit is contained in:
Michael Zanetti 2019-09-17 14:22:12 +02:00
parent 3344bdd59d
commit 805d834c3d

View File

@ -12,6 +12,6 @@ isEmpty(PLUGIN_PRI) {
error("plugin.pri not found. Cannot continue")
}
} else {
message("Using $$PLUGIN_PRI")
# message("Using $$PLUGIN_PRI")
include($$PLUGIN_PRI)
}