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.4k 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 28 Feb 2018, 15:02 last edited by column 3 Jan 2018, 14:00
    #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 J 2 Replies Last reply 28 Feb 2018, 15:59
    0
    • C column
      28 Feb 2018, 15:02

      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 28 Feb 2018, 15:59 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
        28 Feb 2018, 15:02

        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?

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 1 Mar 2018, 07:05 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 1 Mar 2018, 13:57
        0
        • J jsulm
          1 Mar 2018, 07:05

          @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 1 Mar 2018, 13:57 last edited by Stoyan 3 Jan 2018, 14:25
          #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
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 1 Mar 2018, 20:49 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 Mar 2018, 23:12
            1
            • S SGaist
              1 Mar 2018, 20:49

              @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 1 Mar 2018, 23:12 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

              1/6

              28 Feb 2018, 15:02

              • Login

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