How to get QtWidgets module separately from other Qt modules?
Installation and Deployment
4
Posts
4
Posters
1.1k
Views
1
Watching
-
Hi,
No you cannot download modules individually. However, you can download the source code and compile a subset of modules yourself.
-
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. -
Its either 5.6 [GB, Hrs]
Whichever suits at that time ;)
I finally got it compiled too