How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function EnumProcesses() requires Psapi.lib<
EnumProcesses()
Psapi.lib<
Are you using qmake projects? If so, you can add an external library using the LIBS variable. E.g:
qmake
win32:LIBS += path/to/Psapi.lib