mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
fix arguments list of copy qml
This commit is contained in:
parent
7ed0ca69ca
commit
f0cd2c42b1
@ -489,7 +489,7 @@ bool Extracter::extractQml() {
|
||||
if (!_fileManager->copyFolder(cnf->qtDir.getQmls(),
|
||||
targetPath + distro.getQmlOutDir(),
|
||||
DeployCore::debugExtensions() ,
|
||||
&listItems)) {
|
||||
&listItems, &plugins)) {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user