stdware / qwindowkit

Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.
Apache License 2.0
442 stars 67 forks source link

Fixes find_dependency() syntax in QWindowKitConfig.cmake #81

Closed JacobMuchow closed 2 months ago

JacobMuchow commented 2 months ago

I recently integrated this into a project I am working on and found that I needed to edit the QWindowKitConfig.cmake file after installing to fix this syntax issue, otherwise I wasn't able to compile my project.

SineStriker commented 2 months ago

Thanks, that is my mistake.