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