Results 1 to 2 of 2

Thread: Compiling QtWebEngine --> Undefined reference to dbus

  1. #1
    Join Date
    Dec 2015
    Posts
    4
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Compiling QtWebEngine --> Undefined reference to dbus

    Hello community,

    i am playing around with qtwebengine and its compilation. But I have some bigger problems getting my build to work. I hope you can help my.

    I`ve tried to compile QtWebengine following exactly this wiki guide: https://wiki.qt.io/How_to_Try_QtWebEngine.
    I`ve installed all dependencies shown there. The built was successfull, at least I did not get any error message and it did not abort. I found the generated libs in the lib directory (libWebEngineCore.so and so on).

    Then I copied over the generated libs for webengine to another machine with the same system (LUbuntu 15.10 on both).

    Before I did this, I had no problems to compile my Qt app with QtCreator. After replacing the existing webengine-libs there (standard Qt 5.5 installation) with my custom builds, the following error comes up when trying to compile my app:
    undefined reference to dbus_connection_unref @LIBDBUS_1_3

    There are more errors referencing (only) to dbus. I guess I need to avoid building webengine with dbus support? How can I do this ?

    I have also tried to compile the whole qt framework on my own to get it working but there I have much more problems so I think if I can get the webengine compilation to work is ok as I dont need more.

    Can anyone please help me ?

  2. #2
    Join Date
    Dec 2015
    Posts
    4
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Compiling QtWebEngine --> Undefined reference to dbus

    This is the other thread for my compilation problems with whole qt (maybe an alternative way):
    http://www.qtcentre.org/threads/6461...o-installation

Similar Threads

  1. [Qtwebengine] Running Chrome Apps in QtWebEngine
    By raunvivek in forum General Discussion
    Replies: 0
    Last Post: 9th July 2015, 13:32
  2. Undefined reference to qt-Lib after compiling qt static for amv7 under windows
    By michael_endres in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 23rd January 2014, 17:15
  3. dbus.cpp:(.text+0x8):undefined reference to 'dbus_shutdown'
    By to_guliang in forum Qt Programming
    Replies: 4
    Last Post: 4th April 2013, 13:40
  4. Undefined Reference Errors Compiling Examples
    By nerdasaurus in forum Newbie
    Replies: 5
    Last Post: 4th December 2010, 06:39
  5. Undefined Reference To...
    By ManuMies in forum Qt Programming
    Replies: 6
    Last Post: 10th February 2009, 12:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.