Hi
Im working on QT4 with Eclipse IDE. My project needs some win32 declarations (e.g. DWORD, PSP_DEVICE_INTERFACE_DETAIL_DATA) which are included in setupapi.h and setupapi.dll.
With .h header there is no problem, but how to link setupapi.dll to project?

I tried to set file: proj_name.pro
Qt Code:
  1. LIBS += -LC:\Windows\System32 -lsetupapi
To copy to clipboard, switch view to plain text mode 
but it doesen't work.