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

Fixes related to issue #977 #981

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Fixes related to issue #977 #981

merged 3 commits into from
Apr 17, 2024

Conversation

Cuperino
Copy link
Member

@Cuperino Cuperino commented Apr 17, 2024

Failure to build with DGAMMARAY_BUILD_UI=OFF in absence of QWidgets.
Fixes #977 by making suggested change to connect to QCoreApplication.

CMAKE_PREFIX_PATHs that contained both Qt 5 and 6 would trigger
lines specific to both versions of the framework instead of only
running lines specific to the version being used for compilation.

Added ${} to all instances where CMAKE_PREFIX_PATH is compared for
correct results.

Fixes #977 by making suggested change to connect to QCoreApplication
@Cuperino Cuperino changed the title Fixes related to issue #997 Fixes related to issue #977 Apr 17, 2024
CMAKE_PREFIX_PATHs that contained both Qt 5 and 6 would trigger
lines specific to both versions of the framework instead of only
running lines specific to the version being used for compilation

Solves #997
@Cuperino Cuperino requested review from mattkdab and removed request for mattkdab April 17, 2024 18:36
@Cuperino Cuperino merged commit 38f489c into master Apr 17, 2024
26 checks passed
@Cuperino Cuperino deleted the fix997 branch April 17, 2024 18:49
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.

Build failure in the absence of QtWidget
1 participant