Hello everyone,

I'm new to QT Creator and like to work with CMake. I have however not been able to figure out how to add a new file to my CMake project using QTC.

How I have been doing things so far:
1. Create new source file in QTC
2. Open CMakeLists in that directory in QTC (Open With->Plain Text Editor), add the new source file in CMakeLists
3. Reload the whole project in QTC to have the file appear in the side window.

Do I really have to reload the whole CMake project every time I add files?!
Also: Is there no syntax highlighting for CMake?

Thanks in advance,
xadian