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

Support build on Unix #302

Open
MichaelStraube opened this issue Feb 24, 2024 · 2 comments
Open

Support build on Unix #302

MichaelStraube opened this issue Feb 24, 2024 · 2 comments
Labels

Comments

@MichaelStraube
Copy link

MichaelStraube commented Feb 24, 2024

In order to build vokoscreenNG on FreeBSD I had to:

  • change every #ifdef Q_OS_LINUX to #ifdef Q_OS_UNIX
  • change linux: to unix: in src/QGlobalShortcut/qglobalshortcut.pri

However, commit 9e6416e broke the build. It seems this is just not finished yet? I added a #ifdef Q_OS_WIN there to solve it for now.

See commits f48a0d3 and 1b3e0d2 in the unix branch of my fork.

As far as I am aware Q_OS_UNIX is defined also on Linux. It would be nice if you could make these changes to support building on Unix/*BSD.

@vkohaupt
Copy link
Owner

Done.

Please test it. Thanks.

@vkohaupt vkohaupt added the Fixed label Feb 24, 2024
@MichaelStraube
Copy link
Author

Tested and it works, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants