Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT Kit and Code
Forum Updated to NodeBB v4.3 + New Features

QT Kit and Code

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 802 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.
  • J Offline
    J Offline
    juve938383
    wrote on 9 Nov 2021, 15:27 last edited by
    #1

    Hello everyone!
    I am working on a project which required the use of this thing called QT Framework. So I downloaded QT Creator and tried opening the project there. However, it requires certain kits and apparently "No suitable kits were found" in my computer. So I wanted to know how I can find the appropriate kit for my project and where I can find it (download from the Internet?)
    Additionally, the project (which is in C++) includes some keywords which seem to be from a specific QT library or whatever (ex: QString, QFont) but the program doesn't seem to recognize them. Will installing the right kit fix this issue? If not, how can I find and install the right libraries?
    Sorry if my questions are very basic, but I am just a beginner.
    Thank you! :)

    P 1 Reply Last reply 9 Nov 2021, 15:33
    0
    • J juve938383
      9 Nov 2021, 15:43

      In the Help section I see a QT Creator Manual 5.0.3 and CMake 3.21.1 Documentation. I guess this should give some info on the version? I downloaded an installer and went through the steps it required to install the app (it had a dark green UI).
      As for the kit, I think what I need is a desktop kit but the two default ones don't seem to be suitable. Anything I can do to figure out what kit I need? Maybe I can find something in the code?
      Thank you for your response!

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 9 Nov 2021, 15:46 last edited by
      #4

      @juve938383 said in QT Kit and Code:

      but the two default ones don't seem to be suitable

      Why? What Kits are those (what Qt version is used?)?

      "I guess this should give some info on the version?" - to find out which Qt version is configured in a Kit go to the Kit and check which Qt version is configured there.

      "Anything I can do to figure out what kit I need?" - yes, answer this question: "What platform do I target?". If you need desktop then install Qt for your target desktop platform (like Qt for Windows or Linux).

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

      1 Reply Last reply
      0
      • J juve938383
        9 Nov 2021, 15:27

        Hello everyone!
        I am working on a project which required the use of this thing called QT Framework. So I downloaded QT Creator and tried opening the project there. However, it requires certain kits and apparently "No suitable kits were found" in my computer. So I wanted to know how I can find the appropriate kit for my project and where I can find it (download from the Internet?)
        Additionally, the project (which is in C++) includes some keywords which seem to be from a specific QT library or whatever (ex: QString, QFont) but the program doesn't seem to recognize them. Will installing the right kit fix this issue? If not, how can I find and install the right libraries?
        Sorry if my questions are very basic, but I am just a beginner.
        Thank you! :)

        P Offline
        P Offline
        Pl45m4
        wrote on 9 Nov 2021, 15:33 last edited by Pl45m4 11 Sept 2021, 15:40
        #2

        @juve938383

        The kit manages your Qt version, a compiler and some other useful stuff.
        What version of Qt do you have installed and how do you installed it? Online installer?!

        If everything is set up correctly, it should recognize basic Qt specific classes like QString. Some you have to include before you can use them (like in basic C++).

        • https://doc.qt.io/qtcreator/creator-targets.html

        • https://doc.qt.io/qtcreator/creator-project-qmake.html


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        1 Reply Last reply
        2
        • J Offline
          J Offline
          juve938383
          wrote on 9 Nov 2021, 15:43 last edited by
          #3

          In the Help section I see a QT Creator Manual 5.0.3 and CMake 3.21.1 Documentation. I guess this should give some info on the version? I downloaded an installer and went through the steps it required to install the app (it had a dark green UI).
          As for the kit, I think what I need is a desktop kit but the two default ones don't seem to be suitable. Anything I can do to figure out what kit I need? Maybe I can find something in the code?
          Thank you for your response!

          J 1 Reply Last reply 9 Nov 2021, 15:46
          0
          • J juve938383
            9 Nov 2021, 15:43

            In the Help section I see a QT Creator Manual 5.0.3 and CMake 3.21.1 Documentation. I guess this should give some info on the version? I downloaded an installer and went through the steps it required to install the app (it had a dark green UI).
            As for the kit, I think what I need is a desktop kit but the two default ones don't seem to be suitable. Anything I can do to figure out what kit I need? Maybe I can find something in the code?
            Thank you for your response!

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 9 Nov 2021, 15:46 last edited by
            #4

            @juve938383 said in QT Kit and Code:

            but the two default ones don't seem to be suitable

            Why? What Kits are those (what Qt version is used?)?

            "I guess this should give some info on the version?" - to find out which Qt version is configured in a Kit go to the Kit and check which Qt version is configured there.

            "Anything I can do to figure out what kit I need?" - yes, answer this question: "What platform do I target?". If you need desktop then install Qt for your target desktop platform (like Qt for Windows or Linux).

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

            1 Reply Last reply
            0
            • J Offline
              J Offline
              juve938383
              wrote on 9 Nov 2021, 16:09 last edited by
              #5
              This post is deleted!
              1 Reply Last reply
              0

              1/5

              9 Nov 2021, 15:27

              • Login

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