Changes in designer behave different wit CMake vs QMake
-
I noticed a strange behavior when I use CMake.
I create a new project using QMake with a very basic panel and just a label.

I run the program and get

Now I go back to designer and change the H Alignment

I run the program and get

If I do exactly the same with a project using CMake, after I change the alignment, the text is in the center in the designer window but when I run the program it remains on the left. I have to re-run the program a second time to see the changes made in the designer.
Did someone else experinence this behavior with CMake?
-
I noticed a strange behavior when I use CMake.
I create a new project using QMake with a very basic panel and just a label.

I run the program and get

Now I go back to designer and change the H Alignment

I run the program and get

If I do exactly the same with a project using CMake, after I change the alignment, the text is in the center in the designer window but when I run the program it remains on the left. I have to re-run the program a second time to see the changes made in the designer.
Did someone else experinence this behavior with CMake?