-
Notifications
You must be signed in to change notification settings - Fork 3
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
windows support #12
Comments
Yes, this app should work on Windows, did you run into any issues when compiling on Windows? Windows is supported at least since e9eba65, however I don't actively test on that platform, so let me know if any things are broken. |
I install cmake and qt6.8 on my windows 11
do i need to change your cmake.list ? |
No, it seems that it can't find the path to your Qt installation, so you will have to set the path manually when you run cmake. Googling the error should tell you how to fix it, e.g.: |
From your screenshot it looks like you are starting it the correct way, this should definitely work, I am not sure why it doesn't seem to work on Windows. I would have to investigate this, but it will take some time - I haven't touched Windows for a while now. Maybe you can do one quick check for me and navigate to the build directory and start the executable directly from there instead of installing it system-wide?
That shouldn't be a problem, it's also ifdef'd out in quartz, otherwise you would have gotten an error when compiling. |
will this app support for windows?
The text was updated successfully, but these errors were encountered: