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

windows support #12

Open
000000003ooo opened this issue Feb 21, 2025 · 6 comments
Open

windows support #12

000000003ooo opened this issue Feb 21, 2025 · 6 comments

Comments

@000000003ooo
Copy link

will this app support for windows?

@vimpostor
Copy link
Owner

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.

@000000003ooo
Copy link
Author

I install cmake and qt6.8 on my windows 11
after i run cmake ..
it tell me that

CMake Error at CMakeLists.txt:12 (find_package):
By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt6", but
CMake did not find one.

Could not find a package configuration file provided by "Qt6" (requested
version 6.8) with any of the following names:

Qt6Config.cmake
qt6-config.cmake

Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR"
to a directory containing one of the above files.  If "Qt6" provides a
separate development package or SDK, be sure it has been installed.

do i need to change your cmake.list ?

@vimpostor
Copy link
Owner

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.
It would be the same way on Linux, if you install Qt in a non-system-wide location.

Googling the error should tell you how to fix it, e.g.:

@000000003ooo
Copy link
Author

Image

I successfully compile the app, and install it on my os
but after I start the app , nothing happen

Image

@000000003ooo
Copy link
Author

000000003ooo commented Feb 27, 2025

Seem like you have handle os difference in blobdrop, but not handle that in quartz (?

image

@vimpostor
Copy link
Owner

I successfully compile the app, and install it on my os but after I start the app , nothing happen

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?

Seem like you have handle os difference in blobdrop, but not handle that in quartz

That shouldn't be a problem, it's also ifdef'd out in quartz, otherwise you would have gotten an error when compiling.

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

No branches or pull requests

2 participants