Make the 'framework/4 qt' test more flexible about what version of Qt is expected to be present in the CI environment. Currently, this is hard-coded as Qt5. We add an option to specify it so we can run this test under CI with just Qt4 present.pull/6481/head
parent
3ae34b4386
commit
c272c8de38
3 changed files with 14 additions and 7 deletions
@ -1 +1,2 @@ |
||||
option('method', type : 'string', value : 'auto', description : 'The method to use to find Qt') |
||||
option('required', type : 'string', value : 'qt5', description : 'The version of Qt which is required to be present') |
||||
|
Loading…
Reference in new issue