mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
fix validation for the debian qts
This commit is contained in:
parent
6c10dfd375
commit
a690d3e3f2
@ -1106,7 +1106,7 @@ int DeployCore::qtVersionToString(QtMajorVersion qtVersion) {
|
||||
}
|
||||
|
||||
bool DeployCore::isDebianQt(const QString &qtRoot) {
|
||||
return qtRoot.contains("/usr/lib/qt");
|
||||
return qtRoot.contains("/usr/lib/qt") || qtRoot.contains("/usr/bin");
|
||||
}
|
||||
|
||||
QString DeployCore::systemLibsFolderName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user