pro2cmake: Handle QTRO_SOURCE_TREE
...which is the source root of qtremoteobjects. Set to CMAKE_SOURCE_DIR for now. Change-Id: I6797e170749ed01bbc1bac4daa7709d3aae1f84b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
1aaa53b6db
commit
152c593423
@ -806,6 +806,7 @@ class Scope(object):
|
|||||||
operations = {
|
operations = {
|
||||||
"QT_SOURCE_TREE": [SetOperation(["${QT_SOURCE_TREE}"])],
|
"QT_SOURCE_TREE": [SetOperation(["${QT_SOURCE_TREE}"])],
|
||||||
"QT_BUILD_TREE": [SetOperation(["${PROJECT_BINARY_DIR}"])],
|
"QT_BUILD_TREE": [SetOperation(["${PROJECT_BINARY_DIR}"])],
|
||||||
|
"QTRO_SOURCE_TREE": [SetOperation(["${CMAKE_SOURCE_DIR}"])],
|
||||||
}
|
}
|
||||||
|
|
||||||
self._operations = copy.deepcopy(operations)
|
self._operations = copy.deepcopy(operations)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user