nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Kanban view not present #669

Closed josearnal closed 1 month ago

josearnal commented 3 months ago

I built the latest version on Alma Linux using the instructions found here. However, I don't see a way to turn on Kanban view, and Ctrl-Shift-K does nothing.

Below is the output from running cmake

-- Trying to find Qt 6...
-- Could not find Qt 6, will try Qt 5 next...
-- Success! Configuration details:
-- App name: Notes
-- App version: 2.2.1
-- Qt version: 5.15.2
-- Update checker: ON
-- Pro Version: ON
-- Build type: Release
-- Configuring done
-- Generating done
zjeffer commented 3 months ago

Could not find Qt 6, will try Qt 5 next...

I think you need Qt6 for Kanban view to work.

nuttyartist commented 3 months ago

I think you need Qt6 for Kanban view to work.

That is right.

guihkx commented 1 month ago

Closing this one, as per the two posts above.