I'm using a cmake-project with Qt Creator. Everything works and builds fine except Qt Creator does not show any .ui files in the project tree. If I want to edit a .ui file in the designer, I have to switch to the file system view and locate it manually.
Is there a way to tell Qt Creator / cmake to add the .ui-files to the project tree (or .cbp-file) as well?