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

Commits on Apr 17, 2024

  1. Failure to build with DGAMMARAY_BUILD_UI=OFF in absence of QWidgets

    Fixes #977 by making suggested change to connect to QCoreApplication
    Cuperino committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    25ca491 View commit details
    Browse the repository at this point in the history
  2. Fix builds would compile parts for both Qt 5 and 6

    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 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0b6c700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06d93d View commit details
    Browse the repository at this point in the history