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 I know which components to download

How I know which components to download

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 198 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.
  • J Offline
    J Offline
    JCDFr
    wrote on last edited by JCDFr
    #1

    I have used the online installer but there are a lot of components with checkboxes toselect.
    So I tried, but when I launch Qt creator it says there is no available kit nstalled.
    It is for developping a plug in on libreCAD and how am I sure the Qt components will be downloaded ?

    JKSHJ 1 Reply Last reply
    0
    • J JCDFr

      I have used the online installer but there are a lot of components with checkboxes toselect.
      So I tried, but when I launch Qt creator it says there is no available kit nstalled.
      It is for developping a plug in on libreCAD and how am I sure the Qt components will be downloaded ?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi, and welcome!

      @JCDFr said in How I know which components to downoad:

      So I tried, but when I launch Qt creator it says there is no available kit nstalled.

      In simple terms, "Kit" = "Qt Version" + "Compiler".

      Your development machine needs a C++ compiler, plus a copy of Qt that is compatible with that compiler.

      Usually, you must install your compiler separately (e.g. Get g++ from your Linux distro, or MSVC from Microsoft).

      It is for developping a plug in on libreCAD and how am I sure the Qt components will be downloaded ?

      Since this is a plugin, you must also make sure that your compiler is compatible with the version if libreCAD that you are using.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      3

      • Login

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