I'm trying to make header usage more granular, maybe that'll
help seeing where are the unwanted bindings.

Everyone is welcome to join this effort, there are 220 files
to process.

Brgds,
Viktor

On 2009.07.01., at 17:44, 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? )

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

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

Reply via email to