Skip to content
Snippets Groups Projects
Commit f4c7a3b8 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

qbs build: Fix autotest runner


Contained a syntactic and a semantic mistake. No problems were observed,
because the two canceled each other out.

Change-Id: I75232daa3fa2df2db338a00f561d6f54027bffed
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
parent 64c7f28c
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,7 @@ Project {
break;
}
}
var fullQtcInstallDir
= FileInfo.joinPaths(qbs.installRoot, qbs.installPrefix, qbs.InstallDir);
var fullQtcInstallDir = FileInfo.joinPaths(qbs.installRoot, qbs.installPrefix);
var fullLibInstallDir = FileInfo.joinPaths(fullQtcInstallDir, qtc.ide_library_path);
var fullPluginInstallDir = FileInfo.joinPaths(fullQtcInstallDir, qtc.ide_plugin_path);
path = Qt.core.binPath + ";" + fullLibInstallDir + ";" + fullPluginInstallDir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment