2010年4月7日 - I want to bring a .dll dependency into my Qt project. So I added this to ... Your "LIBS +=" syntax is wrong. Try this: win32 { LIBS += -LC:/lib/ ...
stackoverflow.com