Fix path to platfrom plugin on Windows.
This commit is contained in:
parent
a791fc0173
commit
5ceff228eb
|
@ -68,7 +68,7 @@ Project {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i >= env.length) {
|
if (i >= env.length) {
|
||||||
var pluginsPath = "QT_QPA_PLATFORM_PLUGIN_PATH=" + Qt.core.pluginPath
|
var pluginsPath = "QT_QPA_PLATFORM_PLUGIN_PATH=" + FileInfo.joinPaths(Qt.core.pluginPath, "platforms")
|
||||||
env.push(pluginsPath);
|
env.push(pluginsPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user