Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-498

Duplicate dependency Qt/core

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.2.0
    • 1.2.0
    • General
    • None
    • 70469d4a6d41bd41aa87a72f2d270a0d16c4deb4

    Description

      When building my project I receive:

      WARNING: /Users/developer/Library/Preferences/qbs/profiles/qt-5-2-0/modules/Qt/network/module.qbs:4:1 Duplicate dependency 'Qt/core'.
      WARNING: /Users/developer/Library/Preferences/qbs/profiles/qt-5-2-0/modules/Qt/widgets/module.qbs:4:1 Duplicate dependency 'Qt/core'.
      WARNING: /Users/developer/Library/Preferences/qbs/profiles/qt-5-2-0/modules/Qt/xmlpatterns/module.qbs:4:1 Duplicate dependency 'Qt/core'.
      

      For reference, the network module is:

      import qbs 1.0
      import '../QtModule.qbs' as QtModule
      
      QtModule {
          qtModuleName: "Network"
          Depends { name: "Qt"; submodules: ['core', ] }
          hasLibrary: true
          cpp.includePaths: base.concat(['/Users/developer/Qt/5.2.0/clang_64/include', '/Users/developer/Qt/5.2.0/clang_64/include/QtNetwork', ])
          
      }
      

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes