mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
experemental disablee extract plugins and qml
This commit is contained in:
parent
571a55b6d8
commit
f87dd625d3
@ -75,6 +75,10 @@ bool Extracter::copyPlugin(const QString &plugin) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("dPlugin")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
for (auto item : listItems) {
|
||||
extract(item);
|
||||
}
|
||||
@ -98,6 +102,11 @@ void Extracter::copyExtraPlugins() {
|
||||
} else if (info.exists()) {
|
||||
_fileManager->copyFile(info.absoluteFilePath(),
|
||||
DeployCore::_config->targetDir + DeployCore::_config->distroStruct.getPluginsOutDir());
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("dPlugin")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
extract(info.absoluteFilePath());
|
||||
}
|
||||
}
|
||||
@ -328,6 +337,10 @@ bool Extracter::extractQmlFromSource(const QString& sourceDir) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("dQml")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
for (auto item : listItems) {
|
||||
extract(item);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user