2020-01-04 08:28:34 -06:00
|
|
|
# By default, library and modules (except interfaces) are built
|
|
|
|
|
2021-02-18 09:59:52 -06:00
|
|
|
option('daemon', type: 'boolean', value: 'true', description: 'Build daemon')
|
2020-03-17 18:39:44 -05:00
|
|
|
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
|
2021-02-18 09:59:52 -06:00
|
|
|
option('interfaces', type: 'boolean', value: 'true', description: 'Build interfaces')
|
2020-01-04 08:28:34 -06:00
|
|
|
option('library', type: 'boolean', value: 'true', description: 'Build library')
|
2021-02-18 09:59:52 -06:00
|
|
|
option('gui', type: 'boolean', value: 'true', description: 'Build Qt GUI')
|