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. QT SDK

QT SDK

Scheduled Pinned Locked Moved Unsolved General and Desktop
sdk
4 Posts 2 Posters 1.5k 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.
  • P Offline
    P Offline
    Papa
    wrote on last edited by
    #1

    I'd like to use qt with NetBeans, where can I download the Qt SDK?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #2

      @Papa said in QT SDK:

      NetBeans

      Hi
      From
      https://download.qt.io/official_releases/online_installers/

      Since NetBeans is just an editor, you must also choose which compiler to use.
      There is mingw Qt that comes with compiler OR
      visual studio 2015/17 where you must install that yourself from microsoft.
      If you are on linux, then gcc is already there.
      Make sure to use the Qt compiled with the compiler you want to use.

      Qt have some special tools (moc.exe) that needs to be run.
      It seems supported
      https://netbeans.org/kb/72/cnd/qt-applications.html

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Papa
        wrote on last edited by
        #3

        the link takes me to an installer. Would this file install ALL the Qt products, Designer, IDE, compiler (if needed), etc?

        mrjjM 1 Reply Last reply
        0
        • P Papa

          the link takes me to an installer. Would this file install ALL the Qt products, Designer, IDE, compiler (if needed), etc?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Papa
          You get all of Qt. ( make sure not to install BOTH mingw and
          visual studio Qt version unless you really intend to use 2 compilers)

          You can choose mingw compiler+debugger which is included OR
          choose Qt for visual studio, and in that case you must install the compiler and debugger yourself.

          1 Reply Last reply
          1

          • Login

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