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

qt3d: OSX: assimp config test doesn't pass

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.7
    • 5.5.0
    • Qt3D
    • None
    • macOS

    Description

      Brew includes assimp and pkg-config. Of course brew can't be a requirement for building Qt on OS X, but it would be nice if assimp could be found in this case.

      If I change ~/dev/qt5/qt3d/config.tests/assimp/assimp.pro:

      -LIBS += -lassimp
      +LIBS += -lassimp -L/usr/local/lib
      
      -unix {
           CONFIG += link_pkgconfig
           PKGCONFIG += assimp
      -}
      

      so that it should try to use pkgconfig on all OSes, it still says

      Project ERROR: assimp development package not found

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes