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

Enable windows build #23

Closed

Conversation

basyskom-mleutelt
Copy link
Contributor

No description provided.

#include <arpa/inet.h>
#endif
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project might be usable on any platform, where Qt is sitting on OpenGL - maybe it is even possible to replace the qt_gl_read_framebuffer call by some RHI API.

However I narrowed the project for the EGLFS ( = Unixoid operating systems ) platform - simply because I assumed, that on other platforms you find satisfying VNC solutions available on the operating level.

Did I miss something ?

Copy link
Contributor Author

@basyskom-mleutelt basyskom-mleutelt Jun 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I don't think you did, it's just that the project I'm working on can be built for windows. I was curious if I could get your project to build on windows too. It simplifies testing a lot if one doesn't have to constantly deploy everything to an embedded device.

@basyskom-mleutelt basyskom-mleutelt changed the title Enable windows build and fix QT_NO_CAST_FROM_ASCII related issues Enable windows build Jun 17, 2024
@uwerat
Copy link
Owner

uwerat commented Jun 18, 2024

All mentioned problems should be fixed now.

@uwerat uwerat closed this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants