Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. Building a qt application
QtWS25 Last Chance

Building a qt application

Scheduled Pinned Locked Moved Qt in Education
4 Posts 2 Posters 3.7k Views
  • 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.
  • S Offline
    S Offline
    sarahjohn
    wrote on 21 May 2013, 08:30 last edited by
    #1

    Hi,

    Myself trying to build an application in Qt5.It is a simple application creating some PushButtons.But when i tried to run the application I am getting warnings like
    QXcbConnection: Failed to initialize XRandr
    Qt at-spi: error getting the accessibility dbus address: "Not connected to D-Bus server"
    Accessibility DBus not found. Falling back to session bus.
    Could not connect to DBus.
    Could not connect to dbus.

    I have included some files in the INCLUDEPATH of the .pro file.What may be the reason behind this?Please help..

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 21 May 2013, 08:48 last edited by
      #2

      Do you have all dependencies installed? Like libXcb.

      What is your operating system?

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sarahjohn
        wrote on 21 May 2013, 09:13 last edited by
        #3

        i am using ubuntu 12.04. while checking for libXcb through
        "apt-get build-dep libXcb ",I am getting unable to find source package.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 21 May 2013, 09:15 last edited by
          #4

          See "those instructions":http://qt-project.org/wiki/Qt5_dependencies.

          If that does not work, proceed "here":http://qt-project.org/wiki/Building_Qt_5_from_Git.

          (Z(:^

          1 Reply Last reply
          0

          3/4

          21 May 2013, 09:13

          • Login

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