QT Debug information files, where?
-
wrote on 5 Apr 2022, 12:26 last edited by Josko 4 May 2022, 12:27
Hello!
When trying to compile an OpenCV dependent app in DEBUG mode (under Windows and MSVC 2017 compiler), I get complaint from QT that "QT Debug information files" are missing and that they are supposed to be installed through Maintenance Tool. But when opening Maintenance Tool I can't see anything similar to this what hasn't already been checked?
Thanks in advance!! -
Hello!
When trying to compile an OpenCV dependent app in DEBUG mode (under Windows and MSVC 2017 compiler), I get complaint from QT that "QT Debug information files" are missing and that they are supposed to be installed through Maintenance Tool. But when opening Maintenance Tool I can't see anything similar to this what hasn't already been checked?
Thanks in advance!!@Josko Those debug files are only needed to debug Qt itself. You do not need them to build your app in debug mode.
-
wrote on 12 Mar 2024, 14:22 last edited by
Guys, can you elaborate on the solution to this problem?
-
@Josko Those debug files are only needed to debug Qt itself. You do not need them to build your app in debug mode.
wrote on 12 Mar 2024, 14:35 last edited by@jsulm , can you elaborate on the solution to this problem?
-
@jsulm , can you elaborate on the solution to this problem?
wrote on 12 Mar 2024, 16:08 last edited by andr 3 Dec 2024, 16:09@pai_daxing : You do need debug info for Qt only if you want to debug inside Qt. This is sometimes convenient to do also for debugging of client code, but not a strict need.
You can simply press "Ok" (or select Do not show again first) here.
-
@jsulm , can you elaborate on the solution to this problem?
wrote on 12 Mar 2024, 16:08 last edited by@pai_daxing
There is nothing to elaborate on. As @jsulm wrote at the timeThose debug files are only needed to debug Qt itself. You do not need them to build your app in debug mode.