Qt 4.7.3 SDK LGPL includes no Qt Libraries
Is it me, or are there no precompiled Qt Libraries in the latest Qt SDK?
I'm downloading the latest 4.7.3 LGPL version: "Qt SDK for Windows". It is only 15MB. The description at "http://qt.nokia.com/downloads/" says that the complete development environment includes the libraries.
Re: Qt 4.7.3 SDK LGPL includes no Qt Libraries
The ~15MB installer is an application that will download files (only the files you select to install) from their servers and install them - a so called online installer.
If you want the offline installer can be found here
Re: Qt 4.7.3 SDK LGPL includes no Qt Libraries
ah, okay, I re-ran the web installer and got the libraries this time. Maybe I unchecked too many items the first time.
The libraries are tucked in under the mingw directory. I suppose that is because that is the compiler was used to build it.
Thanks!!