Relative Content

Tag Archive for c++qtcmake

QT with CMake – No such file with split .ui files

I have created a new CMake project with main window using QT Creator. I then added a new MyWidget (.ui + .h + .cpp) using Add to project: PromoteWidget.
I then added a widget to mainwindow.ui and promoted this widget to MyWidget.