devwiki:cpp_qt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
devwiki:cpp_qt [2021/08/28 07:46] – created yingdevwiki:cpp_qt [2021/09/28 11:21] – [Problems and Solutions] ying
Line 44: Line 44:
       * http://doc.qt.io/qt-5/windows-deployment.html       * http://doc.qt.io/qt-5/windows-deployment.html
       * http://wiki.qt.io/Deploy_an_Application_on_Windows       * http://wiki.qt.io/Deploy_an_Application_on_Windows
 +
 +
 +__Problem: **QtCreator build release error HostX86\x64\cl.exe" is used by qmake but HostX64\x64\cl.exe" is configured in the kit.**__
 +  * Solution: go Tool > Option > Kits : right side Kit option, make sure, if you build for 64bit, the compiler is using amd64 for both c and c++
  
 ====== Get Start on Coding with C++ and Qt ====== ====== Get Start on Coding with C++ and Qt ======
  • devwiki/cpp_qt.txt
  • Last modified: 2022/08/16 08:52
  • by ying