remove unused option

This commit is contained in:
Jussi Kuokkanen 2023-11-11 20:45:05 +02:00
parent c3f4637bee
commit ae13f1a59d

View File

@ -2,6 +2,5 @@
option('daemon', type: 'boolean', value: 'true', description: 'Build daemon')
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
option('interfaces', type: 'boolean', value: 'true', description: 'Build interfaces')
option('library', type: 'boolean', value: 'true', description: 'Build library')
option('gui', type: 'boolean', value: 'true', description: 'Build Qt GUI')