Merge branch 'task_763' of github.com:QuasarApp/CQtDeployer into task_763

This commit is contained in:
Andrei Yankovich 2023-07-19 22:21:57 +02:00
commit 61f03f92c4

View File

@ -677,7 +677,7 @@ QString DeployCore::findProcess(const QString &env, const QString& proc, bool ig
}
QStringList DeployCore::debugExtensions() {
// from 6.5 windows version of Qt use a "gebug" extansion too.
// from 6.5 windows version of Qt use a "gebug" extension too.
return {".debug", ".pdb"};
}