[Gambas-user] Gambas 2 -> Gambas 3

Ron_1st ronstk at ...239...
Thu Feb 19 01:36:48 CET 2009


On Thursday 19 February 2009, Benoît Minisini wrote:
> $ 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.
> 

root at ...1311...:~# pkg-config --cflags qt-mt
-DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include/qt3

root at ...1311...:~# pkg-config --libs-only-l qt-mt
-lqt-mt -laudio -lXt -ljpeg -lpng -lz -lXi -lXrender -lXrandr -lXcursor 
-lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
(^^^all on one line^^^)

root at ...1311...:~# pkg-config --libs-only-L qt-mt
-L/usr/X11R6/lib

root at ...1311...:~# pkg-config --libs-only-other qt-mt

(^^^ empty^^^)


/usr/include/qt3 exists and contains theqt3  *.h files


Best regards,

Ron_1st

-- 





More information about the User mailing list