question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet publish with a rid flattens Nuget package files.

See original GitHub issue

Steps to reproduce

git clone https://github.com/pauldotknopf/Qml.Net.Examples
cd Qml.Net.Examples/src/Features
dotnet publish
# Use osx-x64, linux-x64 or win-x64
dotnet publish -r osx-x64

Expected behavior

I expect both methods of publishing to preserve the NuGet package’s file structure, like this.

Original NuGet package directory structure.
qml.net.osxbinaries
β”œβ”€β”€ 0.1.3
β”‚   β”œβ”€β”€ qml.net.osxbinaries.0.1.3.nupkg
β”‚   β”œβ”€β”€ qml.net.osxbinaries.0.1.3.nupkg.sha512
β”‚   β”œβ”€β”€ qml.net.osxbinaries.nuspec
β”‚   └── runtimes
β”‚       └── osx-x64
β”‚           └── native
β”‚               β”œβ”€β”€ lib
β”‚               β”‚   β”œβ”€β”€ Qt3DAnimation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DAnimation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DAnimation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DAnimation
β”‚               β”‚   β”œβ”€β”€ Qt3DCore.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DCore
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DCore
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DCore
β”‚               β”‚   β”œβ”€β”€ Qt3DExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DExtras
β”‚               β”‚   β”œβ”€β”€ Qt3DInput.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DInput
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DInput
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DInput
β”‚               β”‚   β”œβ”€β”€ Qt3DLogic.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DLogic
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DLogic
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DLogic
β”‚               β”‚   β”œβ”€β”€ Qt3DQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuick
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickAnimation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickAnimation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickAnimation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickAnimation
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickExtras
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickInput.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickInput
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickInput
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickInput
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickRender.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickRender
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickRender
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickRender
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickScene2D.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickScene2D
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickScene2D
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickScene2D
β”‚               β”‚   β”œβ”€β”€ Qt3DRender.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DRender
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DRender
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DRender
β”‚               β”‚   β”œβ”€β”€ QtBluetooth.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtBluetooth
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtBluetooth
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtBluetooth
β”‚               β”‚   β”œβ”€β”€ QtConcurrent.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtConcurrent
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtConcurrent
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtConcurrent
β”‚               β”‚   β”œβ”€β”€ QtCore.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtCore
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtCore
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtCore
β”‚               β”‚   β”œβ”€β”€ QtDBus.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDBus
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDBus
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDBus
β”‚               β”‚   β”œβ”€β”€ QtDesigner.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDesigner
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDesigner
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDesigner
β”‚               β”‚   β”œβ”€β”€ QtDesignerComponents.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDesignerComponents
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDesignerComponents
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDesignerComponents
β”‚               β”‚   β”œβ”€β”€ QtGamepad.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtGamepad
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtGamepad
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtGamepad
β”‚               β”‚   β”œβ”€β”€ QtGui.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtGui
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtGui
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtGui
β”‚               β”‚   β”œβ”€β”€ QtHelp.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtHelp
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtHelp
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtHelp
β”‚               β”‚   β”œβ”€β”€ QtLocation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtLocation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtLocation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtLocation
β”‚               β”‚   β”œβ”€β”€ QtMacExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMacExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMacExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMacExtras
β”‚               β”‚   β”œβ”€β”€ QtMultimedia.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimedia
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimedia
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimedia
β”‚               β”‚   β”œβ”€β”€ QtMultimediaQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimediaQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimediaQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimediaQuick
β”‚               β”‚   β”œβ”€β”€ QtMultimediaWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimediaWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimediaWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimediaWidgets
β”‚               β”‚   β”œβ”€β”€ QtNetwork.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtNetwork
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtNetwork
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtNetwork
β”‚               β”‚   β”œβ”€β”€ QtNfc.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtNfc
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtNfc
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtNfc
β”‚               β”‚   β”œβ”€β”€ QtOpenGL.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtOpenGL
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtOpenGL
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtOpenGL
β”‚               β”‚   β”œβ”€β”€ QtPositioning.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPositioning
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPositioning
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPositioning
β”‚               β”‚   β”œβ”€β”€ QtPositioningQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPositioningQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPositioningQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPositioningQuick
β”‚               β”‚   β”œβ”€β”€ QtPrintSupport.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPrintSupport
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPrintSupport
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPrintSupport
β”‚               β”‚   β”œβ”€β”€ QtQml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQml
β”‚               β”‚   β”œβ”€β”€ QtQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuick
β”‚               β”‚   β”œβ”€β”€ QtQuickControls2.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickControls2
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickControls2
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickControls2
β”‚               β”‚   β”œβ”€β”€ QtQuickParticles.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickParticles
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickParticles
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickParticles
β”‚               β”‚   β”œβ”€β”€ QtQuickTemplates2.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickTemplates2
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickTemplates2
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickTemplates2
β”‚               β”‚   β”œβ”€β”€ QtQuickTest.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickTest
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickTest
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickTest
β”‚               β”‚   β”œβ”€β”€ QtQuickWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickWidgets
β”‚               β”‚   β”œβ”€β”€ QtScxml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtScxml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtScxml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtScxml
β”‚               β”‚   β”œβ”€β”€ QtSensors.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSensors
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSensors
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSensors
β”‚               β”‚   β”œβ”€β”€ QtSerialBus.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSerialBus
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSerialBus
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSerialBus
β”‚               β”‚   β”œβ”€β”€ QtSerialPort.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSerialPort
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSerialPort
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSerialPort
β”‚               β”‚   β”œβ”€β”€ QtSql.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSql
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSql
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSql
β”‚               β”‚   β”œβ”€β”€ QtSvg.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSvg
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSvg
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSvg
β”‚               β”‚   β”œβ”€β”€ QtTest.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtTest
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtTest
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtTest
β”‚               β”‚   β”œβ”€β”€ QtTextToSpeech.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtTextToSpeech
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtTextToSpeech
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtTextToSpeech
β”‚               β”‚   β”œβ”€β”€ QtWebChannel.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebChannel
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebChannel
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebChannel
β”‚               β”‚   β”œβ”€β”€ QtWebSockets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebSockets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebSockets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebSockets
β”‚               β”‚   β”œβ”€β”€ QtWebView.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebView
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebView
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebView
β”‚               β”‚   β”œβ”€β”€ QtWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWidgets
β”‚               β”‚   β”œβ”€β”€ QtXml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtXml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtXml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtXml
β”‚               β”‚   β”œβ”€β”€ QtXmlPatterns.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtXmlPatterns
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtXmlPatterns
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtXmlPatterns
β”‚               β”‚   └── pkgconfig
β”‚               β”‚       β”œβ”€β”€ Qt5OpenGLExtensions.pc
β”‚               β”‚       └── Qt5UiTools.pc
β”‚               β”œβ”€β”€ libQmlNet.dylib
β”‚               β”œβ”€β”€ plugins
β”‚               β”‚   β”œβ”€β”€ audio
β”‚               β”‚   β”‚   └── libqtaudio_coreaudio.dylib
β”‚               β”‚   β”œβ”€β”€ bearer
β”‚               β”‚   β”‚   └── libqgenericbearer.dylib
β”‚               β”‚   β”œβ”€β”€ canbus
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtpassthrucanbus.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtpeakcanbus.dylib
β”‚               β”‚   β”‚   └── libqttinycanbus.dylib
β”‚               β”‚   β”œβ”€β”€ designer
β”‚               β”‚   β”‚   └── libqquickwidget.dylib
β”‚               β”‚   β”œβ”€β”€ gamepads
β”‚               β”‚   β”‚   └── libdarwingamepad.dylib
β”‚               β”‚   β”œβ”€β”€ generic
β”‚               β”‚   β”‚   └── libqtuiotouchplugin.dylib
β”‚               β”‚   β”œβ”€β”€ geometryloaders
β”‚               β”‚   β”‚   β”œβ”€β”€ libdefaultgeometryloader.dylib
β”‚               β”‚   β”‚   └── libgltfgeometryloader.dylib
β”‚               β”‚   β”œβ”€β”€ geoservices
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_esri.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_itemsoverlay.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_mapbox.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_mapboxgl.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_nokia.dylib
β”‚               β”‚   β”‚   └── libqtgeoservices_osm.dylib
β”‚               β”‚   β”œβ”€β”€ iconengines
β”‚               β”‚   β”‚   └── libqsvgicon.dylib
β”‚               β”‚   β”œβ”€β”€ imageformats
β”‚               β”‚   β”‚   β”œβ”€β”€ libqgif.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqicns.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqico.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqjpeg.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmacheif.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmacjp2.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsvg.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtga.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtiff.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqwbmp.dylib
β”‚               β”‚   β”‚   └── libqwebp.dylib
β”‚               β”‚   β”œβ”€β”€ mediaservice
β”‚               β”‚   β”‚   β”œβ”€β”€ libqavfcamera.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqavfmediaplayer.dylib
β”‚               β”‚   β”‚   └── libqtmedia_audioengine.dylib
β”‚               β”‚   β”œβ”€β”€ platforms
β”‚               β”‚   β”‚   β”œβ”€β”€ libqcocoa.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqminimal.dylib
β”‚               β”‚   β”‚   └── libqoffscreen.dylib
β”‚               β”‚   β”œβ”€β”€ platformthemes
β”‚               β”‚   β”‚   └── libqflatpak.dylib
β”‚               β”‚   β”œβ”€β”€ playlistformats
β”‚               β”‚   β”‚   └── libqtmultimedia_m3u.dylib
β”‚               β”‚   β”œβ”€β”€ position
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_cl.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_geoclue.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_positionpoll.dylib
β”‚               β”‚   β”‚   └── libqtposition_serialnmea.dylib
β”‚               β”‚   β”œβ”€β”€ printsupport
β”‚               β”‚   β”‚   └── libcocoaprintersupport.dylib
β”‚               β”‚   β”œβ”€β”€ qmltooling
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_debugger.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_inspector.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_local.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_messages.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_native.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_nativedebugger.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_profiler.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_quickprofiler.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_server.dylib
β”‚               β”‚   β”‚   └── libqmldbg_tcp.dylib
β”‚               β”‚   β”œβ”€β”€ renderplugins
β”‚               β”‚   β”‚   └── libscene2d.dylib
β”‚               β”‚   β”œβ”€β”€ sceneparsers
β”‚               β”‚   β”‚   β”œβ”€β”€ libassimpsceneimport.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libgltfsceneexport.dylib
β”‚               β”‚   β”‚   └── libgltfsceneimport.dylib
β”‚               β”‚   β”œβ”€β”€ sensorgestures
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtsensorgestures_plugin.dylib
β”‚               β”‚   β”‚   └── libqtsensorgestures_shakeplugin.dylib
β”‚               β”‚   β”œβ”€β”€ sensors
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtsensors_generic.dylib
β”‚               β”‚   β”‚   └── libqtsensors_ios.dylib
β”‚               β”‚   β”œβ”€β”€ sqldrivers
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsqlite.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsqlmysql.dylib
β”‚               β”‚   β”‚   └── libqsqlpsql.dylib
β”‚               β”‚   β”œβ”€β”€ styles
β”‚               β”‚   β”‚   └── libqmacstyle.dylib
β”‚               β”‚   β”œβ”€β”€ texttospeech
β”‚               β”‚   β”‚   └── libqtexttospeech_speechosx.dylib
β”‚               β”‚   └── webview
β”‚               β”‚       β”œβ”€β”€ libqtwebview_darwin.dylib
β”‚               β”‚       └── libqtwebview_webengine.dylib
β”‚               └── qml
β”‚                   β”œβ”€β”€ Qt
β”‚                   β”‚   β”œβ”€β”€ WebSockets
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── labs
β”‚                   β”‚       β”œβ”€β”€ calendar
β”‚                   β”‚       β”‚   β”œβ”€β”€ DayOfWeekRow.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ MonthGrid.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ WeekNumberColumn.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqtlabscalendarplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ folderlistmodel
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqmlfolderlistmodelplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ handlers
β”‚                   β”‚       β”‚   β”œβ”€β”€ libhandlersplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ location
β”‚                   β”‚       β”‚   β”œβ”€β”€ liblocationlabsplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ platform
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqtlabsplatformplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ settings
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqmlsettingsplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       └── sharedimage
β”‚                   β”‚           β”œβ”€β”€ libsharedimageplugin.dylib
β”‚                   β”‚           β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚           └── qmldir
β”‚                   β”œβ”€β”€ Qt3D
β”‚                   β”‚   β”œβ”€β”€ Animation
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3danimationplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Core
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dcoreplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Extras
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dextrasplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Input
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dinputplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Logic
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dlogicplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── Render
β”‚                   β”‚       β”œβ”€β”€ libquick3drenderplugin.dylib
β”‚                   β”‚       β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       └── qmldir
β”‚                   β”œβ”€β”€ QtAudioEngine
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_audioengine.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtBluetooth
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_bluetooth.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtCanvas3D
β”‚                   β”‚   β”œβ”€β”€ libqtcanvas3d.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtGamepad
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_gamepad.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtGraphicalEffects
β”‚                   β”‚   β”œβ”€β”€ Blend.qml
β”‚                   β”‚   β”œβ”€β”€ BrightnessContrast.qml
β”‚                   β”‚   β”œβ”€β”€ ColorOverlay.qml
β”‚                   β”‚   β”œβ”€β”€ Colorize.qml
β”‚                   β”‚   β”œβ”€β”€ ConicalGradient.qml
β”‚                   β”‚   β”œβ”€β”€ Desaturate.qml
β”‚                   β”‚   β”œβ”€β”€ DirectionalBlur.qml
β”‚                   β”‚   β”œβ”€β”€ Displace.qml
β”‚                   β”‚   β”œβ”€β”€ DropShadow.qml
β”‚                   β”‚   β”œβ”€β”€ FastBlur.qml
β”‚                   β”‚   β”œβ”€β”€ GammaAdjust.qml
β”‚                   β”‚   β”œβ”€β”€ GaussianBlur.qml
β”‚                   β”‚   β”œβ”€β”€ Glow.qml
β”‚                   β”‚   β”œβ”€β”€ HueSaturation.qml
β”‚                   β”‚   β”œβ”€β”€ InnerShadow.qml
β”‚                   β”‚   β”œβ”€β”€ LevelAdjust.qml
β”‚                   β”‚   β”œβ”€β”€ LinearGradient.qml
β”‚                   β”‚   β”œβ”€β”€ MaskedBlur.qml
β”‚                   β”‚   β”œβ”€β”€ OpacityMask.qml
β”‚                   β”‚   β”œβ”€β”€ RadialBlur.qml
β”‚                   β”‚   β”œβ”€β”€ RadialGradient.qml
β”‚                   β”‚   β”œβ”€β”€ RectangularGlow.qml
β”‚                   β”‚   β”œβ”€β”€ RecursiveBlur.qml
β”‚                   β”‚   β”œβ”€β”€ ThresholdMask.qml
β”‚                   β”‚   β”œβ”€β”€ ZoomBlur.qml
β”‚                   β”‚   β”œβ”€β”€ libqtgraphicaleffectsplugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”œβ”€β”€ private
β”‚                   β”‚   β”‚   β”œβ”€β”€ DropShadowBase.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastGlow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastInnerShadow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastMaskedBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianDirectionalBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianGlow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianInnerShadow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianMaskedBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtgraphicaleffectsprivate.dylib
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtLocation
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_location.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtMultimedia
β”‚                   β”‚   β”œβ”€β”€ Video.qml
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_multimedia.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtNfc
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_nfc.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtPositioning
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_positioning.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtQml
β”‚                   β”‚   β”œβ”€β”€ Models.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libmodelsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ StateMachine
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtqmlstatemachine.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtQuick
β”‚                   β”‚   β”œβ”€β”€ Controls
β”‚                   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Calendar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ AbstractCheckable.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicTableView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarHeaderModel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarUtils.js
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarUtils.jsc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ColumnMenuContent.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ContentItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Control.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ EditMenu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ EditMenu_base.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FastGlow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ HoverButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuContentItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuContentScroller.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItemSubControls.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ModalPopupBehavior.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SourceProxy.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.js
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.jsc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackViewSlideDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Style.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SystemPaletteSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewItemDelegateLoader.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewSelection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextInputWithHandles.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolMenuButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewItemDelegateLoader.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ qmldir
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ style.js
β”‚                   β”‚   β”‚   β”‚   └── style.jsc
β”‚                   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SplitView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackViewDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackViewTransition.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StatusBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Styles
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Base
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindowStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicTableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularGaugeStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularTickmarkLabelStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CommonStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ DialStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrameStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GaugeStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HandleStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HandleStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TabViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToggleButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TumblerStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   └── images
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-down.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-down@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-left.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-left@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-right.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-right@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-up.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-up@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ button.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ button_down.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ check.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ check@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ editbox.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ focusframe.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ groupbox.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ header.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ knob.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ leftanglearrow.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ needle.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ progress-indeterminate.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rightanglearrow.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-horizontal.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-transient.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-vertical.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ slider-groove.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ slider-handle.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_large.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_medium.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_small.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ tab.png
β”‚                   β”‚   β”‚   β”‚   β”‚       └── tab_selected.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Desktop
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindowStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrameStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RowItemSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TabViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Flat
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickextrasflatplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tab.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TableView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TableViewColumn.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TreeView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrolsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Controls.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ AbstractButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Action.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ActionGroup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ButtonGroup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Container.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Control.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Fusion
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonPanel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderGroove.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2fusionstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Imagine
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2imaginestyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Material
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BoxShadow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BoxShadow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CursorDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ElevationEffect.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ElevationEffect.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RectangularGlow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RectangularGlow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2materialstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Universal
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2universalstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ designer
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ AbstractButtonSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ContainerSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ControlSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ControlSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FrameSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegateSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ LabelSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaddingSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaneSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaneSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSliderSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TumblerSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   └── tumbler-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   └── qtquickcontrols2.metainfo
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2plugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Dialogs
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultColorDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultDialogWrapper.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultFileDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultFontDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultMessageDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libdialogsprivateplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetColorDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetFileDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetFontDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetMessageDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ checkers.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ checkmark.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ copy.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ critical.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ crosshairs.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ information.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ question.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ slider_handle.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ sunken_frame.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ warning.png
β”‚                   β”‚   β”‚   β”‚   └── window_border.png
β”‚                   β”‚   β”‚   β”œβ”€β”€ libdialogplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”œβ”€β”€ qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ColorSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DefaultWindowDecoration.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ IconButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ IconGlyph.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ icons.ttf
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Extras
β”‚                   β”‚   β”‚   β”œβ”€β”€ CircularGauge.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Gauge.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ PieMenu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButtonStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularTickmarkLabel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Handle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuIcon.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextSingleton.qml
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ StatusIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToggleButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TumblerColumn.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ designer
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularGaugeSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GaugeSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PictureSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToggleButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ circulargauge-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ circulargauge-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gauge-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gauge-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ picture-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ picture-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ piemenu-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ piemenu-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ statusindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ statusindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ togglebutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ togglebutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   └── tumbler-icon16.png
β”‚                   β”‚   β”‚   β”‚   └── qtquickextras.metainfo
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickextrasplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Layouts
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqquicklayoutsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ LocalStorage
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqmllocalstorageplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Particles.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libparticlesplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ PrivateWidgets
β”‚                   β”‚   β”‚   β”œβ”€β”€ libwidgetsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Scene2D
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickscene2dplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Scene3D
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickscene3dplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Shapes
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqmlshapesplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Templates.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquicktemplates2plugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Window.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libwindowplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── XmlListModel
β”‚                   β”‚       β”œβ”€β”€ libqmlxmllistmodelplugin.dylib
β”‚                   β”‚       β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       └── qmldir
β”‚                   β”œβ”€β”€ QtQuick.2
β”‚                   β”‚   β”œβ”€β”€ libqtquick2plugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtScxml
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_scxml.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtSensors
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_sensors.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtTest
β”‚                   β”‚   β”œβ”€β”€ SignalSpy.qml
β”‚                   β”‚   β”œβ”€β”€ TestCase.qml
β”‚                   β”‚   β”œβ”€β”€ libqmltestplugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”œβ”€β”€ qmldir
β”‚                   β”‚   └── testlogger.js
β”‚                   β”œβ”€β”€ QtWebChannel
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_webchannel.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtWebSockets
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_qmlwebsockets.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtWebView
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_webview.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   └── builtins.qmltypes
β”œβ”€β”€ 0.1.4
β”‚   β”œβ”€β”€ qml.net.osxbinaries.0.1.4.nupkg
β”‚   β”œβ”€β”€ qml.net.osxbinaries.0.1.4.nupkg.sha512
β”‚   β”œβ”€β”€ qml.net.osxbinaries.nuspec
β”‚   └── runtimes
β”‚       └── osx-x64
β”‚           └── native
β”‚               β”œβ”€β”€ lib
β”‚               β”‚   β”œβ”€β”€ Qt3DAnimation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DAnimation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DAnimation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DAnimation
β”‚               β”‚   β”œβ”€β”€ Qt3DCore.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DCore
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DCore
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DCore
β”‚               β”‚   β”œβ”€β”€ Qt3DExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DExtras
β”‚               β”‚   β”œβ”€β”€ Qt3DInput.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DInput
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DInput
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DInput
β”‚               β”‚   β”œβ”€β”€ Qt3DLogic.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DLogic
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DLogic
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DLogic
β”‚               β”‚   β”œβ”€β”€ Qt3DQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuick
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickAnimation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickAnimation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickAnimation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickAnimation
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickExtras
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickInput.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickInput
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickInput
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickInput
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickRender.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickRender
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickRender
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickRender
β”‚               β”‚   β”œβ”€β”€ Qt3DQuickScene2D.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DQuickScene2D
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DQuickScene2D
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DQuickScene2D
β”‚               β”‚   β”œβ”€β”€ Qt3DRender.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ Qt3DRender
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── Qt3DRender
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── Qt3DRender
β”‚               β”‚   β”œβ”€β”€ QtBluetooth.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtBluetooth
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtBluetooth
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtBluetooth
β”‚               β”‚   β”œβ”€β”€ QtConcurrent.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtConcurrent
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtConcurrent
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtConcurrent
β”‚               β”‚   β”œβ”€β”€ QtCore.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtCore
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtCore
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtCore
β”‚               β”‚   β”œβ”€β”€ QtDBus.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDBus
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDBus
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDBus
β”‚               β”‚   β”œβ”€β”€ QtDesigner.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDesigner
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDesigner
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDesigner
β”‚               β”‚   β”œβ”€β”€ QtDesignerComponents.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtDesignerComponents
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtDesignerComponents
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtDesignerComponents
β”‚               β”‚   β”œβ”€β”€ QtGamepad.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtGamepad
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtGamepad
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtGamepad
β”‚               β”‚   β”œβ”€β”€ QtGui.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtGui
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtGui
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtGui
β”‚               β”‚   β”œβ”€β”€ QtHelp.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtHelp
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtHelp
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtHelp
β”‚               β”‚   β”œβ”€β”€ QtLocation.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtLocation
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtLocation
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtLocation
β”‚               β”‚   β”œβ”€β”€ QtMacExtras.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMacExtras
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMacExtras
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMacExtras
β”‚               β”‚   β”œβ”€β”€ QtMultimedia.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimedia
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimedia
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimedia
β”‚               β”‚   β”œβ”€β”€ QtMultimediaQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimediaQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimediaQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimediaQuick
β”‚               β”‚   β”œβ”€β”€ QtMultimediaWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtMultimediaWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtMultimediaWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtMultimediaWidgets
β”‚               β”‚   β”œβ”€β”€ QtNetwork.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtNetwork
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtNetwork
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtNetwork
β”‚               β”‚   β”œβ”€β”€ QtNfc.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtNfc
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtNfc
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtNfc
β”‚               β”‚   β”œβ”€β”€ QtOpenGL.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtOpenGL
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtOpenGL
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtOpenGL
β”‚               β”‚   β”œβ”€β”€ QtPositioning.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPositioning
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPositioning
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPositioning
β”‚               β”‚   β”œβ”€β”€ QtPositioningQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPositioningQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPositioningQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPositioningQuick
β”‚               β”‚   β”œβ”€β”€ QtPrintSupport.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtPrintSupport
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtPrintSupport
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtPrintSupport
β”‚               β”‚   β”œβ”€β”€ QtQml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQml
β”‚               β”‚   β”œβ”€β”€ QtQuick.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuick
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuick
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuick
β”‚               β”‚   β”œβ”€β”€ QtQuickControls2.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickControls2
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickControls2
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickControls2
β”‚               β”‚   β”œβ”€β”€ QtQuickParticles.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickParticles
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickParticles
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickParticles
β”‚               β”‚   β”œβ”€β”€ QtQuickTemplates2.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickTemplates2
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickTemplates2
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickTemplates2
β”‚               β”‚   β”œβ”€β”€ QtQuickTest.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickTest
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickTest
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickTest
β”‚               β”‚   β”œβ”€β”€ QtQuickWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtQuickWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtQuickWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtQuickWidgets
β”‚               β”‚   β”œβ”€β”€ QtScxml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtScxml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtScxml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtScxml
β”‚               β”‚   β”œβ”€β”€ QtSensors.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSensors
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSensors
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSensors
β”‚               β”‚   β”œβ”€β”€ QtSerialBus.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSerialBus
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSerialBus
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSerialBus
β”‚               β”‚   β”œβ”€β”€ QtSerialPort.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSerialPort
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSerialPort
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSerialPort
β”‚               β”‚   β”œβ”€β”€ QtSql.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSql
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSql
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSql
β”‚               β”‚   β”œβ”€β”€ QtSvg.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtSvg
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtSvg
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtSvg
β”‚               β”‚   β”œβ”€β”€ QtTest.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtTest
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtTest
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtTest
β”‚               β”‚   β”œβ”€β”€ QtTextToSpeech.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtTextToSpeech
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtTextToSpeech
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtTextToSpeech
β”‚               β”‚   β”œβ”€β”€ QtWebChannel.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebChannel
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebChannel
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebChannel
β”‚               β”‚   β”œβ”€β”€ QtWebSockets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebSockets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebSockets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebSockets
β”‚               β”‚   β”œβ”€β”€ QtWebView.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWebView
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWebView
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWebView
β”‚               β”‚   β”œβ”€β”€ QtWidgets.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtWidgets
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtWidgets
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtWidgets
β”‚               β”‚   β”œβ”€β”€ QtXml.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtXml
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtXml
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtXml
β”‚               β”‚   β”œβ”€β”€ QtXmlPatterns.framework
β”‚               β”‚   β”‚   β”œβ”€β”€ QtXmlPatterns
β”‚               β”‚   β”‚   └── Versions
β”‚               β”‚   β”‚       β”œβ”€β”€ 5
β”‚               β”‚   β”‚       β”‚   └── QtXmlPatterns
β”‚               β”‚   β”‚       └── Current
β”‚               β”‚   β”‚           └── QtXmlPatterns
β”‚               β”‚   └── pkgconfig
β”‚               β”‚       β”œβ”€β”€ Qt5OpenGLExtensions.pc
β”‚               β”‚       └── Qt5UiTools.pc
β”‚               β”œβ”€β”€ libQmlNet.dylib
β”‚               β”œβ”€β”€ plugins
β”‚               β”‚   β”œβ”€β”€ audio
β”‚               β”‚   β”‚   └── libqtaudio_coreaudio.dylib
β”‚               β”‚   β”œβ”€β”€ bearer
β”‚               β”‚   β”‚   └── libqgenericbearer.dylib
β”‚               β”‚   β”œβ”€β”€ canbus
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtpassthrucanbus.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtpeakcanbus.dylib
β”‚               β”‚   β”‚   └── libqttinycanbus.dylib
β”‚               β”‚   β”œβ”€β”€ designer
β”‚               β”‚   β”‚   └── libqquickwidget.dylib
β”‚               β”‚   β”œβ”€β”€ gamepads
β”‚               β”‚   β”‚   └── libdarwingamepad.dylib
β”‚               β”‚   β”œβ”€β”€ generic
β”‚               β”‚   β”‚   └── libqtuiotouchplugin.dylib
β”‚               β”‚   β”œβ”€β”€ geometryloaders
β”‚               β”‚   β”‚   β”œβ”€β”€ libdefaultgeometryloader.dylib
β”‚               β”‚   β”‚   └── libgltfgeometryloader.dylib
β”‚               β”‚   β”œβ”€β”€ geoservices
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_esri.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_itemsoverlay.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_mapbox.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_mapboxgl.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtgeoservices_nokia.dylib
β”‚               β”‚   β”‚   └── libqtgeoservices_osm.dylib
β”‚               β”‚   β”œβ”€β”€ iconengines
β”‚               β”‚   β”‚   └── libqsvgicon.dylib
β”‚               β”‚   β”œβ”€β”€ imageformats
β”‚               β”‚   β”‚   β”œβ”€β”€ libqgif.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqicns.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqico.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqjpeg.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmacheif.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmacjp2.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsvg.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtga.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtiff.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqwbmp.dylib
β”‚               β”‚   β”‚   └── libqwebp.dylib
β”‚               β”‚   β”œβ”€β”€ mediaservice
β”‚               β”‚   β”‚   β”œβ”€β”€ libqavfcamera.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqavfmediaplayer.dylib
β”‚               β”‚   β”‚   └── libqtmedia_audioengine.dylib
β”‚               β”‚   β”œβ”€β”€ platforms
β”‚               β”‚   β”‚   β”œβ”€β”€ libqcocoa.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqminimal.dylib
β”‚               β”‚   β”‚   └── libqoffscreen.dylib
β”‚               β”‚   β”œβ”€β”€ platformthemes
β”‚               β”‚   β”‚   └── libqflatpak.dylib
β”‚               β”‚   β”œβ”€β”€ playlistformats
β”‚               β”‚   β”‚   └── libqtmultimedia_m3u.dylib
β”‚               β”‚   β”œβ”€β”€ position
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_cl.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_geoclue.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtposition_positionpoll.dylib
β”‚               β”‚   β”‚   └── libqtposition_serialnmea.dylib
β”‚               β”‚   β”œβ”€β”€ printsupport
β”‚               β”‚   β”‚   └── libcocoaprintersupport.dylib
β”‚               β”‚   β”œβ”€β”€ qmltooling
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_debugger.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_inspector.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_local.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_messages.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_native.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_nativedebugger.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_profiler.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_quickprofiler.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqmldbg_server.dylib
β”‚               β”‚   β”‚   └── libqmldbg_tcp.dylib
β”‚               β”‚   β”œβ”€β”€ renderplugins
β”‚               β”‚   β”‚   └── libscene2d.dylib
β”‚               β”‚   β”œβ”€β”€ sceneparsers
β”‚               β”‚   β”‚   β”œβ”€β”€ libassimpsceneimport.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libgltfsceneexport.dylib
β”‚               β”‚   β”‚   └── libgltfsceneimport.dylib
β”‚               β”‚   β”œβ”€β”€ sensorgestures
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtsensorgestures_plugin.dylib
β”‚               β”‚   β”‚   └── libqtsensorgestures_shakeplugin.dylib
β”‚               β”‚   β”œβ”€β”€ sensors
β”‚               β”‚   β”‚   β”œβ”€β”€ libqtsensors_generic.dylib
β”‚               β”‚   β”‚   └── libqtsensors_ios.dylib
β”‚               β”‚   β”œβ”€β”€ sqldrivers
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsqlite.dylib
β”‚               β”‚   β”‚   β”œβ”€β”€ libqsqlmysql.dylib
β”‚               β”‚   β”‚   └── libqsqlpsql.dylib
β”‚               β”‚   β”œβ”€β”€ styles
β”‚               β”‚   β”‚   └── libqmacstyle.dylib
β”‚               β”‚   β”œβ”€β”€ texttospeech
β”‚               β”‚   β”‚   └── libqtexttospeech_speechosx.dylib
β”‚               β”‚   └── webview
β”‚               β”‚       β”œβ”€β”€ libqtwebview_darwin.dylib
β”‚               β”‚       └── libqtwebview_webengine.dylib
β”‚               └── qml
β”‚                   β”œβ”€β”€ Qt
β”‚                   β”‚   β”œβ”€β”€ WebSockets
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── labs
β”‚                   β”‚       β”œβ”€β”€ calendar
β”‚                   β”‚       β”‚   β”œβ”€β”€ DayOfWeekRow.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ MonthGrid.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ WeekNumberColumn.qml
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqtlabscalendarplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ folderlistmodel
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqmlfolderlistmodelplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ handlers
β”‚                   β”‚       β”‚   β”œβ”€β”€ libhandlersplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ location
β”‚                   β”‚       β”‚   β”œβ”€β”€ liblocationlabsplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ platform
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqtlabsplatformplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       β”œβ”€β”€ settings
β”‚                   β”‚       β”‚   β”œβ”€β”€ libqmlsettingsplugin.dylib
β”‚                   β”‚       β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       β”‚   └── qmldir
β”‚                   β”‚       └── sharedimage
β”‚                   β”‚           β”œβ”€β”€ libsharedimageplugin.dylib
β”‚                   β”‚           β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚           └── qmldir
β”‚                   β”œβ”€β”€ Qt3D
β”‚                   β”‚   β”œβ”€β”€ Animation
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3danimationplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Core
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dcoreplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Extras
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dextrasplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Input
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dinputplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Logic
β”‚                   β”‚   β”‚   β”œβ”€β”€ libquick3dlogicplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── Render
β”‚                   β”‚       β”œβ”€β”€ libquick3drenderplugin.dylib
β”‚                   β”‚       β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       └── qmldir
β”‚                   β”œβ”€β”€ QtAudioEngine
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_audioengine.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtBluetooth
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_bluetooth.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtCanvas3D
β”‚                   β”‚   β”œβ”€β”€ libqtcanvas3d.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtGamepad
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_gamepad.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtGraphicalEffects
β”‚                   β”‚   β”œβ”€β”€ Blend.qml
β”‚                   β”‚   β”œβ”€β”€ BrightnessContrast.qml
β”‚                   β”‚   β”œβ”€β”€ ColorOverlay.qml
β”‚                   β”‚   β”œβ”€β”€ Colorize.qml
β”‚                   β”‚   β”œβ”€β”€ Colorize.qmlc
β”‚                   β”‚   β”œβ”€β”€ ConicalGradient.qml
β”‚                   β”‚   β”œβ”€β”€ Desaturate.qml
β”‚                   β”‚   β”œβ”€β”€ DirectionalBlur.qml
β”‚                   β”‚   β”œβ”€β”€ Displace.qml
β”‚                   β”‚   β”œβ”€β”€ DropShadow.qml
β”‚                   β”‚   β”œβ”€β”€ DropShadow.qmlc
β”‚                   β”‚   β”œβ”€β”€ FastBlur.qml
β”‚                   β”‚   β”œβ”€β”€ GammaAdjust.qml
β”‚                   β”‚   β”œβ”€β”€ GaussianBlur.qml
β”‚                   β”‚   β”œβ”€β”€ GaussianBlur.qmlc
β”‚                   β”‚   β”œβ”€β”€ Glow.qml
β”‚                   β”‚   β”œβ”€β”€ HueSaturation.qml
β”‚                   β”‚   β”œβ”€β”€ InnerShadow.qml
β”‚                   β”‚   β”œβ”€β”€ LevelAdjust.qml
β”‚                   β”‚   β”œβ”€β”€ LinearGradient.qml
β”‚                   β”‚   β”œβ”€β”€ MaskedBlur.qml
β”‚                   β”‚   β”œβ”€β”€ OpacityMask.qml
β”‚                   β”‚   β”œβ”€β”€ RadialBlur.qml
β”‚                   β”‚   β”œβ”€β”€ RadialGradient.qml
β”‚                   β”‚   β”œβ”€β”€ RectangularGlow.qml
β”‚                   β”‚   β”œβ”€β”€ RecursiveBlur.qml
β”‚                   β”‚   β”œβ”€β”€ ThresholdMask.qml
β”‚                   β”‚   β”œβ”€β”€ ZoomBlur.qml
β”‚                   β”‚   β”œβ”€β”€ libqtgraphicaleffectsplugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”œβ”€β”€ private
β”‚                   β”‚   β”‚   β”œβ”€β”€ DropShadowBase.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DropShadowBase.qmlc
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastGlow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastInnerShadow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ FastMaskedBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianDirectionalBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianGlow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianInnerShadow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GaussianMaskedBlur.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtgraphicaleffectsprivate.dylib
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtLocation
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_location.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtMultimedia
β”‚                   β”‚   β”œβ”€β”€ Video.qml
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_multimedia.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtNfc
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_nfc.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtPositioning
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_positioning.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtQml
β”‚                   β”‚   β”œβ”€β”€ Models.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libmodelsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ StateMachine
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtqmlstatemachine.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtQuick
β”‚                   β”‚   β”œβ”€β”€ Controls
β”‚                   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Calendar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ AbstractCheckable.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicTableView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarHeaderModel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarUtils.js
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarUtils.jsc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ColumnMenuContent.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ContentItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Control.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ EditMenu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ EditMenu_base.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FastGlow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ HoverButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuContentItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuContentScroller.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItemSubControls.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ModalPopupBehavior.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SourceProxy.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.js
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.jsc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackViewSlideDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Style.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SystemPaletteSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewItemDelegateLoader.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewSelection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextInputWithHandles.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolMenuButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewItemDelegateLoader.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ qmldir
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ style.js
β”‚                   β”‚   β”‚   β”‚   └── style.jsc
β”‚                   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SplitView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackViewDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackViewTransition.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StatusBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Styles
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Base
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindowStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BasicTableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularGaugeStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularTickmarkLabelStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CommonStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ DialStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrameStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GaugeStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HandleStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ HandleStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TabViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToggleButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TumblerStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   └── images
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-down.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-down@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-left.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-left@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-right.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-right@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-up.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ arrow-up@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ button.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ button_down.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ check.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ check@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ editbox.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ focusframe.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ groupbox.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ header.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ knob.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ leftanglearrow.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ needle.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ progress-indeterminate.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ rightanglearrow.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-horizontal.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-transient.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scrollbar-handle-vertical.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ slider-groove.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ slider-handle.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_large.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_medium.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ spinner_small.png
β”‚                   β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ tab.png
β”‚                   β”‚   β”‚   β”‚   β”‚       └── tab_selected.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Desktop
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindowStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CalendarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ FocusFrameStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ RowItemSingleton.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TabViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TableViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ TreeViewStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Flat
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickextrasflatplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tab.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TableView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TableViewColumn.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TreeView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrolsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Controls.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ AbstractButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Action.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ActionGroup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qmlc
β”‚                   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ButtonGroup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Container.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Control.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Fusion
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonPanel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderGroove.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2fusionstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Imagine
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2imaginestyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Material
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BoxShadow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BoxShadow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CursorDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ElevationEffect.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ElevationEffect.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RectangularGlow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RectangularGlow.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderHandle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qmlc
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2materialstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ScrollView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwipeView.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Universal
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ApplicationWindow.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Button.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Dialog.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialogButtonBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Drawer.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Frame.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Label.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Menu.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuBarItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuItem.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ MenuSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Page.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Pane.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Popup.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Slider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBox.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackView.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Switch.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegate.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchIndicator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextArea.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextField.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBar.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparator.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolTip.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2universalstyleplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ designer
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ AbstractButtonSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ BusyIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CheckSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ComboBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ContainerSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ControlSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ControlSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ FrameSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GroupBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegateSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ItemDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ LabelSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaddingSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PageSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaneSection.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PaneSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ProgressBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RadioDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RangeSliderSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ RoundButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ScrollViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SliderSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SpinBoxSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StackViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwipeViewSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchDelegateSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ SwitchSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TabButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextAreaSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextFieldSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolBarSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToolSeparatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TumblerSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ busyindicator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ button-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ checkbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combobox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ frame-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ groupbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ itemdelegate-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ label-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ page-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pageindicator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pane-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progressbar-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ radiobutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeslider-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ roundbutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ slider-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ spinbox-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ stackview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ swipeview-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ switch-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textarea-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ textfield-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbar-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolbutton-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ toolseparator-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   └── tumbler-icon@2x.png
β”‚                   β”‚   β”‚   β”‚   └── qtquickcontrols2.metainfo
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickcontrols2plugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Dialogs
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultColorDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultDialogWrapper.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultFileDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultFontDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DefaultMessageDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ libdialogsprivateplugin.dylib
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetColorDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetFileDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetFontDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ WidgetMessageDialog.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ checkers.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ checkmark.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ copy.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ critical.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ crosshairs.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ information.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ question.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ slider_handle.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ sunken_frame.png
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ warning.png
β”‚                   β”‚   β”‚   β”‚   └── window_border.png
β”‚                   β”‚   β”‚   β”œβ”€β”€ libdialogplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   β”œβ”€β”€ qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ColorSlider.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DefaultWindowDecoration.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ IconButtonStyle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ IconGlyph.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ icons.ttf
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Extras
β”‚                   β”‚   β”‚   β”œβ”€β”€ CircularGauge.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ DelayButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Dial.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Gauge.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ PieMenu.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Private
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButton.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularButtonStyleHelper.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularTickmarkLabel.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ Handle.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuIcon.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ TextSingleton.qml
β”‚                   β”‚   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”‚   β”œβ”€β”€ StatusIndicator.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ ToggleButton.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ Tumbler.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ TumblerColumn.qml
β”‚                   β”‚   β”‚   β”œβ”€β”€ designer
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ CircularGaugeSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DelayButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ DialSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ GaugeSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PictureSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ PieMenuSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ StatusIndicatorSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ ToggleButtonSpecifics.qml
β”‚                   β”‚   β”‚   β”‚   β”œβ”€β”€ images
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ circulargauge-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ circulargauge-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delaybutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dial-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gauge-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gauge-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ picture-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ picture-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ piemenu-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ piemenu-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ statusindicator-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ statusindicator-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ togglebutton-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ togglebutton-icon16.png
β”‚                   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tumbler-icon.png
β”‚                   β”‚   β”‚   β”‚   β”‚   └── tumbler-icon16.png
β”‚                   β”‚   β”‚   β”‚   └── qtquickextras.metainfo
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickextrasplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Layouts
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqquicklayoutsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ LocalStorage
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqmllocalstorageplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Particles.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libparticlesplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ PrivateWidgets
β”‚                   β”‚   β”‚   β”œβ”€β”€ libwidgetsplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Scene2D
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickscene2dplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Scene3D
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquickscene3dplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Shapes
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqmlshapesplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Templates.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libqtquicktemplates2plugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   β”œβ”€β”€ Window.2
β”‚                   β”‚   β”‚   β”œβ”€β”€ libwindowplugin.dylib
β”‚                   β”‚   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”‚   └── qmldir
β”‚                   β”‚   └── XmlListModel
β”‚                   β”‚       β”œβ”€β”€ libqmlxmllistmodelplugin.dylib
β”‚                   β”‚       β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚       └── qmldir
β”‚                   β”œβ”€β”€ QtQuick.2
β”‚                   β”‚   β”œβ”€β”€ libqtquick2plugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtScxml
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_scxml.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtSensors
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_sensors.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtTest
β”‚                   β”‚   β”œβ”€β”€ SignalSpy.qml
β”‚                   β”‚   β”œβ”€β”€ TestCase.qml
β”‚                   β”‚   β”œβ”€β”€ libqmltestplugin.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   β”œβ”€β”€ qmldir
β”‚                   β”‚   └── testlogger.js
β”‚                   β”œβ”€β”€ QtWebChannel
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_webchannel.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtWebSockets
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_qmlwebsockets.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   β”œβ”€β”€ QtWebView
β”‚                   β”‚   β”œβ”€β”€ libdeclarative_webview.dylib
β”‚                   β”‚   β”œβ”€β”€ plugins.qmltypes
β”‚                   β”‚   └── qmldir
β”‚                   └── builtins.qmltypes
└── 0.1.5
    β”œβ”€β”€ qml.net.osxbinaries.0.1.5.nupkg
    β”œβ”€β”€ qml.net.osxbinaries.0.1.5.nupkg.sha512
    β”œβ”€β”€ qml.net.osxbinaries.nuspec
    └── runtimes
        └── osx-x64
            └── native
                β”œβ”€β”€ lib
                β”‚   β”œβ”€β”€ Qt3DAnimation.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DAnimation
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DAnimation
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DAnimation
                β”‚   β”œβ”€β”€ Qt3DCore.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DCore
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DCore
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DCore
                β”‚   β”œβ”€β”€ Qt3DExtras.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DExtras
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DExtras
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DExtras
                β”‚   β”œβ”€β”€ Qt3DInput.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DInput
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DInput
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DInput
                β”‚   β”œβ”€β”€ Qt3DLogic.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DLogic
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DLogic
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DLogic
                β”‚   β”œβ”€β”€ Qt3DQuick.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuick
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuick
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuick
                β”‚   β”œβ”€β”€ Qt3DQuickAnimation.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuickAnimation
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuickAnimation
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuickAnimation
                β”‚   β”œβ”€β”€ Qt3DQuickExtras.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuickExtras
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuickExtras
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuickExtras
                β”‚   β”œβ”€β”€ Qt3DQuickInput.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuickInput
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuickInput
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuickInput
                β”‚   β”œβ”€β”€ Qt3DQuickRender.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuickRender
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuickRender
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuickRender
                β”‚   β”œβ”€β”€ Qt3DQuickScene2D.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DQuickScene2D
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DQuickScene2D
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DQuickScene2D
                β”‚   β”œβ”€β”€ Qt3DRender.framework
                β”‚   β”‚   β”œβ”€β”€ Qt3DRender
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── Qt3DRender
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── Qt3DRender
                β”‚   β”œβ”€β”€ QtBluetooth.framework
                β”‚   β”‚   β”œβ”€β”€ QtBluetooth
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtBluetooth
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtBluetooth
                β”‚   β”œβ”€β”€ QtConcurrent.framework
                β”‚   β”‚   β”œβ”€β”€ QtConcurrent
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtConcurrent
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtConcurrent
                β”‚   β”œβ”€β”€ QtCore.framework
                β”‚   β”‚   β”œβ”€β”€ QtCore
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtCore
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtCore
                β”‚   β”œβ”€β”€ QtDBus.framework
                β”‚   β”‚   β”œβ”€β”€ QtDBus
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtDBus
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtDBus
                β”‚   β”œβ”€β”€ QtDesigner.framework
                β”‚   β”‚   β”œβ”€β”€ QtDesigner
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtDesigner
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtDesigner
                β”‚   β”œβ”€β”€ QtDesignerComponents.framework
                β”‚   β”‚   β”œβ”€β”€ QtDesignerComponents
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtDesignerComponents
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtDesignerComponents
                β”‚   β”œβ”€β”€ QtGamepad.framework
                β”‚   β”‚   β”œβ”€β”€ QtGamepad
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtGamepad
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtGamepad
                β”‚   β”œβ”€β”€ QtGui.framework
                β”‚   β”‚   β”œβ”€β”€ QtGui
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtGui
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtGui
                β”‚   β”œβ”€β”€ QtHelp.framework
                β”‚   β”‚   β”œβ”€β”€ QtHelp
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtHelp
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtHelp
                β”‚   β”œβ”€β”€ QtLocation.framework
                β”‚   β”‚   β”œβ”€β”€ QtLocation
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtLocation
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtLocation
                β”‚   β”œβ”€β”€ QtMacExtras.framework
                β”‚   β”‚   β”œβ”€β”€ QtMacExtras
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtMacExtras
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtMacExtras
                β”‚   β”œβ”€β”€ QtMultimedia.framework
                β”‚   β”‚   β”œβ”€β”€ QtMultimedia
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtMultimedia
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtMultimedia
                β”‚   β”œβ”€β”€ QtMultimediaQuick.framework
                β”‚   β”‚   β”œβ”€β”€ QtMultimediaQuick
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtMultimediaQuick
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtMultimediaQuick
                β”‚   β”œβ”€β”€ QtMultimediaWidgets.framework
                β”‚   β”‚   β”œβ”€β”€ QtMultimediaWidgets
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtMultimediaWidgets
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtMultimediaWidgets
                β”‚   β”œβ”€β”€ QtNetwork.framework
                β”‚   β”‚   β”œβ”€β”€ QtNetwork
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtNetwork
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtNetwork
                β”‚   β”œβ”€β”€ QtNfc.framework
                β”‚   β”‚   β”œβ”€β”€ QtNfc
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtNfc
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtNfc
                β”‚   β”œβ”€β”€ QtOpenGL.framework
                β”‚   β”‚   β”œβ”€β”€ QtOpenGL
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtOpenGL
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtOpenGL
                β”‚   β”œβ”€β”€ QtPositioning.framework
                β”‚   β”‚   β”œβ”€β”€ QtPositioning
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtPositioning
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtPositioning
                β”‚   β”œβ”€β”€ QtPositioningQuick.framework
                β”‚   β”‚   β”œβ”€β”€ QtPositioningQuick
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtPositioningQuick
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtPositioningQuick
                β”‚   β”œβ”€β”€ QtPrintSupport.framework
                β”‚   β”‚   β”œβ”€β”€ QtPrintSupport
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtPrintSupport
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtPrintSupport
                β”‚   β”œβ”€β”€ QtQml.framework
                β”‚   β”‚   β”œβ”€β”€ QtQml
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQml
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQml
                β”‚   β”œβ”€β”€ QtQuick.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuick
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuick
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuick
                β”‚   β”œβ”€β”€ QtQuickControls2.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuickControls2
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuickControls2
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuickControls2
                β”‚   β”œβ”€β”€ QtQuickParticles.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuickParticles
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuickParticles
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuickParticles
                β”‚   β”œβ”€β”€ QtQuickTemplates2.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuickTemplates2
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuickTemplates2
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuickTemplates2
                β”‚   β”œβ”€β”€ QtQuickTest.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuickTest
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuickTest
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuickTest
                β”‚   β”œβ”€β”€ QtQuickWidgets.framework
                β”‚   β”‚   β”œβ”€β”€ QtQuickWidgets
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtQuickWidgets
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtQuickWidgets
                β”‚   β”œβ”€β”€ QtScxml.framework
                β”‚   β”‚   β”œβ”€β”€ QtScxml
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtScxml
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtScxml
                β”‚   β”œβ”€β”€ QtSensors.framework
                β”‚   β”‚   β”œβ”€β”€ QtSensors
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtSensors
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtSensors
                β”‚   β”œβ”€β”€ QtSerialBus.framework
                β”‚   β”‚   β”œβ”€β”€ QtSerialBus
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtSerialBus
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtSerialBus
                β”‚   β”œβ”€β”€ QtSerialPort.framework
                β”‚   β”‚   β”œβ”€β”€ QtSerialPort
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtSerialPort
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtSerialPort
                β”‚   β”œβ”€β”€ QtSql.framework
                β”‚   β”‚   β”œβ”€β”€ QtSql
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtSql
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtSql
                β”‚   β”œβ”€β”€ QtSvg.framework
                β”‚   β”‚   β”œβ”€β”€ QtSvg
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtSvg
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtSvg
                β”‚   β”œβ”€β”€ QtTest.framework
                β”‚   β”‚   β”œβ”€β”€ QtTest
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtTest
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtTest
                β”‚   β”œβ”€β”€ QtTextToSpeech.framework
                β”‚   β”‚   β”œβ”€β”€ QtTextToSpeech
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtTextToSpeech
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtTextToSpeech
                β”‚   β”œβ”€β”€ QtWebChannel.framework
                β”‚   β”‚   β”œβ”€β”€ QtWebChannel
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtWebChannel
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtWebChannel
                β”‚   β”œβ”€β”€ QtWebSockets.framework
                β”‚   β”‚   β”œβ”€β”€ QtWebSockets
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtWebSockets
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtWebSockets
                β”‚   β”œβ”€β”€ QtWebView.framework
                β”‚   β”‚   β”œβ”€β”€ QtWebView
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtWebView
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtWebView
                β”‚   β”œβ”€β”€ QtWidgets.framework
                β”‚   β”‚   β”œβ”€β”€ QtWidgets
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtWidgets
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtWidgets
                β”‚   β”œβ”€β”€ QtXml.framework
                β”‚   β”‚   β”œβ”€β”€ QtXml
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtXml
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtXml
                β”‚   β”œβ”€β”€ QtXmlPatterns.framework
                β”‚   β”‚   β”œβ”€β”€ QtXmlPatterns
                β”‚   β”‚   └── Versions
                β”‚   β”‚       β”œβ”€β”€ 5
                β”‚   β”‚       β”‚   └── QtXmlPatterns
                β”‚   β”‚       └── Current
                β”‚   β”‚           └── QtXmlPatterns
                β”‚   └── pkgconfig
                β”‚       β”œβ”€β”€ Qt5OpenGLExtensions.pc
                β”‚       └── Qt5UiTools.pc
                β”œβ”€β”€ libQmlNet.dylib
                β”œβ”€β”€ plugins
                β”‚   β”œβ”€β”€ audio
                β”‚   β”‚   └── libqtaudio_coreaudio.dylib
                β”‚   β”œβ”€β”€ bearer
                β”‚   β”‚   └── libqgenericbearer.dylib
 ...truncated

