woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
620 stars 89 forks source link

Fix Qt linkage on macOS when Qt was configured with -no-framework #307

Closed tronical closed 5 months ago

tronical commented 5 months ago

Detect the presents of QtCore.framework and link it as framework, otherwise link it "regular unix style".