White-Oak / qml-rust

QML (Qt Quick) bindings for Rust language
MIT License
205 stars 18 forks source link

Don't use pkg_config to link Qt #2

Closed nbigaouette closed 7 years ago

nbigaouette commented 7 years ago

On OSX, Qt does not provide a proper pkg_config file. Instead, simply tell cargo to link the proper library.

Tested on both OSX and Linux.