fix arguments list of copy qml

This commit is contained in:
Andrei Yankovich 2022-10-28 12:05:29 +03:00
parent 7ed0ca69ca
commit f0cd2c42b1

View File

@ -489,7 +489,7 @@ bool Extracter::extractQml() {
if (!_fileManager->copyFolder(cnf->qtDir.getQmls(),
targetPath + distro.getQmlOutDir(),
DeployCore::debugExtensions() ,
&listItems)) {
&listItems, &plugins)) {
return false;
}
} else {