-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Macos build with -F rather than -L #493
Comments
Note: I edited your description slightly to hide the log in a spoiler comment. Does cxx-qt use |
What i was trying to say, is that if the I'm still leaving this issue open, since making |
Thank you for replying! You are right ! It only works when I modify build.rs in cxx-qt . |
Current Behavior
On macos , when build this project, there are error "QtCore not found ".
See this KDAB/cxx-qt#885
And the final reason is that , we should use -F or -iframework to specity the framework path on macos , but now we are using -L to specity the path , this is a wrong flag .
Expected Behavior
use -F or -iframework to specity the framework path on macos
Steps To Reproduce
Macos system.
Environment
CMake configure log with Debug log-level
Log
The text was updated successfully, but these errors were encountered: