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. Where the path is libQt5DBus.so.5 ?
Qt 6.11 is out! See what's new in the release blog

Where the path is libQt5DBus.so.5 ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
34 Posts 4 Posters 9.3k 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.
  • jsulmJ jsulm

    @The-most-recent-future How did you install Qt?

    T Offline
    T Offline
    The most recent future
    wrote on last edited by
    #9

    @jsulm
    ./configure -release -opensource -qt-libpng -qt-zlib -qt-libjpeg -plugin-sql-sqlite -widgets -qt-sql-sqlite -make libs -no-cups -no-nis -no-iconv -no-qml-debug -no-egl -no-opengl -no-icu -no-xcb -no-accessibility -no-javascript-jit -silent -xplatform linux-arm-gnueabi-g++ -arch.................................

    jsulmJ 1 Reply Last reply
    0
    • T The most recent future

      @jsulm
      ./configure -release -opensource -qt-libpng -qt-zlib -qt-libjpeg -plugin-sql-sqlite -widgets -qt-sql-sqlite -make libs -no-cups -no-nis -no-iconv -no-qml-debug -no-egl -no-opengl -no-icu -no-xcb -no-accessibility -no-javascript-jit -silent -xplatform linux-arm-gnueabi-g++ -arch.................................

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #10

      @The-most-recent-future I guess DBus module wasn't build. You will need to build it, it is in qtbase.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      T 1 Reply Last reply
      0
      • jsulmJ jsulm

        @The-most-recent-future I guess DBus module wasn't build. You will need to build it, it is in qtbase.

        T Offline
        T Offline
        The most recent future
        wrote on last edited by
        #11

        @jsulm
        thanks , it is in qtbase ?
        i not found in qtbase. please help me.
        thanks 2 jsulm.

        jsulmJ 1 Reply Last reply
        0
        • T The most recent future

          @jsulm
          thanks , it is in qtbase ?
          i not found in qtbase. please help me.
          thanks 2 jsulm.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #12

          @The-most-recent-future see YOUR_QT_SOURCE/qtbase/src
          Or just search for it in your Qt source code directory:

          find . -name dbus
          

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          T 1 Reply Last reply
          0
          • jsulmJ jsulm

            @The-most-recent-future see YOUR_QT_SOURCE/qtbase/src
            Or just search for it in your Qt source code directory:

            find . -name dbus
            
            T Offline
            T Offline
            The most recent future
            wrote on last edited by
            #13

            @jsulm

            thanks thanks ,
            how to build it. ?
            thanks again!

            jsulmJ 1 Reply Last reply
            0
            • T The most recent future

              @jsulm

              thanks thanks ,
              how to build it. ?
              thanks again!

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #14

              @The-most-recent-future If you execute

              ./configure -release -opensource -qt-libpng -qt-zlib -qt-libjpeg -plugin-sql-sqlite -widgets -qt-sql-sqlite -make libs -no-cups -no-nis -no-iconv -no-qml-debug -no-egl -no-opengl -no-icu -no-xcb -no-accessibility -no-javascript-jit -silent -xplatform linux-arm-gnueabi-g++ -arch
              

              and check what it says about DBus - does it activate DBus?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              T 1 Reply Last reply
              0
              • jsulmJ jsulm

                @The-most-recent-future If you execute

                ./configure -release -opensource -qt-libpng -qt-zlib -qt-libjpeg -plugin-sql-sqlite -widgets -qt-sql-sqlite -make libs -no-cups -no-nis -no-iconv -no-qml-debug -no-egl -no-opengl -no-icu -no-xcb -no-accessibility -no-javascript-jit -silent -xplatform linux-arm-gnueabi-g++ -arch
                

                and check what it says about DBus - does it activate DBus?

                T Offline
                T Offline
                The most recent future
                wrote on last edited by The most recent future
                #15

                @jsulm
                if add -dbus option,
                occurs error.

                jsulmJ 1 Reply Last reply
                0
                • T The most recent future

                  @jsulm
                  if add -dbus option,
                  occurs error.

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #16

                  @The-most-recent-future Why don't you post the error?
                  Most probably you're missing the DBus header files and libs for your target device.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  T 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @The-most-recent-future Why don't you post the error?
                    Most probably you're missing the DBus header files and libs for your target device.

                    T Offline
                    T Offline
                    The most recent future
                    wrote on last edited by
                    #17

                    @jsulm
                    like this ??
                    -dbus -dbus-linked -I/usr/local/arm/dbus-1.9.2/include/dbus-1.0
                    -I/usr/local/arm/dbus-1.9.2/lib/dbus-1.0/include
                    -L/usr/local/arm/dbus-1.9.2/lib -ldbus-1 -lpthread -lrt

                    jsulmJ 1 Reply Last reply
                    0
                    • T The most recent future

                      @jsulm
                      like this ??
                      -dbus -dbus-linked -I/usr/local/arm/dbus-1.9.2/include/dbus-1.0
                      -I/usr/local/arm/dbus-1.9.2/lib/dbus-1.0/include
                      -L/usr/local/arm/dbus-1.9.2/lib -ldbus-1 -lpthread -lrt

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by jsulm
                      #18

                      @The-most-recent-future configure should actually find the headers/libs by itself if they are installed.
                      Did you install DBUS headers/libs FOR YOUR TARGET DEVICE?

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      T 1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @The-most-recent-future configure should actually find the headers/libs by itself if they are installed.
                        Did you install DBUS headers/libs FOR YOUR TARGET DEVICE?

                        T Offline
                        T Offline
                        The most recent future
                        wrote on last edited by
                        #19

                        @jsulm
                        install DBUS headers/libs FOR YOUR TARGET DEVICE

                        I do not known how to do it. please help me.

                        make

                        iling ../3rdparty/double-conversion/bignum-dtoa.cc
                        compiling ../3rdparty/double-conversion/bignum.cc
                        compiling ../3rdparty/double-conversion/cached-powers.cc
                        compiling ../3rdparty/double-conversion/diy-fp.cc
                        compiling ../3rdparty/double-conversion/double-conversion.cc
                        compiling ../3rdparty/double-conversion/fast-dtoa.cc
                        compiling ../3rdparty/double-conversion/fixed-dtoa.cc
                        compiling ../3rdparty/double-conversion/strtod.cc
                        compiling qml/qqmlinstruction.cpp
                        compiling qml/qqmlopenmetaobject.cpp
                        compiling qml/qqmlvmemetaobject.cpp
                        compiling qml/qqmlengine.cpp
                        moc qml/qqmlexpression.h
                        compiling qml/qqmlproperty.cpp
                        compiling qml/qqmlcomponent.cpp
                        compiling qml/qqmlincubator.cpp
                        compiling qml/qqmlcontext.cpp

                        so : those file in dbus folder has no built

                        jsulmJ 1 Reply Last reply
                        0
                        • T The most recent future

                          @jsulm
                          install DBUS headers/libs FOR YOUR TARGET DEVICE

                          I do not known how to do it. please help me.

                          make

                          iling ../3rdparty/double-conversion/bignum-dtoa.cc
                          compiling ../3rdparty/double-conversion/bignum.cc
                          compiling ../3rdparty/double-conversion/cached-powers.cc
                          compiling ../3rdparty/double-conversion/diy-fp.cc
                          compiling ../3rdparty/double-conversion/double-conversion.cc
                          compiling ../3rdparty/double-conversion/fast-dtoa.cc
                          compiling ../3rdparty/double-conversion/fixed-dtoa.cc
                          compiling ../3rdparty/double-conversion/strtod.cc
                          compiling qml/qqmlinstruction.cpp
                          compiling qml/qqmlopenmetaobject.cpp
                          compiling qml/qqmlvmemetaobject.cpp
                          compiling qml/qqmlengine.cpp
                          moc qml/qqmlexpression.h
                          compiling qml/qqmlproperty.cpp
                          compiling qml/qqmlcomponent.cpp
                          compiling qml/qqmlincubator.cpp
                          compiling qml/qqmlcontext.cpp

                          so : those file in dbus folder has no built

                          jsulmJ Offline
                          jsulmJ Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on last edited by
                          #20

                          @The-most-recent-future It depends on your target device and sysroot. I already asked you about your sysroot - you did not provide an answer. So, what is your sysroot?

                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                          T 1 Reply Last reply
                          0
                          • jsulmJ jsulm

                            @The-most-recent-future It depends on your target device and sysroot. I already asked you about your sysroot - you did not provide an answer. So, what is your sysroot?

                            T Offline
                            T Offline
                            The most recent future
                            wrote on last edited by
                            #21

                            @jsulm

                            i do not known what is sysroot.

                            is this ??
                            http://blog.csdn.net/yanzi1225627/article/details/7855124

                            jsulmJ 1 Reply Last reply
                            0
                            • T The most recent future

                              @jsulm

                              i do not known what is sysroot.

                              is this ??
                              http://blog.csdn.net/yanzi1225627/article/details/7855124

                              jsulmJ Offline
                              jsulmJ Offline
                              jsulm
                              Lifetime Qt Champion
                              wrote on last edited by
                              #22

                              @The-most-recent-future I cannot read Chinese.
                              I explained yesterday what a sysroot is.

                              https://forum.qt.io/topic/113070/qt-code-of-conduct

                              T 1 Reply Last reply
                              0
                              • jsulmJ jsulm

                                @The-most-recent-future I cannot read Chinese.
                                I explained yesterday what a sysroot is.

                                T Offline
                                T Offline
                                The most recent future
                                wrote on last edited by
                                #23

                                @jsulm
                                how to do , how to do
                                crying cryying crying..........

                                jsulmJ 1 Reply Last reply
                                0
                                • T The most recent future

                                  @jsulm
                                  how to do , how to do
                                  crying cryying crying..........

                                  jsulmJ Offline
                                  jsulmJ Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #24

                                  @The-most-recent-future Crying will not help.
                                  If you want to do something learn how to do it first.
                                  If you want to cross compile then learn how it works.
                                  For cross compilation you need a sysroot.
                                  Here is a description for Raspberry PI: https://wiki.qt.io/RaspberryPi_Beginners_Guide
                                  Does the manufacturer of your device provide something for development?

                                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                                  T 4 Replies Last reply
                                  1
                                  • jsulmJ jsulm

                                    @The-most-recent-future Crying will not help.
                                    If you want to do something learn how to do it first.
                                    If you want to cross compile then learn how it works.
                                    For cross compilation you need a sysroot.
                                    Here is a description for Raspberry PI: https://wiki.qt.io/RaspberryPi_Beginners_Guide
                                    Does the manufacturer of your device provide something for development?

                                    T Offline
                                    T Offline
                                    The most recent future
                                    wrote on last edited by
                                    #25

                                    @jsulm
                                    thanks .

                                    1 Reply Last reply
                                    0
                                    • jsulmJ jsulm

                                      @The-most-recent-future Crying will not help.
                                      If you want to do something learn how to do it first.
                                      If you want to cross compile then learn how it works.
                                      For cross compilation you need a sysroot.
                                      Here is a description for Raspberry PI: https://wiki.qt.io/RaspberryPi_Beginners_Guide
                                      Does the manufacturer of your device provide something for development?

                                      T Offline
                                      T Offline
                                      The most recent future
                                      wrote on last edited by
                                      #26

                                      @jsulm
                                      now , i used dbus-1.2.tar.gz package.
                                      in configure file :
                                      -dbus is success.

                                      1 Reply Last reply
                                      0
                                      • jsulmJ jsulm

                                        @The-most-recent-future Crying will not help.
                                        If you want to do something learn how to do it first.
                                        If you want to cross compile then learn how it works.
                                        For cross compilation you need a sysroot.
                                        Here is a description for Raspberry PI: https://wiki.qt.io/RaspberryPi_Beginners_Guide
                                        Does the manufacturer of your device provide something for development?

                                        T Offline
                                        T Offline
                                        The most recent future
                                        wrote on last edited by
                                        #27

                                        @jsulm
                                        libQt5Core.so.5.2.0 libQt5Network.so.5.2.0 libQt5ScriptTools.so.5.2.0 libQt5XmlPatterns.prl
                                        libQt5DBus.la libQt5Nfc.la libQt5Sensors.la libQt5XmlPatterns.so
                                        libQt5DBus.prl libQt5Nfc.prl libQt5Sensors.prl libQt5XmlPatterns.so.5
                                        libQt5DBus.so libQt5Nfc.so libQt5Sensors.so libQt5XmlPatterns.so.5.2
                                        libQt5DBus.so.5 libQt5Nfc.so.5 libQt5Sensors.so.5 libQt5XmlPatterns.so.5.2.0
                                        libQt5DBus.so.5.2 libQt5Nfc.so.5.2 libQt5Sensors.so.5.2 libQt5Xml.prl
                                        libQt5DBus.so.5.2.0

                                        1 Reply Last reply
                                        0
                                        • jsulmJ jsulm

                                          @The-most-recent-future Crying will not help.
                                          If you want to do something learn how to do it first.
                                          If you want to cross compile then learn how it works.
                                          For cross compilation you need a sysroot.
                                          Here is a description for Raspberry PI: https://wiki.qt.io/RaspberryPi_Beginners_Guide
                                          Does the manufacturer of your device provide something for development?

                                          T Offline
                                          T Offline
                                          The most recent future
                                          wrote on last edited by
                                          #28

                                          @jsulm
                                          used this function , the libQtDBus.so can be built by Qt

                                          jsulmJ 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