diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e53825f5..f5ddc32a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,6 +6,15 @@ on: pull_request: branches: [master] workflow_dispatch: + inputs: + qtversion: + description: 'Select either Qt5 or Qt6' + required: false + default: 'Qt5' + type: choice + options: + - Qt5 + - Qt6 jobs: build: