mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
- BUGFIX: configure doesn't require paths with a terminal "/" anymore
This commit is contained in:
parent
902116cbc8
commit
6099544da5
5 changed files with 10 additions and 9 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
s = conf->getenv("QC_WITH_LIBMAGICK_LIB");
|
||||
if(!s.isEmpty()) {
|
||||
if(!QFile::exists(s+QString("libMagick++.so"))){
|
||||
if(!QFile::exists(s+QString("/libMagick++.so"))){
|
||||
return false;
|
||||
}
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue