Quote Originally Posted by d_stranz View Post
Qt Creator and Visual Studio are two different, independent development environments. Which one are you using for your development?

I do not use the VS Community edition, but I am pretty sure the settings will be similar if not the same as the commercial edition. In Visual Studio, right click the name of your project in the Solution Explorer pane. Select Properties. When the Property Pages dialog appears, click the General category from the Configuration Properties tree. Be sure you have selected the Release configuration at the top of the dialog, then change the "Output Directory" setting to "C:\Qt\6.5.0\msvc2019_64\plugins\designer". Click OK, then save your project. See the attached screenshot.

VisualStudio.jpg
Thanks you