Skip to content
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

MacOS Support #3

Open
michaelvlach opened this issue Sep 4, 2018 · 0 comments
Open

MacOS Support #3

michaelvlach opened this issue Sep 4, 2018 · 0 comments

Comments

@michaelvlach
Copy link
Owner

Currently the qbs-autoproject does not support MacOS out of the box. The Qt detection does not work for it so it needs manually set path (or removal of Qt module).

Since I do not have access to a MacOS system I cannot add support for it. Basically what would need to be done is to add the support to:

autoproject.qbs

In the configuration probe there are standard headers detection (line 162, function detectStandardHeaders()) and Qt detection (line 179, detectQt()). In both methods there would need to be added support for MacOS as well as the current Windows and Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant