Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to select the component just for C/C++ study?
Forum Updated to NodeBB v4.3 + New Features

How to select the component just for C/C++ study?

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 443 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fantasyhpu
    wrote on last edited by
    #1

    Hi,
    I want to use Qt Creator as an IDE for C/C++ study, namely, learning C/C++ textbook using Qt Creator. I download "qt-opensource-windows-x86-5.14.1.exe".
    When installing, I encountered the following picuture:

    111.jpg
    It says that I need to select some components, but I'm confused...
    My computer is win10-64bit, can I only select the "MinGW 7.3.0 64-bit" component which located in "Developer and Designer Tools"?
    Just for C/C++ textbook, so as simple as possible.

    Best regards.

    aha_1980A 1 Reply Last reply
    0
    • F fantasyhpu

      Hi,
      I want to use Qt Creator as an IDE for C/C++ study, namely, learning C/C++ textbook using Qt Creator. I download "qt-opensource-windows-x86-5.14.1.exe".
      When installing, I encountered the following picuture:

      111.jpg
      It says that I need to select some components, but I'm confused...
      My computer is win10-64bit, can I only select the "MinGW 7.3.0 64-bit" component which located in "Developer and Designer Tools"?
      Just for C/C++ textbook, so as simple as possible.

      Best regards.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @fantasyhpu,

      you can either select MinGW 64-bit together with Qt 5.14.1 MinGW 64-bit, or MinGW 32-bit together with Qt 5.14.1 MinGW 32-bit.

      If you don't want to write Qt programs, you could even omit Qt itself; but then you cannot use the qmake build system, you would have to use e.g. CMake.

      Regards

      Qt has to stay free or it will die.

      F 1 Reply Last reply
      2
      • aha_1980A aha_1980

        Hi @fantasyhpu,

        you can either select MinGW 64-bit together with Qt 5.14.1 MinGW 64-bit, or MinGW 32-bit together with Qt 5.14.1 MinGW 32-bit.

        If you don't want to write Qt programs, you could even omit Qt itself; but then you cannot use the qmake build system, you would have to use e.g. CMake.

        Regards

        F Offline
        F Offline
        fantasyhpu
        wrote on last edited by
        #3

        @aha_1980 Hi, your answer is very clear, I understand.
        Thank you.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved