Right click the project > Qt Peoject Settings > Under the Properties tab > Version If this hasn't been set, we may get 'There's no Qt version assigned to this project for platform 圆4' - visual studio plugin for Qt: Make sure our project has the correct platform specified.Īfter that, we should check Qt Project Settings as well. Select Build > Configuration Manager from the main menu in visual studio.Check properties options in linker settings at: Properties > Configuration Properties > Linker > Advanced > Target Machine.
If this is not set properly, we may get 'linking problem: fatal error LNK1112: module machine type '圆4' conflicts with target machine type 'X86' or something similar error messages.
Things to check - in my case, Host:圆4, Target (Platform):圆4 We're going to add simple UI (QProgressBar and QSlider) with 'valueChanged(int)' signal and 'setValue(int)' slot.īefore we start building the project, we may want to make sure that our host and target are set properly.