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. [SOLVED] Building Qt for WinRT with DBus support
QtWS25 Last Chance

[SOLVED] Building Qt for WinRT with DBus support

Scheduled Pinned Locked Moved Mobile and Embedded
dbuswindows phonewindows rt
7 Posts 3 Posters 2.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.
  • A Offline
    A Offline
    ashishbansal
    wrote on last edited by ashishbansal
    #1

    Hi,
    I want QDbus Support in my WinRT application.
    So, I cloned the Qt sources and changed the git branch to 5.4.1
    And then used this command[1] to build Qt for WinRT.
    I got output that QtDbus Support............No

    Can anyone please tell me, how to enable that?

    [1] ..\qt5\configure.bat -xplatform winrt-x64-msvc2013 -developer-build -release -opensource -confirm-license -nomake tests

    1 Reply Last reply
    0
    • tomasz3dkT Offline
      tomasz3dkT Offline
      tomasz3dk
      wrote on last edited by
      #2

      AFAIK the QtDBus module is a Unix-only library.

      A 1 Reply Last reply
      0
      • tomasz3dkT tomasz3dk

        AFAIK the QtDBus module is a Unix-only library.

        A Offline
        A Offline
        ashishbansal
        wrote on last edited by
        #3

        @tomasz3dk
        Isn't it possible to get it on Windows?

        tomasz3dkT 1 Reply Last reply
        0
        • A ashishbansal

          @tomasz3dk
          Isn't it possible to get it on Windows?

          tomasz3dkT Offline
          tomasz3dkT Offline
          tomasz3dk
          wrote on last edited by tomasz3dk
          #4

          @ashishbansal
          I found this: https://forum.qt.io/topic/38311/qtdbus-windows-qt-5-2-1-mingw-dbus-1-8-0/2, but i don't know if it will work on WinRT.

          A 1 Reply Last reply
          0
          • tomasz3dkT tomasz3dk

            @ashishbansal
            I found this: https://forum.qt.io/topic/38311/qtdbus-windows-qt-5-2-1-mingw-dbus-1-8-0/2, but i don't know if it will work on WinRT.

            A Offline
            A Offline
            ashishbansal
            wrote on last edited by
            #5

            @tomasz3dk said:

            @ashishbansal
            I found this: https://forum.qt.io/topic/38311/qtdbus-windows-qt-5-2-1-mingw-dbus-1-8-0/2, but i don't know if it will work on WinRT.

            I want to know how he built the QDBus Module for windows. But it has not been mentioned there.

            Thanks
            Ashish Bansal

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

              It depends if you want to have it linked at build time or dynamically loaded like e.g. OpenSSL. IIRC the options are -dbus and -dbus-linked. Don't forget to provide 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
              1
              • A Offline
                A Offline
                ashishbansal
                wrote on last edited by
                #7

                @SGaist Okay, thanks :)

                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