Since there is no official Qt 5.4.2 binary x64 release for Visual Studio 2010 I have compiled it on my own.
Now when I try to debug my application, it won't link because there are no Qt *d.lib's.
Do I need to compile Qt with debugging information, if I don't want to debug Qt library but only my app? How to tell qmake/qtcreator to link non-debug Qt with my debug target?
This functionality is defined in
prf
files (example for Qt4 - for Qt5 will be similar):./mkspecs/features/win32/windows.prf
:./mkspecs/features/qt.prf
:./mkspecs/features/qt_functions.prf
:./mkspecs/features/uitools.prf
:Still, not sure if this will work correctly, that's why I recommend you to build both debug and release version of libraries.