Hi all,
I've recently been looking at Qt, and yes I should have started a long time ago... But the issue has come up that the prebuilt or self compiled .dlls, QtCore4.dll, QtGui4.dll, etc., are quite large.
Since I must stay within the LGPL, is there a correct way to only link in what I need into the QtCore4.dll and QtGui4.dll files so that my application can use it? It'd really be nice to have a single Qt.dll file too, but not necessary.
I've already tried a few things: using their configure.exe program to remove some unneeded features. It shrank some compared to the default SDK install, but not much. I've also tried to start a brand new .dll project and add the .cpp files manually as I need them. But VS2008 complained about the source.
Thanks.