Actual behavior

dotnet publish produces a proper folder structure, mimicking the original NuGet package.

dotnet publish -r osx-x64 produces an invalid folder structure. It flattens everything into the root. My libraries have specific rpath’s that require them to be in certain directories to work properly.

"dotnet publish -r osx-x64" directory structure
.
β”œβ”€β”€ Features
β”œβ”€β”€ Features.deps.json
β”œβ”€β”€ Features.dll
β”œβ”€β”€ Features.pdb
β”œβ”€β”€ Features.runtimeconfig.dev.json
β”œβ”€β”€ Features.runtimeconfig.json
β”œβ”€β”€ libhostfxr.dylib
β”œβ”€β”€ libhostpolicy.dylib
└── publish
    β”œβ”€β”€ AbstractButton.qml
    β”œβ”€β”€ AbstractButtonSection.qml
    β”œβ”€β”€ AbstractCheckable.qml
    β”œβ”€β”€ Action.qml
    β”œβ”€β”€ ActionGroup.qml
    β”œβ”€β”€ AdvancedDLSupport.dll
    β”œβ”€β”€ ApplicationWindow.qml
    β”œβ”€β”€ ApplicationWindow.qmlc
    β”œβ”€β”€ ApplicationWindowStyle.qml
    β”œβ”€β”€ BasicButton.qml
    β”œβ”€β”€ BasicTableView.qml
    β”œβ”€β”€ BasicTableViewStyle.qml
    β”œβ”€β”€ Blend.qml
    β”œβ”€β”€ BoxShadow.qml
    β”œβ”€β”€ BoxShadow.qmlc
    β”œβ”€β”€ BrightnessContrast.qml
    β”œβ”€β”€ BusyIndicator.qml
    β”œβ”€β”€ BusyIndicatorSpecifics.qml
    β”œβ”€β”€ BusyIndicatorStyle.qml
    β”œβ”€β”€ Button.qml
    β”œβ”€β”€ Button.qmlc
    β”œβ”€β”€ ButtonGroup.qml
    β”œβ”€β”€ ButtonPanel.qml
    β”œβ”€β”€ ButtonSection.qml
    β”œβ”€β”€ ButtonSpecifics.qml
    β”œβ”€β”€ ButtonStyle.qml
    β”œβ”€β”€ Calendar.qml
    β”œβ”€β”€ CalendarHeaderModel.qml
    β”œβ”€β”€ CalendarStyle.qml
    β”œβ”€β”€ CalendarUtils.js
    β”œβ”€β”€ CalendarUtils.jsc
    β”œβ”€β”€ CheckBox.qml
    β”œβ”€β”€ CheckBoxSpecifics.qml
    β”œβ”€β”€ CheckBoxStyle.qml
    β”œβ”€β”€ CheckDelegate.qml
    β”œβ”€β”€ CheckDelegateSpecifics.qml
    β”œβ”€β”€ CheckIndicator.qml
    β”œβ”€β”€ CheckIndicator.qmlc
    β”œβ”€β”€ CheckSection.qml
    β”œβ”€β”€ CircularButton.qml
    β”œβ”€β”€ CircularButtonStyle.qml
    β”œβ”€β”€ CircularButtonStyleHelper.qml
    β”œβ”€β”€ CircularGauge.qml
    β”œβ”€β”€ CircularGaugeSpecifics.qml
    β”œβ”€β”€ CircularGaugeStyle.qml
    β”œβ”€β”€ CircularTickmarkLabel.qml
    β”œβ”€β”€ CircularTickmarkLabelStyle.qml
    β”œβ”€β”€ ColorOverlay.qml
    β”œβ”€β”€ ColorSlider.qml
    β”œβ”€β”€ Colorize.qml
    β”œβ”€β”€ Colorize.qmlc
    β”œβ”€β”€ ColumnMenuContent.qml
    β”œβ”€β”€ ComboBox.qml
    β”œβ”€β”€ ComboBoxSpecifics.qml
    β”œβ”€β”€ ComboBoxStyle.qml
    β”œβ”€β”€ CommonStyleHelper.qml
    β”œβ”€β”€ ConicalGradient.qml
    β”œβ”€β”€ Container.qml
    β”œβ”€β”€ ContainerSection.qml
    β”œβ”€β”€ ContentItem.qml
    β”œβ”€β”€ Control.qml
    β”œβ”€β”€ ControlSection.qml
    β”œβ”€β”€ ControlSpecifics.qml
    β”œβ”€β”€ CursorDelegate.qml
    β”œβ”€β”€ DayOfWeekRow.qml
    β”œβ”€β”€ DefaultColorDialog.qml
    β”œβ”€β”€ DefaultDialogWrapper.qml
    β”œβ”€β”€ DefaultFileDialog.qml
    β”œβ”€β”€ DefaultFontDialog.qml
    β”œβ”€β”€ DefaultMessageDialog.qml
    β”œβ”€β”€ DefaultWindowDecoration.qml
    β”œβ”€β”€ DelayButton.qml
    β”œβ”€β”€ DelayButtonSpecifics.qml
    β”œβ”€β”€ DelayButtonStyle.qml
    β”œβ”€β”€ Desaturate.qml
    β”œβ”€β”€ Dial.qml
    β”œβ”€β”€ DialSpecifics.qml
    β”œβ”€β”€ DialStyle.qml
    β”œβ”€β”€ Dialog.qml
    β”œβ”€β”€ Dialog.qmlc
    β”œβ”€β”€ DialogButtonBox.qml
    β”œβ”€β”€ DialogButtonBox.qmlc
    β”œβ”€β”€ DirectionalBlur.qml
    β”œβ”€β”€ Displace.qml
    β”œβ”€β”€ Drawer.qml
    β”œβ”€β”€ Drawer.qmlc
    β”œβ”€β”€ DropShadow.qml
    β”œβ”€β”€ DropShadow.qmlc
    β”œβ”€β”€ DropShadowBase.qml
    β”œβ”€β”€ DropShadowBase.qmlc
    β”œβ”€β”€ EditMenu.qml
    β”œβ”€β”€ EditMenu_base.qml
    β”œβ”€β”€ ElevationEffect.qml
    β”œβ”€β”€ ElevationEffect.qmlc
    β”œβ”€β”€ FastBlur.qml
    β”œβ”€β”€ FastGlow.qml
    β”œβ”€β”€ FastInnerShadow.qml
    β”œβ”€β”€ FastMaskedBlur.qml
    β”œβ”€β”€ Features
    β”œβ”€β”€ Features.deps.json
    β”œβ”€β”€ Features.dll
    β”œβ”€β”€ Features.pdb
    β”œβ”€β”€ Features.runtimeconfig.json
    β”œβ”€β”€ FocusFrame.qml
    β”œβ”€β”€ FocusFrameStyle.qml
    β”œβ”€β”€ Frame.qml
    β”œβ”€β”€ FrameSpecifics.qml
    β”œβ”€β”€ GammaAdjust.qml
    β”œβ”€β”€ Gauge.qml
    β”œβ”€β”€ GaugeSpecifics.qml
    β”œβ”€β”€ GaugeStyle.qml
    β”œβ”€β”€ GaussianBlur.qml
    β”œβ”€β”€ GaussianBlur.qmlc
    β”œβ”€β”€ GaussianDirectionalBlur.qml
    β”œβ”€β”€ GaussianGlow.qml
    β”œβ”€β”€ GaussianInnerShadow.qml
    β”œβ”€β”€ GaussianMaskedBlur.qml
    β”œβ”€β”€ Glow.qml
    β”œβ”€β”€ GroupBox.qml
    β”œβ”€β”€ GroupBoxSpecifics.qml
    β”œβ”€β”€ GroupBoxStyle.qml
    β”œβ”€β”€ Handle.qml
    β”œβ”€β”€ HandleStyle.qml
    β”œβ”€β”€ HandleStyleHelper.qml
    β”œβ”€β”€ HoverButton.qml
    β”œβ”€β”€ HueSaturation.qml
    β”œβ”€β”€ Humanizer.dll
    β”œβ”€β”€ IconButtonStyle.qml
    β”œβ”€β”€ IconGlyph.qml
    β”œβ”€β”€ InnerShadow.qml
    β”œβ”€β”€ ItemDelegate.qml
    β”œβ”€β”€ ItemDelegate.qmlc
    β”œβ”€β”€ ItemDelegateSection.qml
    β”œβ”€β”€ ItemDelegateSpecifics.qml
    β”œβ”€β”€ Label.qml
    β”œβ”€β”€ Label.qmlc
    β”œβ”€β”€ LabelSpecifics.qml
    β”œβ”€β”€ LevelAdjust.qml
    β”œβ”€β”€ LinearGradient.qml
    β”œβ”€β”€ MaskedBlur.qml
    β”œβ”€β”€ Menu.qml
    β”œβ”€β”€ Menu.qmlc
    β”œβ”€β”€ MenuBar.qml
    β”œβ”€β”€ MenuBarItem.qml
    β”œβ”€β”€ MenuBarStyle.qml
    β”œβ”€β”€ MenuContentItem.qml
    β”œβ”€β”€ MenuContentScroller.qml
    β”œβ”€β”€ MenuItem.qml
    β”œβ”€β”€ MenuItem.qmlc
    β”œβ”€β”€ MenuItemSubControls.qml
    β”œβ”€β”€ MenuSeparator.qml
    β”œβ”€β”€ MenuStyle.qml
    β”œβ”€β”€ Microsoft.CSharp.dll
    β”œβ”€β”€ Microsoft.VisualBasic.dll
    β”œβ”€β”€ Microsoft.Win32.Primitives.dll
    β”œβ”€β”€ Microsoft.Win32.Registry.dll
    β”œβ”€β”€ ModalPopupBehavior.qml
    β”œβ”€β”€ Mono.DllMap.dll
    β”œβ”€β”€ MonthGrid.qml
    β”œβ”€β”€ OpacityMask.qml
    β”œβ”€β”€ PaddingSection.qml
    β”œβ”€β”€ Page.qml
    β”œβ”€β”€ Page.qmlc
    β”œβ”€β”€ PageIndicator.qml
    β”œβ”€β”€ PageIndicatorSpecifics.qml
    β”œβ”€β”€ PageSpecifics.qml
    β”œβ”€β”€ Pane.qml
    β”œβ”€β”€ Pane.qmlc
    β”œβ”€β”€ PaneSection.qml
    β”œβ”€β”€ PaneSpecifics.qml
    β”œβ”€β”€ PictureSpecifics.qml
    β”œβ”€β”€ PieMenu.qml
    β”œβ”€β”€ PieMenuIcon.qml
    β”œβ”€β”€ PieMenuSpecifics.qml
    β”œβ”€β”€ PieMenuStyle.qml
    β”œβ”€β”€ Popup.qml
    β”œβ”€β”€ ProgressBar.qml
    β”œβ”€β”€ ProgressBarSpecifics.qml
    β”œβ”€β”€ ProgressBarStyle.qml
    β”œβ”€β”€ Qml.Net.dll
    β”œβ”€β”€ Qt3DAnimation
    β”œβ”€β”€ Qt3DCore
    β”œβ”€β”€ Qt3DExtras
    β”œβ”€β”€ Qt3DInput
    β”œβ”€β”€ Qt3DLogic
    β”œβ”€β”€ Qt3DQuick
    β”œβ”€β”€ Qt3DQuickAnimation
    β”œβ”€β”€ Qt3DQuickExtras
    β”œβ”€β”€ Qt3DQuickInput
    β”œβ”€β”€ Qt3DQuickRender
    β”œβ”€β”€ Qt3DQuickScene2D
    β”œβ”€β”€ Qt3DRender
    β”œβ”€β”€ Qt5OpenGLExtensions.pc
    β”œβ”€β”€ Qt5UiTools.pc
    β”œβ”€β”€ QtBluetooth
    β”œβ”€β”€ QtConcurrent
    β”œβ”€β”€ QtCore
    β”œβ”€β”€ QtDBus
    β”œβ”€β”€ QtDesigner
    β”œβ”€β”€ QtDesignerComponents
    β”œβ”€β”€ QtGamepad
    β”œβ”€β”€ QtGui
    β”œβ”€β”€ QtHelp
    β”œβ”€β”€ QtLocation
    β”œβ”€β”€ QtMacExtras
    β”œβ”€β”€ QtMultimedia
    β”œβ”€β”€ QtMultimediaQuick
    β”œβ”€β”€ QtMultimediaWidgets
    β”œβ”€β”€ QtNetwork
    β”œβ”€β”€ QtNfc
    β”œβ”€β”€ QtOpenGL
    β”œβ”€β”€ QtPositioning
    β”œβ”€β”€ QtPositioningQuick
    β”œβ”€β”€ QtPrintSupport
    β”œβ”€β”€ QtQml
    β”œβ”€β”€ QtQuick
    β”œβ”€β”€ QtQuickControls2
    β”œβ”€β”€ QtQuickParticles
    β”œβ”€β”€ QtQuickTemplates2
    β”œβ”€β”€ QtQuickTest
    β”œβ”€β”€ QtQuickWidgets
    β”œβ”€β”€ QtScxml
    β”œβ”€β”€ QtSensors
    β”œβ”€β”€ QtSerialBus
    β”œβ”€β”€ QtSerialPort
    β”œβ”€β”€ QtSql
    β”œβ”€β”€ QtSvg
    β”œβ”€β”€ QtTest
    β”œβ”€β”€ QtTextToSpeech
    β”œβ”€β”€ QtWebChannel
    β”œβ”€β”€ QtWebSockets
    β”œβ”€β”€ QtWebView
    β”œβ”€β”€ QtWidgets
    β”œβ”€β”€ QtXml
    β”œβ”€β”€ QtXmlPatterns
    β”œβ”€β”€ RadialBlur.qml
    β”œβ”€β”€ RadialGradient.qml
    β”œβ”€β”€ RadioButton.qml
    β”œβ”€β”€ RadioButtonSpecifics.qml
    β”œβ”€β”€ RadioButtonStyle.qml
    β”œβ”€β”€ RadioDelegate.qml
    β”œβ”€β”€ RadioDelegateSpecifics.qml
    β”œβ”€β”€ RadioIndicator.qml
    β”œβ”€β”€ RangeSlider.qml
    β”œβ”€β”€ RangeSliderSpecifics.qml
    β”œβ”€β”€ RectangularGlow.qml
    β”œβ”€β”€ RectangularGlow.qmlc
    β”œβ”€β”€ RecursiveBlur.qml
    β”œβ”€β”€ RoundButton.qml
    β”œβ”€β”€ RoundButtonSpecifics.qml
    β”œβ”€β”€ RowItemSingleton.qml
    β”œβ”€β”€ SOS.NETCore.dll
    β”œβ”€β”€ ScrollBar.qml
    β”œβ”€β”€ ScrollIndicator.qml
    β”œβ”€β”€ ScrollIndicator.qmlc
    β”œβ”€β”€ ScrollView.qml
    β”œβ”€β”€ ScrollViewHelper.qml
    β”œβ”€β”€ ScrollViewSpecifics.qml
    β”œβ”€β”€ ScrollViewStyle.qml
    β”œβ”€β”€ SignalSpy.qml
    β”œβ”€β”€ Slider.qml
    β”œβ”€β”€ SliderGroove.qml
    β”œβ”€β”€ SliderHandle.qml
    β”œβ”€β”€ SliderSpecifics.qml
    β”œβ”€β”€ SliderStyle.qml
    β”œβ”€β”€ SourceProxy.qml
    β”œβ”€β”€ SpinBox.qml
    β”œβ”€β”€ SpinBoxSpecifics.qml
    β”œβ”€β”€ SpinBoxStyle.qml
    β”œβ”€β”€ SplitView.qml
    β”œβ”€β”€ StackView.js
    β”œβ”€β”€ StackView.jsc
    β”œβ”€β”€ StackView.qml
    β”œβ”€β”€ StackView.qmlc
    β”œβ”€β”€ StackViewDelegate.qml
    β”œβ”€β”€ StackViewSlideDelegate.qml
    β”œβ”€β”€ StackViewSpecifics.qml
    β”œβ”€β”€ StackViewTransition.qml
    β”œβ”€β”€ StatusBar.qml
    β”œβ”€β”€ StatusBarStyle.qml
    β”œβ”€β”€ StatusIndicator.qml
    β”œβ”€β”€ StatusIndicatorSpecifics.qml
    β”œβ”€β”€ StatusIndicatorStyle.qml
    β”œβ”€β”€ StrictEmit.dll
    β”œβ”€β”€ Style.qml
    β”œβ”€β”€ SwipeDelegate.qml
    β”œβ”€β”€ SwipeDelegateSpecifics.qml
    β”œβ”€β”€ SwipeView.qml
    β”œβ”€β”€ SwipeViewSpecifics.qml
    β”œβ”€β”€ Switch.qml
    β”œβ”€β”€ SwitchDelegate.qml
    β”œβ”€β”€ SwitchDelegateSpecifics.qml
    β”œβ”€β”€ SwitchIndicator.qml
    β”œβ”€β”€ SwitchSpecifics.qml
    β”œβ”€β”€ SwitchStyle.qml
    β”œβ”€β”€ System.AppContext.dll
    β”œβ”€β”€ System.Buffers.dll
    β”œβ”€β”€ System.Collections.Concurrent.dll
    β”œβ”€β”€ System.Collections.Immutable.dll
    β”œβ”€β”€ System.Collections.NonGeneric.dll
    β”œβ”€β”€ System.Collections.Specialized.dll
    β”œβ”€β”€ System.Collections.dll
    β”œβ”€β”€ System.ComponentModel.Annotations.dll
    β”œβ”€β”€ System.ComponentModel.DataAnnotations.dll
    β”œβ”€β”€ System.ComponentModel.EventBasedAsync.dll
    β”œβ”€β”€ System.ComponentModel.Primitives.dll
    β”œβ”€β”€ System.ComponentModel.TypeConverter.dll
    β”œβ”€β”€ System.ComponentModel.dll
    β”œβ”€β”€ System.Configuration.dll
    β”œβ”€β”€ System.Console.dll
    β”œβ”€β”€ System.Core.dll
    β”œβ”€β”€ System.Data.Common.dll
    β”œβ”€β”€ System.Data.dll
    β”œβ”€β”€ System.Diagnostics.Contracts.dll
    β”œβ”€β”€ System.Diagnostics.Debug.dll
    β”œβ”€β”€ System.Diagnostics.DiagnosticSource.dll
    β”œβ”€β”€ System.Diagnostics.FileVersionInfo.dll
    β”œβ”€β”€ System.Diagnostics.Process.dll
    β”œβ”€β”€ System.Diagnostics.StackTrace.dll
    β”œβ”€β”€ System.Diagnostics.TextWriterTraceListener.dll
    β”œβ”€β”€ System.Diagnostics.Tools.dll
    β”œβ”€β”€ System.Diagnostics.TraceSource.dll
    β”œβ”€β”€ System.Diagnostics.Tracing.dll
    β”œβ”€β”€ System.Drawing.Primitives.dll
    β”œβ”€β”€ System.Drawing.dll
    β”œβ”€β”€ System.Dynamic.Runtime.dll
    β”œβ”€β”€ System.Globalization.Calendars.dll
    β”œβ”€β”€ System.Globalization.Extensions.dll
    β”œβ”€β”€ System.Globalization.Native.dylib
    β”œβ”€β”€ System.Globalization.dll
    β”œβ”€β”€ System.IO.Compression.Brotli.dll
    β”œβ”€β”€ System.IO.Compression.FileSystem.dll
    β”œβ”€β”€ System.IO.Compression.Native.a
    β”œβ”€β”€ System.IO.Compression.Native.dylib
    β”œβ”€β”€ System.IO.Compression.ZipFile.dll
    β”œβ”€β”€ System.IO.Compression.dll
    β”œβ”€β”€ System.IO.FileSystem.AccessControl.dll
    β”œβ”€β”€ System.IO.FileSystem.DriveInfo.dll
    β”œβ”€β”€ System.IO.FileSystem.Primitives.dll
    β”œβ”€β”€ System.IO.FileSystem.Watcher.dll
    β”œβ”€β”€ System.IO.FileSystem.dll
    β”œβ”€β”€ System.IO.IsolatedStorage.dll
    β”œβ”€β”€ System.IO.MemoryMappedFiles.dll
    β”œβ”€β”€ System.IO.Pipes.AccessControl.dll
    β”œβ”€β”€ System.IO.Pipes.dll
    β”œβ”€β”€ System.IO.UnmanagedMemoryStream.dll
    β”œβ”€β”€ System.IO.dll
    β”œβ”€β”€ System.Linq.Expressions.dll
    β”œβ”€β”€ System.Linq.Parallel.dll
    β”œβ”€β”€ System.Linq.Queryable.dll
    β”œβ”€β”€ System.Linq.dll
    β”œβ”€β”€ System.Memory.dll
    β”œβ”€β”€ System.Native.a
    β”œβ”€β”€ System.Native.dylib
    β”œβ”€β”€ System.Net.Http.Native.a
    β”œβ”€β”€ System.Net.Http.Native.dylib
    β”œβ”€β”€ System.Net.Http.dll
    β”œβ”€β”€ System.Net.HttpListener.dll
    β”œβ”€β”€ System.Net.Mail.dll
    β”œβ”€β”€ System.Net.NameResolution.dll
    β”œβ”€β”€ System.Net.NetworkInformation.dll
    β”œβ”€β”€ System.Net.Ping.dll
    β”œβ”€β”€ System.Net.Primitives.dll
    β”œβ”€β”€ System.Net.Requests.dll
    β”œβ”€β”€ System.Net.Security.Native.a
    β”œβ”€β”€ System.Net.Security.Native.dylib
    β”œβ”€β”€ System.Net.Security.dll
    β”œβ”€β”€ System.Net.ServicePoint.dll
    β”œβ”€β”€ System.Net.Sockets.dll
    β”œβ”€β”€ System.Net.WebClient.dll
    β”œβ”€β”€ System.Net.WebHeaderCollection.dll
    β”œβ”€β”€ System.Net.WebProxy.dll
    β”œβ”€β”€ System.Net.WebSockets.Client.dll
    β”œβ”€β”€ System.Net.WebSockets.dll
    β”œβ”€β”€ System.Net.dll
    β”œβ”€β”€ System.Numerics.Vectors.dll
    β”œβ”€β”€ System.Numerics.dll
    β”œβ”€β”€ System.ObjectModel.dll
    β”œβ”€β”€ System.Private.CoreLib.dll
    β”œβ”€β”€ System.Private.DataContractSerialization.dll
    β”œβ”€β”€ System.Private.Uri.dll
    β”œβ”€β”€ System.Private.Xml.Linq.dll
    β”œβ”€β”€ System.Private.Xml.dll
    β”œβ”€β”€ System.Reflection.DispatchProxy.dll
    β”œβ”€β”€ System.Reflection.Emit.ILGeneration.dll
    β”œβ”€β”€ System.Reflection.Emit.Lightweight.dll
    β”œβ”€β”€ System.Reflection.Emit.dll
    β”œβ”€β”€ System.Reflection.Extensions.dll
    β”œβ”€β”€ System.Reflection.Metadata.dll
    β”œβ”€β”€ System.Reflection.Primitives.dll
    β”œβ”€β”€ System.Reflection.TypeExtensions.dll
    β”œβ”€β”€ System.Reflection.dll
    β”œβ”€β”€ System.Resources.Reader.dll
    β”œβ”€β”€ System.Resources.ResourceManager.dll
    β”œβ”€β”€ System.Resources.Writer.dll
    β”œβ”€β”€ System.Runtime.CompilerServices.Unsafe.dll
    β”œβ”€β”€ System.Runtime.CompilerServices.VisualC.dll
    β”œβ”€β”€ System.Runtime.Extensions.dll
    β”œβ”€β”€ System.Runtime.Handles.dll
    β”œβ”€β”€ System.Runtime.InteropServices.RuntimeInformation.dll
    β”œβ”€β”€ System.Runtime.InteropServices.WindowsRuntime.dll
    β”œβ”€β”€ System.Runtime.InteropServices.dll
    β”œβ”€β”€ System.Runtime.Loader.dll
    β”œβ”€β”€ System.Runtime.Numerics.dll
    β”œβ”€β”€ System.Runtime.Serialization.Formatters.dll
    β”œβ”€β”€ System.Runtime.Serialization.Json.dll
    β”œβ”€β”€ System.Runtime.Serialization.Primitives.dll
    β”œβ”€β”€ System.Runtime.Serialization.Xml.dll
    β”œβ”€β”€ System.Runtime.Serialization.dll
    β”œβ”€β”€ System.Runtime.dll
    β”œβ”€β”€ System.Security.AccessControl.dll
    β”œβ”€β”€ System.Security.Claims.dll
    β”œβ”€β”€ System.Security.Cryptography.Algorithms.dll
    β”œβ”€β”€ System.Security.Cryptography.Cng.dll
    β”œβ”€β”€ System.Security.Cryptography.Csp.dll
    β”œβ”€β”€ System.Security.Cryptography.Encoding.dll
    β”œβ”€β”€ System.Security.Cryptography.Native.Apple.a
    β”œβ”€β”€ System.Security.Cryptography.Native.Apple.dylib
    β”œβ”€β”€ System.Security.Cryptography.Native.OpenSsl.a
    β”œβ”€β”€ System.Security.Cryptography.Native.OpenSsl.dylib
    β”œβ”€β”€ System.Security.Cryptography.OpenSsl.dll
    β”œβ”€β”€ System.Security.Cryptography.Primitives.dll
    β”œβ”€β”€ System.Security.Cryptography.X509Certificates.dll
    β”œβ”€β”€ System.Security.Principal.Windows.dll
    β”œβ”€β”€ System.Security.Principal.dll
    β”œβ”€β”€ System.Security.SecureString.dll
    β”œβ”€β”€ System.Security.dll
    β”œβ”€β”€ System.ServiceModel.Web.dll
    β”œβ”€β”€ System.ServiceProcess.dll
    β”œβ”€β”€ System.Text.Encoding.Extensions.dll
    β”œβ”€β”€ System.Text.Encoding.dll
    β”œβ”€β”€ System.Text.RegularExpressions.dll
    β”œβ”€β”€ System.Threading.Overlapped.dll
    β”œβ”€β”€ System.Threading.Tasks.Dataflow.dll
    β”œβ”€β”€ System.Threading.Tasks.Extensions.dll
    β”œβ”€β”€ System.Threading.Tasks.Parallel.dll
    β”œβ”€β”€ System.Threading.Tasks.dll
    β”œβ”€β”€ System.Threading.Thread.dll
    β”œβ”€β”€ System.Threading.ThreadPool.dll
    β”œβ”€β”€ System.Threading.Timer.dll
    β”œβ”€β”€ System.Threading.dll
    β”œβ”€β”€ System.Transactions.Local.dll
    β”œβ”€β”€ System.Transactions.dll
    β”œβ”€β”€ System.ValueTuple.dll
    β”œβ”€β”€ System.Web.HttpUtility.dll
    β”œβ”€β”€ System.Web.dll
    β”œβ”€β”€ System.Windows.dll
    β”œβ”€β”€ System.Xml.Linq.dll
    β”œβ”€β”€ System.Xml.ReaderWriter.dll
    β”œβ”€β”€ System.Xml.Serialization.dll
    β”œβ”€β”€ System.Xml.XDocument.dll
    β”œβ”€β”€ System.Xml.XPath.XDocument.dll
    β”œβ”€β”€ System.Xml.XPath.dll
    β”œβ”€β”€ System.Xml.XmlDocument.dll
    β”œβ”€β”€ System.Xml.XmlSerializer.dll
    β”œβ”€β”€ System.Xml.dll
    β”œβ”€β”€ System.dll
    β”œβ”€β”€ SystemPaletteSingleton.qml
    β”œβ”€β”€ Tab.qml
    β”œβ”€β”€ TabBar.qml
    β”œβ”€β”€ TabBarSpecifics.qml
    β”œβ”€β”€ TabButton.qml
    β”œβ”€β”€ TabButtonSpecifics.qml
    β”œβ”€β”€ TabView.qml
    β”œβ”€β”€ TabViewStyle.qml
    β”œβ”€β”€ TableView.qml
    β”œβ”€β”€ TableViewColumn.qml
    β”œβ”€β”€ TableViewItemDelegateLoader.qml
    β”œβ”€β”€ TableViewSelection.qml
    β”œβ”€β”€ TableViewStyle.qml
    β”œβ”€β”€ TestCase.qml
    β”œβ”€β”€ TextArea.qml
    β”œβ”€β”€ TextAreaSpecifics.qml
    β”œβ”€β”€ TextAreaStyle.qml
    β”œβ”€β”€ TextField.qml
    β”œβ”€β”€ TextFieldSpecifics.qml
    β”œβ”€β”€ TextFieldStyle.qml
    β”œβ”€β”€ TextHandle.qml
    β”œβ”€β”€ TextInputWithHandles.qml
    β”œβ”€β”€ TextSingleton.qml
    β”œβ”€β”€ ThresholdMask.qml
    β”œβ”€β”€ ToggleButton.qml
    β”œβ”€β”€ ToggleButtonSpecifics.qml
    β”œβ”€β”€ ToggleButtonStyle.qml
    β”œβ”€β”€ ToolBar.qml
    β”œβ”€β”€ ToolBar.qmlc
    β”œβ”€β”€ ToolBarSpecifics.qml
    β”œβ”€β”€ ToolBarStyle.qml
    β”œβ”€β”€ ToolButton.qml
    β”œβ”€β”€ ToolButton.qmlc
    β”œβ”€β”€ ToolButtonSpecifics.qml
    β”œβ”€β”€ ToolButtonStyle.qml
    β”œβ”€β”€ ToolMenuButton.qml
    β”œβ”€β”€ ToolSeparator.qml
    β”œβ”€β”€ ToolSeparatorSpecifics.qml
    β”œβ”€β”€ ToolTip.qml
    β”œβ”€β”€ TreeView.qml
    β”œβ”€β”€ TreeViewItemDelegateLoader.qml
    β”œβ”€β”€ TreeViewStyle.qml
    β”œβ”€β”€ Tumbler.qml
    β”œβ”€β”€ TumblerColumn.qml
    β”œβ”€β”€ TumblerSpecifics.qml
    β”œβ”€β”€ TumblerStyle.qml
    β”œβ”€β”€ Video.qml
    β”œβ”€β”€ WeekNumberColumn.qml
    β”œβ”€β”€ WidgetColorDialog.qml
    β”œβ”€β”€ WidgetFileDialog.qml
    β”œβ”€β”€ WidgetFontDialog.qml
    β”œβ”€β”€ WidgetMessageDialog.qml
    β”œβ”€β”€ WindowsBase.dll
    β”œβ”€β”€ ZoomBlur.qml
    β”œβ”€β”€ af
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ ar
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ arrow-down.png
    β”œβ”€β”€ arrow-down@2x.png
    β”œβ”€β”€ arrow-left.png
    β”œβ”€β”€ arrow-left@2x.png
    β”œβ”€β”€ arrow-right.png
    β”œβ”€β”€ arrow-right@2x.png
    β”œβ”€β”€ arrow-up.png
    β”œβ”€β”€ arrow-up@2x.png
    β”œβ”€β”€ bg
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ bn-BD
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ builtins.qmltypes
    β”œβ”€β”€ busyindicator-icon.png
    β”œβ”€β”€ busyindicator-icon16.png
    β”œβ”€β”€ busyindicator-icon@2x.png
    β”œβ”€β”€ button-icon.png
    β”œβ”€β”€ button-icon16.png
    β”œβ”€β”€ button-icon@2x.png
    β”œβ”€β”€ button.png
    β”œβ”€β”€ button_down.png
    β”œβ”€β”€ check.png
    β”œβ”€β”€ check@2x.png
    β”œβ”€β”€ checkbox-icon.png
    β”œβ”€β”€ checkbox-icon16.png
    β”œβ”€β”€ checkbox-icon@2x.png
    β”œβ”€β”€ checkers.png
    β”œβ”€β”€ checkmark.png
    β”œβ”€β”€ circulargauge-icon.png
    β”œβ”€β”€ circulargauge-icon16.png
    β”œβ”€β”€ combobox-icon.png
    β”œβ”€β”€ combobox-icon16.png
    β”œβ”€β”€ combobox-icon@2x.png
    β”œβ”€β”€ copy.png
    β”œβ”€β”€ critical.png
    β”œβ”€β”€ crosshairs.png
    β”œβ”€β”€ cs
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ da
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ de
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ delaybutton-icon.png
    β”œβ”€β”€ delaybutton-icon16.png
    β”œβ”€β”€ delaybutton-icon@2x.png
    β”œβ”€β”€ dial-icon.png
    β”œβ”€β”€ dial-icon16.png
    β”œβ”€β”€ dial-icon@2x.png
    β”œβ”€β”€ editbox.png
    β”œβ”€β”€ el
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ es
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ fa
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ fi-FI
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ focusframe.png
    β”œβ”€β”€ fr
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ fr-BE
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ frame-icon.png
    β”œβ”€β”€ frame-icon16.png
    β”œβ”€β”€ frame-icon@2x.png
    β”œβ”€β”€ gauge-icon.png
    β”œβ”€β”€ gauge-icon16.png
    β”œβ”€β”€ groupbox-icon.png
    β”œβ”€β”€ groupbox-icon16.png
    β”œβ”€β”€ groupbox-icon@2x.png
    β”œβ”€β”€ groupbox.png
    β”œβ”€β”€ he
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ header.png
    β”œβ”€β”€ hr
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ hu
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ icons.ttf
    β”œβ”€β”€ id
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ information.png
    β”œβ”€β”€ it
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ itemdelegate-icon.png
    β”œβ”€β”€ itemdelegate-icon16.png
    β”œβ”€β”€ itemdelegate-icon@2x.png
    β”œβ”€β”€ ja
    β”‚   └── Humanizer.resources.dll
    β”œβ”€β”€ knob.png
    β”œβ”€β”€ label-icon.png
    β”œβ”€β”€ label-icon16.png
    β”œβ”€β”€ label-icon@2x.png
    β”œβ”€β”€ leftanglearrow.png
    β”œβ”€β”€ libQmlNet.dylib
    β”œβ”€β”€ libassimpsceneimport.dylib
    β”œβ”€β”€ libclrjit.dylib
    β”œβ”€β”€ libcocoaprintersupport.dylib
    β”œβ”€β”€ libcoreclr.dylib
    β”œβ”€β”€ libdarwingamepad.dylib
    β”œβ”€β”€ libdbgshim.dylib
    β”œβ”€β”€ libdeclarative_audioengine.dylib
    β”œβ”€β”€ libdeclarative_bluetooth.dylib
    β”œβ”€β”€ libdeclarative_gamepad.dylib
    β”œβ”€β”€ libdeclarative_location.dylib
    β”œβ”€β”€ libdeclarative_multimedia.dylib
    β”œβ”€β”€ libdeclarative_nfc.dylib
    β”œβ”€β”€ libdeclarative_positioning.dylib
    β”œβ”€β”€ libdeclarative_qmlwebsockets.dylib
    β”œβ”€β”€ libdeclarative_scxml.dylib
    β”œβ”€β”€ libdeclarative_sensors.dylib
    β”œβ”€β”€ libdeclarative_webchannel.dylib
    β”œβ”€β”€ libdeclarative_webview.dylib
    β”œβ”€β”€ libdefaultgeometryloader.dylib
    β”œβ”€β”€ libdialogplugin.dylib
    β”œβ”€β”€ libdialogsprivateplugin.dylib
    β”œβ”€β”€ libgltfgeometryloader.dylib
    β”œβ”€β”€ libgltfsceneexport.dylib
