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. QtInfoMsg - Package?
Qt 6.11 is out! See what's new in the release blog

QtInfoMsg - Package?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 5.0k Views 1 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.
  • embbE Offline
    embbE Offline
    embb
    wrote on last edited by
    #1

    Hi,

    I have a little problem with my qt installation (I have never used qt before, so I'm definitely not an expert).

    I need to config a automated build server (jenkins) to build a GUI interface. The build machines system is ubuntu-14.04.2-LTS with NO graphical interface (only command line is available).
    I get the GUI software code from a company. They have compiled it with a similar software setup, therefore it is not a code-problem.

    When I try to compile the software I get following error message:

    error: ‘QtInfoMsg’ was not declared in this scope
    

    The developers company provide me information, that i need to install something like "Qt Debugging Framwork QDebug", but I am not able to find any information's about this in the internet.

    Does anyone know which packages are missing or how I can install them from command line?

    Many thanks in advance!

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      which version of Qt are you using? QtInfoMsg is valid from Qt 5.5 onward

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      2
      • embbE Offline
        embbE Offline
        embb
        wrote on last edited by
        #3

        Thanks. That was the problem.
        i installed v5.5 but the system was not using it.

        A little patch was all I needed.

        add-apt-repository ppa:kvirc/kvirc-qt5.5
        apt-get update
        apt-get dist-upgrade
        
        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