Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt installer with Debug-Symbols?
Forum Updated to NodeBB v4.3 + New Features

Qt installer with Debug-Symbols?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.9k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • kodiak32K Offline
    kodiak32K Offline
    kodiak32
    wrote on last edited by
    #1

    I installed Qt 5.6 with the offline installer and wondering why binaries installed are stripped. I try to debug QObject related classes (e.g. QSettings) and get no debug information from those. What would be the appropriate way of getting the information.

    Cheers Kodiak

    kshegunovK 1 Reply Last reply
    0
    • kodiak32K kodiak32

      I installed Qt 5.6 with the offline installer and wondering why binaries installed are stripped. I try to debug QObject related classes (e.g. QSettings) and get no debug information from those. What would be the appropriate way of getting the information.

      Cheers Kodiak

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @kodiak32
      Hello,
      I'm not completely sure, but I think the installers don't carry debug information at all. When I wanted to debug into Qt, I'd always make my own debug Qt build.

      Kind regards.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Which platform are you on ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        kodiak32K 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          Which platform are you on ?

          kodiak32K Offline
          kodiak32K Offline
          kodiak32
          wrote on last edited by
          #4

          @SGaist Hi, this is Ubuntu 14.04 64 bit with a plain X-window system

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Silly question but are you using a debug build of your application ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • kodiak32K Offline
              kodiak32K Offline
              kodiak32
              wrote on last edited by
              #6
              $ file libQt5Core.so.5.6.1 
              libQt5Core.so.5.6.1: ELF 64-bit LSB  shared object, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), BuildID[sha1]=f023ef806560c7d6dea5cfab0707ca5fff6abf51, stripped
              

              So the binaries from the installer are stripped. My application is not. I am able to debug things like QString due to the public header implementation. QSettings does not provide it. I am wondering why only stripped libraries are provided.
              So I guess I need to install something from PPA or build them non-stripped by myself?

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved