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. Need tutorials or steps for configurating native qt creator
Forum Updated to NodeBB v4.3 + New Features

Need tutorials or steps for configurating native qt creator

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 465 Views 1 Watching
  • 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 had installed "qt-opensource-windows-x86-5.14.1.exe" on my computer. The package is about 2.3GB. It's too large for me.
    Today, I find that the package of qt creator (qt-creator-opensource-windows-x86_64-4.11.1.exe) is only 286MB. I need this small package, then I installed it in my computer (locate in "C:\qt_creator"). During the installation, I select nothing in the step which asked for component selection, as the following picture illustrated.

    1.jpg

    After successfully installation, I want to create a "HelloWorld" C project. In the "Build System" step of "Plain C Application", I select "qmake", but in the "Kits" step, the "Next" button always grey:

    2.jpg

    I know I need to configure some toolchains, such as gcc/gdb/g++/make, etc. My problem is, if my computer is a new computer with win10-64bit, and the mingw-w64 has been installed in "C:\mingw64", how to configure the toolchains for qt creator? Just for textbook C/C++ language study.

    Best regards.

    K 1 Reply Last reply
    0
    • F fantasyhpu

      Hi,

      I had installed "qt-opensource-windows-x86-5.14.1.exe" on my computer. The package is about 2.3GB. It's too large for me.
      Today, I find that the package of qt creator (qt-creator-opensource-windows-x86_64-4.11.1.exe) is only 286MB. I need this small package, then I installed it in my computer (locate in "C:\qt_creator"). During the installation, I select nothing in the step which asked for component selection, as the following picture illustrated.

      1.jpg

      After successfully installation, I want to create a "HelloWorld" C project. In the "Build System" step of "Plain C Application", I select "qmake", but in the "Kits" step, the "Next" button always grey:

      2.jpg

      I know I need to configure some toolchains, such as gcc/gdb/g++/make, etc. My problem is, if my computer is a new computer with win10-64bit, and the mingw-w64 has been installed in "C:\mingw64", how to configure the toolchains for qt creator? Just for textbook C/C++ language study.

      Best regards.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @fantasyhpu

      Hi and welcome to devnet forum

      Qt creator is only an IDE (Integrated Development Environment) which youi may also use independent of Qt libs. However, that is not the original purpose for Qt creator.

      A minimal configuration is typically Qt creator as IDE plus at least one Qt libs version including the required compiler.
      I had just a quick check. Qt libs version 5.14.1 are about 600 MB for MinGW compiler. MinGw 64 bit is a little less than 500 MB and Qt creator is also about 500 MB.

      I suggest that you are using the online installer and install Qt creator plus some additional Qt libs without their source code and the appropriate compiler. When you do so, Qt creator and the tool chains shall be set up automatically.

      For instance
      2b8b7385-50ea-4206-8688-51dca2ee1e74-image.png

      and
      3392e069-19cb-4f3e-b6cb-45b16d0508f0-image.png

      Vote the answer(s) that helped you to solve your issue(s)

      F 1 Reply Last reply
      2
      • K koahnig

        @fantasyhpu

        Hi and welcome to devnet forum

        Qt creator is only an IDE (Integrated Development Environment) which youi may also use independent of Qt libs. However, that is not the original purpose for Qt creator.

        A minimal configuration is typically Qt creator as IDE plus at least one Qt libs version including the required compiler.
        I had just a quick check. Qt libs version 5.14.1 are about 600 MB for MinGW compiler. MinGw 64 bit is a little less than 500 MB and Qt creator is also about 500 MB.

        I suggest that you are using the online installer and install Qt creator plus some additional Qt libs without their source code and the appropriate compiler. When you do so, Qt creator and the tool chains shall be set up automatically.

        For instance
        2b8b7385-50ea-4206-8688-51dca2ee1e74-image.png

        and
        3392e069-19cb-4f3e-b6cb-45b16d0508f0-image.png

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

        @koahnig
        Hi, thank you for replying.
        After several attempts, I realized that the installation of "qt-opensource-windows-x86-5.14.1.exe" is the easiest way.
        The download speed by online installer is very slow for me, so the offline installer is good.
        Best regards.

        K 1 Reply Last reply
        0
        • F fantasyhpu

          @koahnig
          Hi, thank you for replying.
          After several attempts, I realized that the installation of "qt-opensource-windows-x86-5.14.1.exe" is the easiest way.
          The download speed by online installer is very slow for me, so the offline installer is good.
          Best regards.

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @fantasyhpu

          Certainly is the offline installer an option. However, this is also eating HD space until you can remove when you have the proper Qt libs installed.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0

          • Login

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