Links to QRC files for QT programming

Source: Internet
Author: User

In Qt, the. qrc file is a file that resembles an XML structure that describes the resource locations, examples, application icon files, and so on, used by the application in structured data. It is ultimately similar to the. ui files that are generated by the command line tool provided by QT. qrc_xxx.cpp file. is eventually linked to the application.

The corresponding command line is this:

"$ (Qtdir) \bin\rcc.exe"-name "% (filename)"-no-compress "% (FullPath)"-O. \generatedfiles\qrc_% (filename). cpp

Description: rcc%27ing% (Identity) ...

Output:. \generatedfiles\qrc_% (Filename). cpp

Additional dependencies: You can fill in the path of the associated picture resource and the QRC file path itself, as well as the Rcc.exe path itself. Similarly, UIC, as well as the command line generated by the MOC tool.

Links to QRC files for QT programming

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.