PDA

View Full Version : what dose the LIB cover?



boboluo
26th December 2007, 06:56
i'm working in win2000 OS, my using tools are eclipse+MinGW+qt,
when build QT LIB, I will set building parameter LIB in the makefile. I want to know what the LIB cover .

bender86
26th December 2007, 09:43
Did you mean LIBS? It contains library to link to the current executable. Have a look here (http://doc.trolltech.com/4.3/qmake-variable-reference.html#libs).

boboluo
27th December 2007, 00:40
I talk about the LIB which is using to build the QT library in the makefile.