[Gambas-user] Gambas 2 -> Gambas 3
Rolf-Werner Eilert
eilert-sprachen at ...221...
Fri Feb 20 08:48:57 CET 2009
Benoît Minisini schrieb:
>
> Thanks. Now I need the result of the following commands on your (David & Ron)
> system:
>
> $ pkg-config --cflags qt-mt
> $ pkg-config --libs-only-l qt-mt
> $ pkg-config --libs-only-L qt-mt
> $ pkg-config --libs-only-other qt-mt
>
> If, of course, your qt development package uses the pkg-config system!
>
> Thanks in advance.
>
> Regards,
>
And these are mine, system is a Suse 10.3 32 bit
server03:~ # pkg-config --cflags qt-mt
-DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-D_REENTRANT -I/usr/lib/qt3//include
server03:~ # pkg-config --libs-only-l qt-mt
-lqt-mt -lpng -lz -lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft
-lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
server03:~ # pkg-config --libs-only-L qt-mt
-L/usr/lib/qt3//lib -L/usr/X11R6/lib -L/usr/lib/ -L/usr/X11R6/lib/
server03:~ # pkg-config --libs-only-other qt-mt
[nothing]
Hope it helps!
Rolf
More information about the User
mailing list