mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
added search of hidden files
This commit is contained in:
parent
bad9bc8c26
commit
f41f9f7856
@ -148,7 +148,7 @@ void DependenciesScanner::setEnvironment(const QStringList &env) {
|
||||
|
||||
auto list = dir.entryInfoList(QStringList() << "*.dll" << ".DLL"
|
||||
<< "*.SO*" << "*.so*",
|
||||
QDir::Files| QDir::NoDotAndDotDot);
|
||||
QDir::Files | QDir::NoDotAndDotDot | QDir::Hidden);
|
||||
|
||||
for (auto i : list) {
|
||||
_EnvLibs.insertMulti(i.fileName().toUpper(), i.absoluteFilePath());
|
||||
|
Loading…
x
Reference in New Issue
Block a user