devwiki:cpp_qt

Differences

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

Link to this comparison view

Next revision
Previous revision
devwiki:cpp_qt [2021/08/28 07:46] – created yingdevwiki:cpp_qt [2022/08/16 08:52] (current) – [Get Start on C++ Qt Combo Developemnt] ying
Line 4: Line 4:
     - download Qt library for host platform (QtCreator normally included)     - download Qt library for host platform (QtCreator normally included)
       * offline installer link: (no need admin right, more like unpacker): https://www.qt.io/download-open-source/#section-2       * offline installer link: (no need admin right, more like unpacker): https://www.qt.io/download-open-source/#section-2
-      * note: the QtCreator is like a IDE with compiler built-in+        * note: the QtCreator is like a IDE with compiler built-in 
 +      * update offline install, go Qt Creator: https://www.qt.io/offline-installers 
 +        * now, when ask login, change clock to 2019, it wont ask for login
       * note: All you actually need is the Qt library, you can command line build cpp with the bin tool inside and your text editor.       * note: All you actually need is the Qt library, you can command line build cpp with the bin tool inside and your text editor.
     - read my guide note below      - read my guide note below 
Line 44: Line 46:
       * 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.1630136783.txt.gz
  • Last modified: 2021/08/28 07:46
  • by ying