CMake: Move all CMake Coin builds to be out-of-source
Cross-builds already were out-of-source. Move non-cross-builds to out-of-source as well. Fixes: QTBUG-82820 Fixes: QTBUG-96513 Change-Id: I5bef08f18a16e51fe2c501565699494b46546f84 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
f318c0e2d6
commit
ae62d908a5
@ -1,9 +1,13 @@
|
|||||||
type: Group
|
type: Group
|
||||||
instructions:
|
instructions:
|
||||||
|
- type: ChangeDirectory
|
||||||
|
directory: "{{.SourceDir}}"
|
||||||
- type: MakeDirectory
|
- type: MakeDirectory
|
||||||
directory: .git
|
directory: .git
|
||||||
|
- type: MakeDirectory
|
||||||
|
directory: "{{.SourceDir}}_build"
|
||||||
- type: SetBuildDirectory
|
- type: SetBuildDirectory
|
||||||
directory: "{{.SourceDir}}"
|
directory: "{{.SourceDir}}_build"
|
||||||
- type: ChangeDirectory
|
- type: ChangeDirectory
|
||||||
directory: "{{.BuildDir}}"
|
directory: "{{.BuildDir}}"
|
||||||
|
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
type: Group
|
type: Group
|
||||||
instructions:
|
instructions:
|
||||||
|
- type: ChangeDirectory
|
||||||
|
directory: "{{.SourceDir}}"
|
||||||
- type: MakeDirectory
|
- type: MakeDirectory
|
||||||
directory: .git
|
directory: .git
|
||||||
|
- type: MakeDirectory
|
||||||
|
directory: "{{.SourceDir}}_build"
|
||||||
- type: SetBuildDirectory
|
- type: SetBuildDirectory
|
||||||
directory: "{{.SourceDir}}"
|
directory: "{{.SourceDir}}_build"
|
||||||
- type: ChangeDirectory
|
- type: ChangeDirectory
|
||||||
directory: "{{.BuildDir}}"
|
directory: "{{.BuildDir}}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user