Use Visual C ++ to compile Qt in MS Windows

Source: Internet
Author: User

(1) Start visual c ++ and select include files from tools/options/directories/
In directories: Add C:/QT/3.2.0/include
(2) Select library files and add C:/QT/3.2.0/lib in directories.
(3) Project/settings/link add qt-mt320.lib in object/library modules

Appendix:
The following error message is displayed: Fatal error c1083: cannot open include file: 'qvariant. H': no such file or directory.
Missing (2) Compilation error prompt: Fatal error lnk1104: cannot open file "qt-mt320.lib"
You can also add Project/Add to project/files as follows in step (3). In "file type (t)", select library files (. c:/QT/3.2.0/lib, select qt-mt320.lib

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.