-
Notifications
You must be signed in to change notification settings - Fork 82
cxx-qt-gen: move headers to cxx-qt crate #843
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
cxx-qt-gen: move headers to cxx-qt crate #843
Conversation
34a3ed7
to
a146a59
Compare
a146a59
to
8e5a4b7
Compare
1817613
to
7c821a1
Compare
7c821a1
to
54559b7
Compare
6dff876
to
520bf06
Compare
520bf06
to
c641bcf
Compare
Windows CI broke on this branch this time with the missing DLL, hoping it was related to add |
Nope still fails, on my CI instance https://github.com/ahayzen-kdab/cxx-qt/actions it can be seen that when the commit chain including rename to cxx-qt-common to cxx-qt is when it started to occur. So will need to diff between ahayzen-kdab@7c821a1 and ahayzen-kdab@54559b7 |
The diff is quite small, this is when the guard was moved to cxx-qt and added as a bridge that we might not require. So is the whole issue of the missing DLL on Windows something to do with |
e18904a
to
637fce3
Compare
So yes turns out that the |
855dfb7
to
2a83381
Compare
This allows us to remove cxx-qt-lib from cxx-qt-gen later.
2a83381
to
26cfc0f
Compare
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.
Looks good :)
Great change!
Closes #844