I am a complete newbie to Qt. In the test case, I need to call the user32 function for some reason. My small application compiles but is not connected due to lack of user32.lib
Fixing this seemed straightforward, add the library as shown below. But I can not proceed to the next step, as shown in the screenshot. I tried almost every combination of library types / settings but the library path is always shown in red and I canโt continue. I even copied lib at the root level of the drive to avoid spaces in the path. Any clues?
Notes:
- This question ( Link to user32.lib in QTCreator ) is a follow-up situation after the library has been added this way. This does not duplicate.
- Environment QtCreator 2.4.1 Win7
- A workaround through
LIBS +=
found below , but why does this permission allow me to continue?
source share