# SPDX-FileCopyrightText: d-k-bo <d-k-bo@mailbox.org>
# SPDX-License-Identifier: CC0-1.0

option(
  'profile',
  type: 'combo',
  description: 'The build profiles for the application. Use development for the .Devel app ID. ',
  choices: [
    'release',
    'development',
  ],
  value: 'release'
)
