Move some configure arguments from qt5 configuration file

These arguments are specific to the build and changes to them are _not_
affecting configuration.

Change-Id: I8c46a0dbea8978f13e78c5cb8f41987f4fde09c8
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Liang Qi <liang.qi@qt.io>
bb10
Jędrzej Nowacki 2019-05-22 16:30:47 +02:00
parent 8aab0cfaba
commit 87bb219a72
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ build_instructions:
- type: ChangeDirectory
directory: "{{.BuildDir}}"
- type: ExecuteCommand
command: cmake {{.Env.CONFIGURE_ARGS}}
command: cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} {{.SourceDir}}
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >