Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
None
-
None
-
Windows VS2010
Description
I'm using the QSystemStorageInfo to get data about storage device. My application is a server application and doesn't use the QtGui module.
The problem is that the QSystemInfo.dll request for the QtGui.dll (probably because qsystemdisplayinfo) and it is too huge to be included in my program.
I compiled QtMobility only with "-modules systeminfo".
So it could be nice to have a compilation option like "-without-qtgui" that disable all features that need qtgui.