pkg-config is more wildly used than was previously thought.
This commit is contained in:
parent
7d017116f3
commit
f3e9918729
|
@ -41,11 +41,7 @@ Module {
|
|||
if (Utilities.versionCompare(Qt.core.version, "6") < 0)
|
||||
return false;
|
||||
|
||||
if (qbs.targetOS.contains("unix") && !qbs.targetOS.contains("macos"))
|
||||
{
|
||||
return project.enableConan;
|
||||
}
|
||||
return true;
|
||||
return project.enableConan;
|
||||
}
|
||||
|
||||
property string libDirName: "lib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user