Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-13519

Bearer Management Makefile error when compiling with DBus on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.1
    • 4.7.0
    • None
    • b8c1712988f00d7bb2e9ca02b598a77fb2a6ff01

    Description

      On windows, when compiling Qt 4.7 with D-Bus support, bearer.pro adds the 'generic' subdir twice, thus causing a Makefile error:

      contains(QT_CONFIG, dbus) {
          contains(QT_CONFIG, icd) {
              SUBDIRS += icd
          } else {
              SUBDIRS += generic  # <---- adding generic once
              linux*:SUBDIRS += connman networkmanager
          }
      }
      
      win32:SUBDIRS += generic  # <---- adding generic twice
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            amccarth Aaron McCarthy (closed Nokia identity) (Inactive)
            gregschlom Gregory Schlomoff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes