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. [SOLVED] How to configure Qt to enable another module
QtWS25 Last Chance

[SOLVED] How to configure Qt to enable another module

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.1k 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.
  • W Offline
    W Offline
    wibstr
    wrote on last edited by
    #1

    I have Qt 4.8.0 opensource installed on my Windows 7 machine. I would like to start using QtDBus, but it's not enabled in my current installation (the sources are there, but the right defines aren't set and the dll's aren't built). What's the quickest way to add it to my installation? I'm hoping for something like "configure +qtdbus" followed by "nmake" or similar. I'd like to avoid reinstalling everything from scratch.

    Thanks.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dbzhang800
      wrote on last edited by
      #2

      If you have read the manual of Qt, you should notice that

      bq. The Qt D-Bus module is a Unix-only library that you can use to perform Inter-Process Communication using the D-Bus protocol.

      However, you can give a try to compile it under Windows if you have compiled D-Bus library under Windows.

      The steps can be found in
      http://www.lothlorien.com/kf6gpe/?p=141


      By the way, If you want to find the easiest way to get QtDbus support for Windows. You can download kde for windows.

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wibstr
        wrote on last edited by
        #3

        Ah, I'd missed that. 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