Qt trial 1 (eclipse + CDT + QT)

Source: Internet
Author: User
  1. Download eclipse-cpp-helios-sr1-win32.zip
  2. Download QT
  3. Download qt-eclipse-integration-win32-1.6.1.exe
  4. Write a batch file c: \ Program \ eclipse-cpp-helios-SR1-win32 \ eclipse \ CDT. BAT to start eclipse

    Set Path = % PATH %; C: \ QT \ 2010.05 \ mingw \ bin
    Set LIBRARY_PATH = c: \ QT \ 2010.05 \ mingw \ Lib
    Set c_include_path = c: \ QT \ 2010.05 \ mingw \ include
    Set cplus_include_path = D: \ mingw \ include \ c ++ \ 3.2.3; D: \ mingw \ include \ c ++ \ 3.2.3 \ mingw32; D: \ mingw \ include \ c ++ \ 3.2.3 \ backward; D: \ mingw \ include

    Eclipse.exe

  5. Start eclipse and create QTProgram, Learn how to add signals and slots and connections, compile and execute, debug
Related Article

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.