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

Update CMakeLists.txt #167

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Update CMakeLists.txt #167

merged 1 commit into from
Sep 9, 2024

Conversation

jdelromano
Copy link
Contributor

Solved some little portability issues across the various Operative System.

  • Qt itself requires at least CMake version 3.16
  • set the version
  • use of the convenient "qt_add_library"
  • SOVERSION is required on some unix system
  • it's a library, specifying RUNTIME DESTINATION was misplacing the lib.

Solved some little portability issues across the various Operative System.

- Qt itself requires at least CMake version 3.16
- set the version
- use of the convenient "qt_add_library" 
- it's a library, specifying RUNTIME DESTINATION was misplacing the lib.
@attila-tokes attila-tokes merged commit 97db20e into bluetiger9:v2.0 Sep 9, 2024
1 check passed
@jdelromano jdelromano deleted the patch-1 branch September 9, 2024 11:17
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