Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Having trouble building Qt with DBus support
Forum Updated to NodeBB v4.3 + New Features

Having trouble building Qt with DBus support

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.6k 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.
  • J Offline
    J Offline
    jwilkie
    wrote on last edited by
    #1

    I am using Qt for embedded linux 4.6.3. My linux dvsdk includes a cross compiled libdbus (version 1.3.4 i guess, file is named libdbus-1.so.3.4.0 ). So when I configure Qt I want to point it to that. But it seems no matter what I do I get the error:
    The QtDBus module cannot be enabled because libdbus-1 version 0.93 was not found.

    So I'm not sure if Qt is being strict about the libdbus version it finds or if I just didn't set the path right? I tried to point the ./configure command to the path where the libdbus is but that didn't help. this is my ./configure:

    ./configure -embedded arm -xplatform qws/linux-arm-eabi-g++ -little-endian -no-accessibility -dbus -force-pkg-config -I/export/tools/Ruby/dvsdk/linux-devkit/arm-arago-linux-gnueabi/usr/lib/ -prefix /usr -qconfig dist -v

    Thanks.

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

      Hi,

      You are using a pretty old Qt with a pretty new DBus. If you can you should update Qt to the latest version in the 4th series (currently 4.8.6) otherwise you will have to either find or cross-compile an older version of DBus

      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

      • Login

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