mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 10:14:32 +00:00
change the isDebianQt method
This commit is contained in:
parent
ad8de35234
commit
65ba81e466
@ -1106,7 +1106,7 @@ int DeployCore::qtVersionToString(QtMajorVersion qtVersion) {
|
||||
}
|
||||
|
||||
bool DeployCore::isDebianQt(const QString &qtRoot) {
|
||||
return qtRoot.contains("/usr/lib/qt") || qtRoot.contains("/usr/bin");
|
||||
return qtRoot.contains("/usr/lib/") || qtRoot.contains("/usr/bin");
|
||||
}
|
||||
|
||||
QString DeployCore::systemLibsFolderName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user