-
Notifications
You must be signed in to change notification settings - Fork 80
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-lib: require headers to be includes manually #764
cxx-qt-lib: require headers to be includes manually #764
Conversation
1edf708
to
8b24374
Compare
05b6d0d
to
12895a7
Compare
Not sure why Windows is failing with a missing dll 🤔 |
43ef1b0
to
d79eff6
Compare
1e1c17b
to
378fdab
Compare
732ace9
to
f4540ce
Compare
0fd4513
to
e1c0fe0
Compare
48d0456
to
17f8d15
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.
Overall direction looks good.
I think the Opts struct needs more encapsulation though.
Some of the features can now also be removed maybe?
39e5fe7
to
732d692
Compare
This allows for cxx-qt-lib to be optional later. Related to KDAB#319
When cxx-qt-lib is a build dependency we have a failure with a missing dll.
As this is how cxx bridges normally function, ideally we want this for cxx-qt bridges too but the macro needs to know the file name too.
This then means we can remove the gui and qml features
732d692
to
4774699
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.
LGTM
This allows for cxx-qt-lib to be optional later.
Related to #319