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

Add Qt Widgets example #612

Merged
merged 18 commits into from
Apr 3, 2024
Merged

Add Qt Widgets example #612

merged 18 commits into from
Apr 3, 2024

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    50a6108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4c2fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb485e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    054c287 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e0e57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    490fab2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e93082 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efa5cd9 View commit details
    Browse the repository at this point in the history
  9. CMake: checks C++ compiler before setting project languages

    I could not find a better solution. It seems like the languages must be set before almost everything.
    nicmorais committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ec85273 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    abe3462 View commit details
    Browse the repository at this point in the history
  2. CMake: appends CXX to languages, in a better syntax

    As suggested by dantti
    nicmorais committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ddd71aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4137cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c26ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c013736 View commit details
    Browse the repository at this point in the history
  6. Examples: adds additional condition to build Qt example

    This is need to remove the following message: 'CMake Error: Cannot determine link language for target'
    nicmorais committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    02c8363 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d7ae226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6a25b View commit details
    Browse the repository at this point in the history
  3. CMake: changes Qt5::Widgets to Qt5Widgets_LIBRARIES

    Just for standardization
    nicmorais committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9a20885 View commit details
    Browse the repository at this point in the history