Fix build on macos.
This commit is contained in:
parent
e72cebf473
commit
dfe40b7df4
|
@ -815,7 +815,7 @@ Module {
|
||||||
cpp.systemIncludePaths: {
|
cpp.systemIncludePaths: {
|
||||||
var paths = [FileInfo.joinPaths(product.buildDirectory, "qt.headers")];
|
var paths = [FileInfo.joinPaths(product.buildDirectory, "qt.headers")];
|
||||||
|
|
||||||
if (Utilities.versionCompare(Qt.core.version, "6") >= 0 && !useConanPackages)
|
if (Utilities.versionCompare(Qt.core.version, "6") >= 0)
|
||||||
{
|
{
|
||||||
var includePaths = product.cpp.includePaths;
|
var includePaths = product.cpp.includePaths;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user