-
Notifications
You must be signed in to change notification settings - Fork 84
qt-build-utils: build system changes to have a QtInstallation #1286
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
qt-build-utils: build system changes to have a QtInstallation #1286
Conversation
This is just to test what we can do still with the old API
This now also prints out the paths that were attempted.
21e8b6e
to
5dea07e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1286 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 75 75
Lines 12772 12772
=========================================
Hits 12772 12772 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5dea07e
to
ab9dd5e
Compare
Also only compile in the `new` function if the `qmake` feature is provided. Previously this function would not run anyhow. If we add a `cmake` feature, we can conditionally enable the function if either `cmake` or `qmake` is enabled.
ab9dd5e
to
6c2ce2f
Compare
Changes look good though, feel free to merge if your happy with it too |
I can't seem to approve this it causes github to error 500 :-D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Remake of #1230, as I accidentally managed to close that PR.
This includes the changes that I requested on #1230.
This is part of one of the steps towards #1125 and rewriting qt-build-utils.