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
but it doesen't work.Qt Code:
LIBS += -LC:\Windows\System32 -lsetupapiTo copy to clipboard, switch view to plain text mode
Bookmarks