Having trouble adding User32.lib to project as linked library.
-
Qt Creator is 32bit but that has no influence on the version of Qt you are using.
-
You're talking about my previous remark right? I mean the 64 bit MSVC build kit in QT Creator is broken. see here:
https://forum.qt.io/topic/72576/qt-creator-complaining-about-msvc-build-and-run-kit/3
D'oh the screenshot no longer works...I''l have to fix that -
Then also a silly question but, when you installed Visual Studio 2015, did you install the C++ stuff ? It's not selected by default.
-
I just did the default install, which didn't install the compilers; I knew because they didn't show up in QT Creator. I followed the instructions as here in comment 3 for question 1 in order to install the compilers. Do you think I need to install more C++ components?
-
Did you check in Qt Creator that it detects the compilers ?
-
So that part is good. What about the Kits ?
-
Then it looks like you are trying to setup a 32bit debugger on your 64bit Qt.
-
Qt Creator is usually simpler to use and setup.