forked from qt-creator/qt-creator
qtcreatorcdbext: Fix qbs build for the "no python" case
Change-Id: Ic62b1052ffa693c0a040de1a2efd2dc06b49ac7f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -122,7 +122,10 @@ QtcLibrary {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Properties {
|
||||||
|
condition: pythonDllProbe.found
|
||||||
cpp.defines: ["WITH_PYTHON=1"]
|
cpp.defines: ["WITH_PYTHON=1"]
|
||||||
|
}
|
||||||
cpp.includePaths: {
|
cpp.includePaths: {
|
||||||
var paths = [FileInfo.joinPaths(cdbPath, "inc")];
|
var paths = [FileInfo.joinPaths(cdbPath, "inc")];
|
||||||
if (pythonDllProbe.found)
|
if (pythonDllProbe.found)
|
||||||
|
Reference in New Issue
Block a user