Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Kit for QT widget application for Windows
Forum Updated to NodeBB v4.3 + New Features

Kit for QT widget application for Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 2.3k 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.
  • C Offline
    C Offline
    column
    wrote on last edited by column
    #1

    Hello,

    I have installed QT Creator for windows. Trying to create first widget "hello" world application. Qt has claimed - no kit found. Where I can get required kit?

    alt text

    I suppose it needs compiler? I have VS installed on my system. Why I can't use default kit:

    alt text

    How to get required kit and compile widget application for Windows?

    S jsulmJ 2 Replies Last reply
    0
    • C column

      Hello,

      I have installed QT Creator for windows. Trying to create first widget "hello" world application. Qt has claimed - no kit found. Where I can get required kit?

      alt text

      I suppose it needs compiler? I have VS installed on my system. Why I can't use default kit:

      alt text

      How to get required kit and compile widget application for Windows?

      S Offline
      S Offline
      Stoyan
      wrote on last edited by
      #2

      @column said in Kit wor QT widget application for Windows:

      QT Creator

      Hello,
      QT Creator is just IDE (Integrated development environment). To compile some code you need to install also a compiler and Qt libraries itself from online installer (Qt Maintenance Tool).
      For example:
      Qt -> Tools -> MinGW 5.3.0 (compiler)
      Qt -> Qt 5.10.1 -> MinGW 5.3.0 32-bit (Qt libraries)

      1 Reply Last reply
      1
      • C column

        Hello,

        I have installed QT Creator for windows. Trying to create first widget "hello" world application. Qt has claimed - no kit found. Where I can get required kit?

        alt text

        I suppose it needs compiler? I have VS installed on my system. Why I can't use default kit:

        alt text

        How to get required kit and compile widget application for Windows?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @column You did not install Qt. Install Qt for your Visual Studio version.

        @Stoyan He is using Visual Studio, so he shouldn't install MinGW nor MinGW Qt.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        S 1 Reply Last reply
        0
        • jsulmJ jsulm

          @column You did not install Qt. Install Qt for your Visual Studio version.

          @Stoyan He is using Visual Studio, so he shouldn't install MinGW nor MinGW Qt.

          S Offline
          S Offline
          Stoyan
          wrote on last edited by Stoyan
          #4

          @jsulm
          These was just for example. I didn't notice that @column already has a compiler.
          In this case is necessary only this:
          Qt -> Qt 5.10.1 -> MSVC 2015 32-bit
          @column
          You have 32-bit compiler and since MSVC 2017 has only 64-bit version of Qt, MSVC 2015 32-bit is the only option.
          But if you want, you can choose LTS version of Qt (Qt 5.9.4) instead the latest (Qt 5.10.1).

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Stoyan that's wrong, VS2017 provides both 32 and 64 bit compiles as well as VS2015 does. Also unlike older version of Visual Studio, VS2017 is backward compatible with VS2015. Therefore you can use the 32bit MSVC 2015 package with VS2017. Or the 64bit MSVC2017 package with VS2015.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            S 1 Reply Last reply
            1
            • SGaistS SGaist

              @Stoyan that's wrong, VS2017 provides both 32 and 64 bit compiles as well as VS2015 does. Also unlike older version of Visual Studio, VS2017 is backward compatible with VS2015. Therefore you can use the 32bit MSVC 2015 package with VS2017. Or the 64bit MSVC2017 package with VS2015.

              S Offline
              S Offline
              Stoyan
              wrote on last edited by
              #6

              @SGaist
              Well, I don't use Microsoft Visual Studio, so I don't know what is included in it. But оn given screenshot I see only 32-bit compiler. So, I guessed that only this compiler is installed. If there is also 64-bit compiler available, then @column can use also Qt MSVC 2015 64-bit or Qt MSVC 2017 64-bit.

              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