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. anyone succes with macqtdeploy ?
Forum Updated to NodeBB v4.3 + New Features

anyone succes with macqtdeploy ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
17 Posts 2 Posters 657 Views 1 Watching
  • 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #3

    @SGaist
    Qt : 5.12
    dependendies : opencv , mkl , dlib , openblas

    same Project perfectly fully packaged in linux versiyon. all required library copied and correctly linken in app.

    mac version does not copy all required library to Frameworks neither linked them in app correctly.

    this is the problem.

    bundled app working in my mac because there is libraries in my @rpath but not working other mac and missing libraries.

    best

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

      Linux and macOS while both unix like don't work the same.

      Did you check the logs of macdeployqt ?
      How are you calling it ?
      Again: what exactly does not work ?
      Did you look what libraries did fail to load ?
      Look for them in the macdeployqt output.

      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
      0
      • R Offline
        R Offline
        RahibeMeryem
        wrote on last edited by RahibeMeryem
        #5

        @SGaist

        I ran :

        macdeployqt MBC_DETECTOR.app -verbose=3

        its copied openblas and libpng library but there is nothing showed in the log regarding to opencv and other.

        my .pro config:

        QT_CONFIG -= no-pkg-config
        CONFIG += link_pkgconfig

        PKGCONFIG += opencv
        PKGCONFIG += openblas
        PKGCONFIG += libpng16
        PKGCONFIG += dlib-1
        LIBS +=-L/usr/local/lib/ -lzmq

        after macdeployqt the otool -L is.

        @executable_path/../Frameworks/libzmq.5.dylib (compatibility version 7.0.0, current version 7.5.0)
        @rpath/libopencv_stitching.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_superres.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_videostab.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_aruco.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_bgsegm.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_bioinspired.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_ccalib.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_dpm.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_face.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_photo.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_freetype.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_fuzzy.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_hdf.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_img_hash.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_line_descriptor.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_optflow.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_reg.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_rgbd.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_saliency.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_sfm.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_stereo.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_structured_light.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_phase_unwrapping.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_surface_matching.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_tracking.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_datasets.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_text.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_dnn.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_plot.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_xfeatures2d.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_shape.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_video.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_ml.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_ximgproc.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_calib3d.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_features2d.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_highgui.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_videoio.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_flann.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_xobjdetect.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_imgcodecs.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_objdetect.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_xphoto.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_imgproc.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @rpath/libopencv_core.3.4.dylib (compatibility version 3.4.0, current version 3.4.0)
        @executable_path/../Frameworks/libopenblasp-r0.3.0.dev.dylib (compatibility version 0.0.0, current version 0.0.0)
        @rpath/libdlib.19.9.99.dylib (compatibility version 0.0.0, current version 19.9.99)
        @executable_path/../Frameworks/libpng16.16.dylib (compatibility version 54.0.0, current version 54.0.0)
        /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
        @rpath/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.12.0, current version 5.12.1)
        @rpath/QtGui.framework/Versions/5/QtGui (compatibility version 5.12.0, current version 5.12.1)
        @rpath/QtCore.framework/Versions/5/QtCore (compatibility version 5.12.0, current version 5.12.1)
        /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
        @rpath/QtMqtt.framework/Versions/5/QtMqtt (compatibility version 5.11.0, current version 5.11.0)
        @rpath/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.12.0, current version 5.12.1)
        @rpath/QtConcurrent.framework/Versions/5/QtConcurrent (compatibility version 5.12.0, current version 5.12.1)
        /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.0.0)

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

          Can you show the log of macdeployqt ?

          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
          0
          • R Offline
            R Offline
            RahibeMeryem
            wrote on last edited by
            #7

            SGaist

            macdeployqt MBC_DETECTOR-xx.app -verbose=3
            
            
            Log: Using otool:
            Log:  inspecting "/Users/ccc/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log: Using otool:
            Log:  inspecting "/usr/local/opt/zeromq/lib/libzmq.5.dylib"
            Log: Adding framework:
            Log: Framework name "libzmq.5.dylib" 
             Framework directory "/usr/local/opt/zeromq/lib/" 
             Framework path "/usr/local/opt/zeromq/lib/libzmq.5.dylib" 
             Binary directory "/usr/local/opt/zeromq/lib/" 
             Binary name "libzmq.5.dylib" 
             Binary path "/usr/local/opt/zeromq/lib/libzmq.5.dylib" 
             Version "" 
             Install name "/usr/local/opt/zeromq/lib/libzmq.5.dylib" 
             Deployed install name "@executable_path/../Frameworks/libzmq.5.dylib" 
             Source file Path "/usr/local/opt/zeromq/lib/libzmq.5.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using otool:
            Log:  inspecting "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib"
            Log: Adding framework:
            Log: Framework name "libopenblasp-r0.3.0.dev.dylib" 
             Framework directory "/usr/local/opt/openblas/lib/" 
             Framework path "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib" 
             Binary directory "/usr/local/opt/openblas/lib/" 
             Binary name "libopenblasp-r0.3.0.dev.dylib" 
             Binary path "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib" 
             Version "" 
             Install name "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib" 
             Deployed install name "@executable_path/../Frameworks/libopenblasp-r0.3.0.dev.dylib" 
             Source file Path "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using otool:
            Log:  inspecting "/usr/local/opt/libpng/lib/libpng16.16.dylib"
            Log: Adding framework:
            Log: Framework name "libpng16.16.dylib" 
             Framework directory "/usr/local/opt/libpng/lib/" 
             Framework path "/usr/local/opt/libpng/lib/libpng16.16.dylib" 
             Binary directory "/usr/local/opt/libpng/lib/" 
             Binary name "libpng16.16.dylib" 
             Binary path "/usr/local/opt/libpng/lib/libpng16.16.dylib" 
             Version "" 
             Install name "/usr/local/opt/libpng/lib/libpng16.16.dylib" 
             Deployed install name "@executable_path/../Frameworks/libpng16.16.dylib" 
             Source file Path "/usr/local/opt/libpng/lib/libpng16.16.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
            Log: Adding framework:
            Log: Framework name "QtWidgets.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
             Binary directory "Versions/5" 
             Binary name "QtWidgets" 
             Binary path "/Versions/5/QtWidgets" 
             Version "5" 
             Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
             Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
            Log: Adding framework:
            Log: Framework name "QtGui.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
             Binary directory "Versions/5" 
             Binary name "QtGui" 
             Binary path "/Versions/5/QtGui" 
             Version "5" 
             Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
             Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
            Log: Adding framework:
            Log: Framework name "QtCore.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
             Binary directory "Versions/5" 
             Binary name "QtCore" 
             Binary path "/Versions/5/QtCore" 
             Version "5" 
             Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
             Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework/Versions/5/QtMqtt"
            Log: Adding framework:
            Log: Framework name "QtMqtt.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework" 
             Binary directory "Versions/5" 
             Binary name "QtMqtt" 
             Binary path "/Versions/5/QtMqtt" 
             Version "5" 
             Install name "@rpath/QtMqtt.framework/Versions/5/QtMqtt" 
             Deployed install name "@rpath/QtMqtt.framework/Versions/5/QtMqtt" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework/Versions/5/QtMqtt" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtMqtt.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtMqtt.framework/Versions/5" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork"
            Log: Adding framework:
            Log: Framework name "QtNetwork.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework" 
             Binary directory "Versions/5" 
             Binary name "QtNetwork" 
             Binary path "/Versions/5/QtNetwork" 
             Version "5" 
             Install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
             Deployed install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework/Versions/5" 
            
            Log: Using otool:
            Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework/Versions/5/QtConcurrent"
            Log: Adding framework:
            Log: Framework name "QtConcurrent.framework" 
             Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
             Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework" 
             Binary directory "Versions/5" 
             Binary name "QtConcurrent" 
             Binary path "/Versions/5/QtConcurrent" 
             Version "5" 
             Install name "@rpath/QtConcurrent.framework/Versions/5/QtConcurrent" 
             Deployed install name "@rpath/QtConcurrent.framework/Versions/5/QtConcurrent" 
             Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework/Versions/5/QtConcurrent" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtConcurrent.framework" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtConcurrent.framework/Versions/5" 
            
            Log:
            Log: Deploying Qt frameworks found inside: ("/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx")
            Log:  copied: "/usr/local/opt/zeromq/lib/libzmq.5.dylib"
            Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libzmq.5.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/opt/zeromq/lib/libzmq.5.dylib"
            Log:  to "@executable_path/../Frameworks/libzmq.5.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/Cellar/zeromq/4.2.5/lib/libzmq.5.dylib"
            Log:  to "@executable_path/../Frameworks/libzmq.5.dylib"
            Log: Using strip:
            Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libzmq.5.dylib"
            Log: Using install_name_tool:
            Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libzmq.5.dylib"
            Log:  to "@executable_path/../Frameworks/libzmq.5.dylib"
            Log: Using otool:
            Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libzmq.5.dylib"
            Log:  copied: "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib"
            Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/opt/openblas/lib/libopenblasp-r0.3.0.dev.dylib"
            Log:  to "@executable_path/../Frameworks/libopenblasp-r0.3.0.dev.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/Cellar/openblas/0.3.0/lib/libopenblasp-r0.3.0.dev.dylib"
            Log:  to "@executable_path/../Frameworks/libopenblasp-r0.3.0.dev.dylib"
            Log: Using strip:
            Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log: Using install_name_tool:
            Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  to "@executable_path/../Frameworks/libopenblasp-r0.3.0.dev.dylib"
            Log: Using otool:
            Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log: Using otool:
            Log:  inspecting "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib"
            Log: Adding framework:
            Log: Framework name "libgfortran.5.dylib" 
             Framework directory "/usr/local/opt/gcc/lib/gcc/8/" 
             Framework path "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib" 
             Binary directory "/usr/local/opt/gcc/lib/gcc/8/" 
             Binary name "libgfortran.5.dylib" 
             Binary path "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib" 
             Version "" 
             Install name "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib" 
             Deployed install name "@executable_path/../Frameworks/libgfortran.5.dylib" 
             Source file Path "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using otool:
            Log:  inspecting "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
            Log: Adding framework:
            Log: Framework name "libquadmath.0.dylib" 
             Framework directory "/usr/local/opt/gcc/lib/gcc/8/" 
             Framework path "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib" 
             Binary directory "/usr/local/opt/gcc/lib/gcc/8/" 
             Binary name "libquadmath.0.dylib" 
             Binary path "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib" 
             Version "" 
             Install name "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib" 
             Deployed install name "@executable_path/../Frameworks/libquadmath.0.dylib" 
             Source file Path "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using otool:
            Log:  inspecting "/usr/local/lib/gcc/8/libgcc_s.1.dylib"
            Log: Adding framework:
            Log: Framework name "libgcc_s.1.dylib" 
             Framework directory "/usr/local/lib/gcc/8/" 
             Framework path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
             Binary directory "/usr/local/lib/gcc/8/" 
             Binary name "libgcc_s.1.dylib" 
             Binary path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
             Version "" 
             Install name "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib" 
             Deployed install name "@executable_path/../Frameworks/libgcc_s.1.dylib" 
             Source file Path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
             Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
             Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
            
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib"
            Log:  to "@executable_path/../Frameworks/libgfortran.5.dylib"
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgfortran.5.dylib"
            Log:  to "@executable_path/../Frameworks/libgfortran.5.dylib"
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
            Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib"
            Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib"
            Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
            Log: Using install_name_tool:
            Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libopenblasp-r0.3.0.dev.dylib"
            Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgcc_s.1.dylib"
            Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
            Log:  copied: "/usr/local/opt/libpng/lib/libpng16.16.dylib"
            Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libpng16.16.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/opt/libpng/lib/libpng16.16.dylib"
            Log:  to "@executable_path/../Frameworks/libpng16.16.dylib"
            Log: Using install_name_tool:
            Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
            Log:  change reference "/usr/local/Cellar/libpng/1.6.37/lib/libpng16.16.dylib"
            Log:  to "@executable_path/../Frameworks/libpng16.16.dylib"
            Log: Using strip:
            Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libpng16.16.dylib"
            Log: Using install_name_tool:
            Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libpng16.16.dylib"
            Log:  to "@executable_path/../Frameworks/libpng16.16.dylib"
            Log: Using otool:
            Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libpng16.16.dylib"
            Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
            Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets"
            Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources"
            Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Resources/Info.plist"
            Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources/Info.plist"
            Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/QtWidgets"
            Log:  points to "Versions/Current/QtWidgets"
            Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Resources"
            Log:  points to "Versions/Current/Resources"
            Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/Current"
            Log:  points to "5"
            '
            1 Reply Last reply
            0
            • R Offline
              R Offline
              RahibeMeryem
              wrote on last edited by
              #8

              @SGaist

              Log: Using install_name_tool:
              Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
              Log:  change reference "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
              Log:  to "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
              Log: Using strip:
              Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets"
              Log: Using otool:
              Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets"
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
              Log: Adding framework:
              Log: Framework name "QtGui.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
               Binary directory "Versions/5" 
               Binary name "QtGui" 
               Binary path "/Versions/5/QtGui" 
               Version "5" 
               Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
               Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
              
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
              Log: Adding framework:
              Log: Framework name "QtCore.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
               Binary directory "Versions/5" 
               Binary name "QtCore" 
               Binary path "/Versions/5/QtCore" 
               Version "5" 
               Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
              
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui"
              Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Resources/Info.plist"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources/Info.plist"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/QtGui"
              Log:  points to "Versions/Current/QtGui"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Resources"
              Log:  points to "Versions/Current/Resources"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/Current"
              Log:  points to "5"
              Log: Using install_name_tool:
              Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
              Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
              Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
              Log: Using strip:
              Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui"
              Log: Using otool:
              Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui"
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
              Log: Adding framework:
              Log: Framework name "QtCore.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
               Binary directory "Versions/5" 
               Binary name "QtCore" 
               Binary path "/Versions/5/QtCore" 
               Version "5" 
               Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
              
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore"
              Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Resources/Info.plist"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources/Info.plist"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/QtCore"
              Log:  points to "Versions/Current/QtCore"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Resources"
              Log:  points to "Versions/Current/Resources"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/Current"
              Log:  points to "5"
              Log: Using install_name_tool:
              Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
              Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
              Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
              Log: Using strip:
              Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore"
              Log: Using otool:
              Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework/Versions/5/QtMqtt"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/5/QtMqtt"
              Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/5/Resources"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtMqtt.framework/Resources/Info.plist"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/5/Resources/Info.plist"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/QtMqtt"
              Log:  points to "Versions/Current/QtMqtt"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Resources"
              Log:  points to "Versions/Current/Resources"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/Current"
              Log:  points to "5"
              Log: Using install_name_tool:
              Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
              Log:  change reference "@rpath/QtMqtt.framework/Versions/5/QtMqtt"
              Log:  to "@rpath/QtMqtt.framework/Versions/5/QtMqtt"
              Log: Using strip:
              Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/5/QtMqtt"
              Log: Using otool:
              Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtMqtt.framework/Versions/5/QtMqtt"
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork"
              Log: Adding framework:
              Log: Framework name "QtNetwork.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework" 
               Binary directory "Versions/5" 
               Binary name "QtNetwork" 
               Binary path "/Versions/5/QtNetwork" 
               Version "5" 
               Install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
               Deployed install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework/Versions/5" 
              
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
              Log: Adding framework:
              Log: Framework name "QtCore.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
               Binary directory "Versions/5" 
               Binary name "QtCore" 
               Binary path "/Versions/5/QtCore" 
               Version "5" 
               Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
              
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork"
              Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/5/Resources"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Resources/Info.plist"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/5/Resources/Info.plist"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/QtNetwork"
              Log:  points to "Versions/Current/QtNetwork"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Resources"
              Log:  points to "Versions/Current/Resources"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/Current"
              Log:  points to "5"
              Log: Using install_name_tool:
              Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
              Log:  change reference "@rpath/QtNetwork.framework/Versions/5/QtNetwork"
              Log:  to "@rpath/QtNetwork.framework/Versions/5/QtNetwork"
              Log: Using strip:
              Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork"
              Log: Using otool:
              Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork"
              Log: Using otool:
              Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
              Log: Adding framework:
              Log: Framework name "QtCore.framework" 
               Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
               Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
               Binary directory "Versions/5" 
               Binary name "QtCore" 
               Binary path "/Versions/5/QtCore" 
               Version "5" 
               Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
               Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
               Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
               Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
              
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework/Versions/5/QtConcurrent"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent"
              Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/Resources"
              Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtConcurrent.framework/Resources/Info.plist"
              Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/Resources/Info.plist"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/QtConcurrent"
              Log:  points to "Versions/Current/QtConcurrent"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Resources"
              Log:  points to "Versions/Current/Resources"
              Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/Current"
              Log:  points to "5"
              
              1 Reply Last reply
              0
              • R Offline
                R Offline
                RahibeMeryem
                wrote on last edited by
                #9

                @SGaist

                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "@rpath/QtConcurrent.framework/Versions/5/QtConcurrent"
                Log:  to "@rpath/QtConcurrent.framework/Versions/5/QtConcurrent"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                Log: Adding framework:
                Log: Framework name "QtCore.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtCore" 
                 Binary path "/Versions/5/QtCore" 
                 Version "5" 
                 Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                
                Log:  copied: "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgfortran.5.dylib"
                Log:  to "@executable_path/../Frameworks/libgfortran.5.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgfortran.5.dylib"
                Log:  to "@executable_path/../Frameworks/libgfortran.5.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log: Using install_name_tool:
                Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log:  to "@executable_path/../Frameworks/libgfortran.5.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log: Using otool:
                Log:  inspecting "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib"
                Log: Adding framework:
                Log: Framework name "libquadmath.0.dylib" 
                 Framework directory "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/" 
                 Framework path "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib" 
                 Binary directory "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/" 
                 Binary name "libquadmath.0.dylib" 
                 Binary path "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib" 
                 Version "" 
                 Install name "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib" 
                 Deployed install name "@executable_path/../Frameworks/libquadmath.0.dylib" 
                 Source file Path "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
                
                Log: Using otool:
                Log:  inspecting "/usr/local/lib/gcc/8/libgcc_s.1.dylib"
                Log: Adding framework:
                Log: Framework name "libgcc_s.1.dylib" 
                 Framework directory "/usr/local/lib/gcc/8/" 
                 Framework path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Binary directory "/usr/local/lib/gcc/8/" 
                 Binary name "libgcc_s.1.dylib" 
                 Binary path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Version "" 
                 Install name "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib" 
                 Deployed install name "@executable_path/../Frameworks/libgcc_s.1.dylib" 
                 Source file Path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
                
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgfortran.5.dylib"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log:  copied: "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log: Using otool:
                Log:  inspecting "/usr/local/lib/gcc/8/libgcc_s.1.dylib"
                Log: Adding framework:
                Log: Framework name "libgcc_s.1.dylib" 
                 Framework directory "/usr/local/lib/gcc/8/" 
                 Framework path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Binary directory "/usr/local/lib/gcc/8/" 
                 Binary name "libgcc_s.1.dylib" 
                 Binary path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Version "" 
                 Install name "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib" 
                 Deployed install name "@executable_path/../Frameworks/libgcc_s.1.dylib" 
                 Source file Path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
                
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log:  copied: "/usr/local/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks//libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log: Using install_name_tool:
                Log:  change identification in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  to "@executable_path/../Frameworks/libquadmath.0.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log: Using otool:
                Log:  inspecting "/usr/local/lib/gcc/8/libgcc_s.1.dylib"
                Log: Adding framework:
                Log: Framework name "libgcc_s.1.dylib" 
                 Framework directory "/usr/local/lib/gcc/8/" 
                 Framework path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Binary directory "/usr/local/lib/gcc/8/" 
                 Binary name "libgcc_s.1.dylib" 
                 Binary path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Version "" 
                 Install name "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib" 
                 Deployed install name "@executable_path/../Frameworks/libgcc_s.1.dylib" 
                 Source file Path "/usr/local/lib/gcc/8/libgcc_s.1.dylib" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/" 
                
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  change reference "/usr/local/opt/gcc/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/Frameworks//libquadmath.0.dylib"
                Log:  change reference "/usr/local/Cellar/gcc/8.1.0/lib/gcc/8/libgcc_s.1.dylib"
                Log:  to "@executable_path/../Frameworks/libgcc_s.1.dylib"
                Log: Using install_name_tool:
                Log:  change rpaths in "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                Log:  using ("-delete_rpath", "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib", "-add_rpath", "@executable_path/../Frameworks")
                Log:
                Log: Deploying plugins from "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/platforms/libqcocoa.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                Log: Adding framework:
                Log: Framework name "QtGui.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtGui" 
                 Binary path "/Versions/5/QtGui" 
                 Version "5" 
                 Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                Log: Adding framework:
                Log: Framework name "QtCore.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtCore" 
                 Binary path "/Versions/5/QtCore" 
                 Version "5" 
                 Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework/Versions/5/QtDBus"
                Log: Adding framework:
                Log: Framework name "QtDBus.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtDBus" 
                 Binary path "/Versions/5/QtDBus" 
                 Version "5" 
                 Install name "@rpath/QtDBus.framework/Versions/5/QtDBus" 
                 Deployed install name "@rpath/QtDBus.framework/Versions/5/QtDBus" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework/Versions/5/QtDBus" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtDBus.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtDBus.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Adding framework:
                Log: Framework name "QtPrintSupport.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtPrintSupport" 
                 Binary path "/Versions/5/QtPrintSupport" 
                 Version "5" 
                 Install name "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Deployed install name "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtPrintSupport.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtPrintSupport.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                Log: Adding framework:
                Log: Framework name "QtWidgets.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtWidgets" 
                 Binary path "/Versions/5/QtWidgets" 
                 Version "5" 
                 Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                
                Log:
                Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib")
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework/Versions/5/QtDBus"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus"
                Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtDBus.framework/Resources/Info.plist"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources/Info.plist"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/QtDBus"
                Log:  points to "Versions/Current/QtDBus"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Resources"
                Log:  points to "Versions/Current/Resources"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/Current"
                Log:  points to "5"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log:  change reference "@rpath/QtDBus.framework/Versions/5/QtDBus"
                Log:  to "@rpath/QtDBus.framework/Versions/5/QtDBus"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                Log: Adding framework:
                Log: Framework name "QtCore.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtCore" 
                 Binary path "/Versions/5/QtCore" 
                 Version "5" 
                 Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Resources/Info.plist"
                Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources/Info.plist"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/QtPrintSupport"
                Log:  points to "Versions/Current/QtPrintSupport"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Resources"
                Log:  points to "Versions/Current/Resources"
                Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/Current"
                Log:  points to "5"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log:  change reference "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log:  to "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                Log: Adding framework:
                Log: Framework name "QtWidgets.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtWidgets" 
                 Binary path "/Versions/5/QtWidgets" 
                 Version "5" 
                 Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                Log: Adding framework:
                Log: Framework name "QtGui.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtGui" 
                 Binary path "/Versions/5/QtGui" 
                 Version "5" 
                 Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                Log: Adding framework:
                Log: Framework name "QtCore.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtCore" 
                 Binary path "/Versions/5/QtCore" 
                 Version "5" 
                 Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/platforms/libqcocoa.dylib"
                Log:  change reference "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                Log:  to "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/printsupport/libcocoaprintersupport.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Adding framework:
                Log: Framework name "QtPrintSupport.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtPrintSupport" 
                 Binary path "/Versions/5/QtPrintSupport" 
                 Version "5" 
                 Install name "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Deployed install name "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtPrintSupport.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtPrintSupport.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                Log: Adding framework:
                Log: Framework name "QtWidgets.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtWidgets" 
                 Binary path "/Versions/5/QtWidgets" 
                 Version "5" 
                 Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                Log: Adding framework:
                Log: Framework name "QtGui.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtGui" 
                 Binary path "/Versions/5/QtGui" 
                 Version "5" 
                 Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                Log: Adding framework:
                Log: Framework name "QtCore.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtCore" 
                 Binary path "/Versions/5/QtCore" 
                 Version "5" 
                 Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                
                Log:
                Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib")
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log:  change reference "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log:  to "@rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log:  change reference "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                Log:  to "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                Log: Using install_name_tool:
                Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib"
                Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/styles/libqmacstyle.dylib"
                Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                Log: Using strip:
                Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                Log: Using otool:
                Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                Log: Adding framework:
                Log: Framework name "QtWidgets.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtWidgets" 
                 Binary path "/Versions/5/QtWidgets" 
                 Version "5" 
                 Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                
                Log: Using otool:
                Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                Log: Adding framework:
                Log: Framework name "QtGui.framework" 
                 Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                 Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                 Binary directory "Versions/5" 
                 Binary name "QtGui" 
                 Binary path "/Versions/5/QtGui" 
                 Version "5" 
                 Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                 Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                 Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                 Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                
                
                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  RahibeMeryem
                  wrote on last edited by
                  #10

                  @SGaist

                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                  Log:  change reference "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                  Log:  to "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/styles/libqmacstyle.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/bearer/libqgenericbearer.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork"
                  Log: Adding framework:
                  Log: Framework name "QtNetwork.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtNetwork" 
                   Binary path "/Versions/5/QtNetwork" 
                   Version "5" 
                   Install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
                   Deployed install name "@rpath/QtNetwork.framework/Versions/5/QtNetwork" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtNetwork.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib"
                  Log:  change reference "@rpath/QtNetwork.framework/Versions/5/QtNetwork"
                  Log:  to "@rpath/QtNetwork.framework/Versions/5/QtNetwork"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/bearer/libqgenericbearer.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqgif.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqgif.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqicns.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqicns.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqico.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqico.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqjpeg.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqjpeg.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqmacheif.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacheif.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqmacjp2.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqmacjp2.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqtga.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtga.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqtiff.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqtiff.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqwbmp.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwbmp.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/imageformats/libqwebp.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                  Log: Adding framework:
                  Log: Framework name "QtGui.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtGui" 
                   Binary path "/Versions/5/QtGui" 
                   Version "5" 
                   Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                  
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                  Log: Adding framework:
                  Log: Framework name "QtCore.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtCore" 
                   Binary path "/Versions/5/QtCore" 
                   Version "5" 
                   Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                  
                  Log:
                  Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib")
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib"
                  Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                  Log: Using install_name_tool:
                  Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/imageformats/libqwebp.dylib"
                  Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                  Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/plugins/iconengines/libqsvgicon.dylib"
                  Log:  to "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                  Log: Using strip:
                  Log:  stripped "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                  Log: Using otool:
                  Log:  inspecting "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                  Log: Using otool:
                  Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework/Versions/5/QtSvg"
                  Log: Adding framework:
                  Log: Framework name "QtSvg.framework" 
                   Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                   Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework" 
                   Binary directory "Versions/5" 
                   Binary name "QtSvg" 
                   Binary path "/Versions/5/QtSvg" 
                   Version "5" 
                   Install name "@rpath/QtSvg.framework/Versions/5/QtSvg" 
                   Deployed install name "@rpath/QtSvg.framework/Versions/5/QtSvg" 
                   Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework/Versions/5/QtSvg" 
                   Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtSvg.framework" 
                   Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtSvg.framework/Versions/5" 
                  
                  
                  
                  1 Reply Last reply
                  0
                  • R Offline
                    R Offline
                    RahibeMeryem
                    wrote on last edited by
                    #11

                    @SGaist

                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                    Log: Adding framework:
                    Log: Framework name "QtWidgets.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtWidgets" 
                     Binary path "/Versions/5/QtWidgets" 
                     Version "5" 
                     Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                     Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                    
                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                    Log: Adding framework:
                    Log: Framework name "QtGui.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtGui" 
                     Binary path "/Versions/5/QtGui" 
                     Version "5" 
                     Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                     Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                    
                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                    Log: Adding framework:
                    Log: Framework name "QtCore.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtCore" 
                     Binary path "/Versions/5/QtCore" 
                     Version "5" 
                     Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                     Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                    
                    Log:
                    Log: Deploying Qt frameworks found inside: ("MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib")
                    Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework/Versions/5/QtSvg"
                    Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg"
                    Log: copy: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework/Resources" "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources"
                    Log:  copied: "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtSvg.framework/Resources/Info.plist"
                    Log:  to "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources/Info.plist"
                    Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/QtSvg"
                    Log:  points to "Versions/Current/QtSvg"
                    Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Resources"
                    Log:  points to "Versions/Current/Resources"
                    Log:  symlink "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/Current"
                    Log:  points to "5"
                    Log: Using install_name_tool:
                    Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                    Log:  change reference "@rpath/QtSvg.framework/Versions/5/QtSvg"
                    Log:  to "@rpath/QtSvg.framework/Versions/5/QtSvg"
                    Log: Using strip:
                    Log:  stripped "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg"
                    Log: Using otool:
                    Log:  inspecting "MBC_DETECTOR-xx.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg"
                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets"
                    Log: Adding framework:
                    Log: Framework name "QtWidgets.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtWidgets" 
                     Binary path "/Versions/5/QtWidgets" 
                     Version "5" 
                     Install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                     Deployed install name "@rpath/QtWidgets.framework/Versions/5/QtWidgets" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtWidgets.framework/Versions/5" 
                    
                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui"
                    Log: Adding framework:
                    Log: Framework name "QtGui.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtGui" 
                     Binary path "/Versions/5/QtGui" 
                     Version "5" 
                     Install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                     Deployed install name "@rpath/QtGui.framework/Versions/5/QtGui" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtGui.framework/Versions/5/QtGui" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtGui.framework/Versions/5" 
                    
                    Log: Using otool:
                    Log:  inspecting "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore"
                    Log: Adding framework:
                    Log: Framework name "QtCore.framework" 
                     Framework directory "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/" 
                     Framework path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework" 
                     Binary directory "Versions/5" 
                     Binary name "QtCore" 
                     Binary path "/Versions/5/QtCore" 
                     Version "5" 
                     Install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                     Deployed install name "@rpath/QtCore.framework/Versions/5/QtCore" 
                     Source file Path "/Users/bb/Qt5.12.1/5.12.1/clang_64/lib/QtCore.framework/Versions/5/QtCore" 
                     Framework Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework" 
                     Binary Destination Directory (relative to bundle) "Contents/Frameworks/QtCore.framework/Versions/5" 
                    
                    Log: Using install_name_tool:
                    Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                    Log:  change reference "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                    Log:  to "@rpath/QtWidgets.framework/Versions/5/QtWidgets"
                    Log: Using install_name_tool:
                    Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                    Log:  change reference "@rpath/QtGui.framework/Versions/5/QtGui"
                    Log:  to "@rpath/QtGui.framework/Versions/5/QtGui"
                    Log: Using install_name_tool:
                    Log:  in "MBC_DETECTOR-xx.app/Contents/PlugIns/iconengines/libqsvgicon.dylib"
                    Log:  change reference "@rpath/QtCore.framework/Versions/5/QtCore"
                    Log:  to "@rpath/QtCore.framework/Versions/5/QtCore"
                    Log: Created configuration file: "MBC_DETECTOR-xx.app/Contents/Resources/qt.conf"
                    Log: This file sets the plugin search path to "MBC_DETECTOR-xx.app/Contents/PlugIns"
                    Log: Using strip:
                    Log:  stripped "/Users/bb/MBC_DETECTOR-xx/build/App/MBC_DETECTOR-xx.app/Contents/MacOS/MBC_DETECTOR-xx"
                    bb@bb-2:~/MBC_DETECTOR-xx/build/App$ 
                    
                    
                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      RahibeMeryem
                      wrote on last edited by
                      #12

                      @SGaist

                      any idea ?

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

                        Did you check the rpath values of your executable ?

                        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
                        0
                        • R Offline
                          R Offline
                          RahibeMeryem
                          wrote on last edited by
                          #14

                          Do I need to set rpath manually ? ie : DYLD_LIBRARISES_PATH ? or ?

                          1 Reply Last reply
                          0
                          • R Offline
                            R Offline
                            RahibeMeryem
                            wrote on last edited by
                            #15

                            @SGaist

                            I tested again in my new mac book catalina new mac book pro ; it gives again rpath :

                            otool -L App/MBC_DETECTOR-xxx.app/Contents/MacOS/MBC_DETECTOR-xxx
                            App/MBC_DETECTOR-xxx.app/Contents/MacOS/MBC_DETECTOR-xxx:
                            @rpath/libzmq.5.dylib (compatibility version 5.0.0, current version 5.2.3)
                            @executable_path/../Frameworks/libSM.6.dylib (compatibility version 7.0.0, current version 7.1.0)
                            @executable_path/../Frameworks/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
                            @executable_path/../Frameworks/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)
                            @executable_path/../Frameworks/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
                            @executable_path/../Frameworks/libgif.dylib (compatibility version 0.0.0, current version 7.2.0)
                            @executable_path/../Frameworks/libpng16.16.dylib (compatibility version 54.0.0, current version 54.0.0)
                            /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
                            @executable_path/../Frameworks/libjpeg.9.dylib (compatibility version 13.0.0, current version 13.0.0)
                            @rpath/libmkl_rt.dylib (compatibility version 0.0.0, current version 0.0.0)
                            /usr/lib/libsqlite3.dylib (compatibility version 9.0.0, current version 308.4.0)
                            @rpath/libopencv_dnn.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_highgui.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_ml.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_objdetect.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_shape.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_stitching.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_superres.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_videostab.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_calib3d.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_videoio.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_imgcodecs.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_features2d.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_video.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_photo.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_imgproc.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_flann.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/libopencv_core.3.4.dylib (compatibility version 3.4.0, current version 3.4.8)
                            @rpath/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.13.0, current version 5.13.2)
                            @rpath/QtGui.framework/Versions/5/QtGui (compatibility version 5.13.0, current version 5.13.2)
                            @rpath/QtMqtt.framework/Versions/5/QtMqtt (compatibility version 5.15.0, current version 5.15.0)
                            @rpath/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.13.0, current version 5.13.2)
                            @rpath/QtConcurrent.framework/Versions/5/QtConcurrent (compatibility version 5.13.0, current version 5.13.2)
                            @rpath/QtCore.framework/Versions/5/QtCore (compatibility version 5.13.0, current version 5.13.2)
                            /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
                            /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
                            /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
                            /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
                            /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 800.7.0)
                            /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0)

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

                              Check peppe's answer to this stack overflow post for setting up the rpath.

                              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
                              0
                              • R Offline
                                R Offline
                                RahibeMeryem
                                wrote on last edited by
                                #17

                                @SGaist hi,

                                I found the way set DYLD lib and rpath . What I saw now the macdeployqt is not including all required dylib to the Frameworks.

                                I try to compile macdeployqt from source to see further than Ihave belw error :

                                ../../macdeployqt/shared/shared.cpp:1475:24: error: no matching constructor for initialization of 'QSet<QString>'
                                        dependencies = QSet<QString>(dependencies.begin(), dependencies.end())
                                

                                is realy maceployqt (qt5.13) copying to all required libs ? ie: copy openblas.dyld and check oepnblas.dyld if there is another dylib coy them also..

                                Best

                                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