[Harbour] minimal hbqt app

Mindaugas Kavaliauskas dbtopas at dbtopas.lt
Wed Jul 1 12:00:56 EDT 2009


Hi,


I'm not sure if I'm not off topic, but demoqt.prg uses QWebView(), this 
makes to include QtWebKit and QtNetwork. I've deleted this part of demo 
and also STATIC FUNC Dummies(), and I was able to run demoqt.exe with 
QtCore4, QtGui and mingwm10 .dlls only.


Regards,
Mindaugas


Lorenzo Fiorini wrote:
> I've extracted from demoqt.prg the minimal code necessary to create a
> systray demo and I've tried to deploy it to a Linux system that
> doesn't have qt installed.
> 
> The app requires:
> 
> 	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7d59000)
> 	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb736a000)
> 	libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0xb724d000)
> 	libQtWebKit.so.4 => /usr/lib/libQtWebKit.so.4 (0xb63d8000)
> 	libaudio.so.2 => /usr/lib/libaudio.so.2 (0xb5f4e000)
> 	libphonon.so.4 => /usr/lib/libphonon.so.4 (0xb5d45000)
> 	libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb5bb5000)
> 
> while it I would expect only:
> 
> 	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7d59000)
> 	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb736a000)
> 
> Is there any way to make hbqt more "granular"? ( that is require only
> the libs used in the app? )



More information about the Harbour mailing list