|
|
@ -535,9 +535,9 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
s = conf->getenv("QC_WITH_LIBCOMMONCPP2_LIB"); |
|
|
|
s = conf->getenv("QC_WITH_LIBCOMMONCPP2_LIB"); |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!QFile::exists(s+QString("libccext2.so"))) |
|
|
|
if(!QFile::exists(s+QString("/libccext2.so"))) |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
if(!QFile::exists(s+QString("libccgnu2.so"))) |
|
|
|
if(!QFile::exists(s+QString("/libccgnu2.so"))) |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
conf->addLib(QString("-L") + s); |
|
|
|
conf->addLib(QString("-L") + s); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
@ -618,7 +618,7 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
s = conf->getenv("QC_WITH_LIBMAGICK_LIB"); |
|
|
|
s = conf->getenv("QC_WITH_LIBMAGICK_LIB"); |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!QFile::exists(s+QString("libMagick++.so"))){ |
|
|
|
if(!QFile::exists(s+QString("/libMagick++.so"))){ |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
@ -698,7 +698,7 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
s = conf->getenv("QC_WITH_LIBZZIP_LIB"); |
|
|
|
s = conf->getenv("QC_WITH_LIBZZIP_LIB"); |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!s.isEmpty()) { |
|
|
|
if(!QFile::exists(s+QString("libzzip.so"))){ |
|
|
|
if(!QFile::exists(s+QString("/libzzip.so"))){ |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|