This article addresses one problem: The following is the target computer mismatch problem after the installation is complete.
-------------------------------------------------------------------------------------
1. Installation
I use the qt5.4 msvc2013_64 version of the installation package, directly to the QT official website can be downloaded, including the class library and creator. Also need to install vs2013 and a vs plug-in Qt5 addin (QT's official website can also be found)
VS and Qt installation successively, and finally the QT addin is installed. Installation process fool-like operation the next step is to do it again.
2. Target computer conflict issues
Click Qt options to add QT version path is the path just installed, to msvc2013_64 this level of directory can be, automatically identify the correct path, version of the name of the random.
After the new project runs, if this problem occurs, click QT Project Settings to select the correct version in version
Also, to set the properties of the project, right-click the property on the project name
Complete the following configuration, you can refer to
Configuration properties, linker, advanced, target computer Select x64
Click Configuration Manager, configure compiler properties, select All x64
It can be run at compile time.
------------------------------------------------------
If it is QT4, also configure the version, and then configure the properties, just select the time to select all Win32, the target computer selection x86
qt5.4 msvc2013_64 installation target computer mismatch problem