Hi Lorenzo

Lorenzo Fiorini-2 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? )
> 
> 

Theoretically, possible.

Practically, the way QT source generator works, makes
it difficult to generate different libs clubbed by above diagram.

I am afraid it will need a rethinking and total overhaul of 
make system, which at this moment, I am not geared up for.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/minimal-hbqt-app-tp24292096p24292300.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to