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 to get QtWidgets module separately from other Qt modules?

How to get QtWidgets module separately from other Qt modules?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 4 Posters 1.1k 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
    Code Man
    wrote on last edited by
    #1

    Hi , every one
    I want to use Qt library for GUI stuff only (I mean it )in my application , and I will not use other modules like ( QtNetwork , Qt NFC ...), so I don't want to download the huge library ?
    is there a way for doing this ?

    Thanks .

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      No you cannot download modules individually. However, you can download the source code and compile a subset of modules yourself.

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

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andreyc
        wrote on last edited by
        #3

        Minimal part of Qt is qtbase you can get it from "qt download":http://download.qt-project.org/official_releases/qt/5.3/5.3.1/submodules/

        It includes Widgets, Gui, Network and some other module.
        Binaries with debug info take around 350 Mb on linux.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          seeker.factory
          wrote on last edited by
          #4

          Its either 5.6 [GB, Hrs]
          Whichever suits at that time ;)
          I finally got it compiled too

          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