Skip to content

Conversation

mjoerg
Copy link

@mjoerg mjoerg commented Oct 23, 2025

This adds all dependencies configured in CMakeLists.txt.

In particular, for Qt >= 6.10, this avoids downstreams having to manually configure the component
CorePrivate of dependency Qt6. Otherwise, this might result in the following message:

The link interface of target "QuotientQt6" contains:

  Qt6::CorePrivate

but the target was not found.  Possible reasons include:

  * There is a typo in the target name.
  * A find_package call is missing for an IMPORTED target.
  * An ALIAS target is missing.

See also 861f520, https://bugreports.qt.io/browse/QTBUG-87776.

This adds all dependencies configured in CMakeLists.txt.

In particular, for Qt >= 6.10, this avoids downstreams having to manually configure the component
CorePrivate of dependency Qt6.  Otherwise, this might result in the following message:

    The link interface of target "QuotientQt6" contains:

      Qt6::CorePrivate

    but the target was not found.  Possible reasons include:

      * There is a typo in the target name.
      * A find_package call is missing for an IMPORTED target.
      * An ALIAS target is missing.

See also 861f520, https://bugreports.qt.io/browse/QTBUG-87776.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In work

Development

Successfully merging this pull request may close these issues.

1 participant