...truncated

Take note that the /lib, /plugins and /qml directories were flattened.

Environment data

.NET Core SDK (reflecting any global.json):
 Version:   2.1.301
 Commit:    59524873d6

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.13
 OS Platform: Darwin
 RID:         osx.10.13-x64
 Base Path:   /usr/local/share/dotnet/sdk/2.1.301/

Host (useful for support):
  Version: 2.1.1
  Commit:  6985b9f684

.NET Core SDKs installed:
  2.1.200 [/usr/local/share/dotnet/sdk]
  2.1.300-rc1-008673 [/usr/local/share/dotnet/sdk]
  2.1.300 [/usr/local/share/dotnet/sdk]
  2.1.301 [/usr/local/share/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.All 2.1.0-rc1-final [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.0-rc1-final [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.0.7 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.0-rc1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
Jjaggcommented, Aug 11, 2019

@livarcocc To me it reads like the quoted text is a response as to why runtimes/x/native got flattened. The issue is not that the runtimes/x/native part was flattened, but that what’s after that got flattened.

E.g. a file in runtimes/win-x64/mydir/lib.dll will be published to publish/lib.dll instead of the expected publish/mydir/lib.dll. That seems like a bug to me. I don’t see any reason for why this would be by design.

cc @eerhardt (because he wrote the quoted text)

3reactions
zarennercommented, Feb 14, 2021

Filed a doc issue at https://github.com/NuGet/docs.microsoft.com-nuget/issues/2322. Hopefully someone from the .NET Core or NuGet team can help answer whether this behavior (as @Jjagg says, the flattening of files within native, not of runtimes/{platform}) is by design, and document it as such and/or reopen this issue.

This popped up in https://github.com/microsoft/playwright-sharp/issues/1145 where it broke the ability to publish platform-specific / self-contained projects.

/cc @eerhardt

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet publish command - .NET CLI
Publishes the application for a given runtime. For a list of Runtime Identifiers (RIDs), see the RID catalog.
Read more >
Include content files in nuget package using project.json
Net core project and i want to use the project.json to generate the nuget package and get rid of the .nuspec file. This...
Read more >
Upgrading an existing .NET project files to the lean new ...
My approach is to first make a copy of the solution in Explorer, then replace the project you are upgrading with a brand...
Read more >
Creating NuGet Packages the easy way with .NET Standard in C
NuGet packages are a way to share versioned code with the world. ... NuGet naming rules 11:26 - NuGet publishing 12:55 - Package...
Read more >
.NET SDK Support
The dotnet pack command builds the project and creates NuGet packages. The result of this command is a NuGet package (that is, a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found