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

fix: add missing dependency for building on fedora #289

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

kada49
Copy link

@kada49 kada49 commented Dec 8, 2024

This adds a missing dependency for building on Fedora 41. Without this package I got the following cmake error:

-- Configuring done (1.0s)
CMake Error in src/CMakeLists.txt:
  Imported target "Qt6::WidgetsPrivate" includes non-existent path

    "/usr/include/qt6/QtWidgets/6.8.0"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/CMakeLists.txt:
  Imported target "Qt6::WidgetsPrivate" includes non-existent path

    "/usr/include/qt6/QtWidgets/6.8.0"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (0.1s)
CMake Generate step failed.  Build files cannot be regenerated correctly.

This error does not pop up and cmake configures correctly if qt6-qtbase-private-devel is installed.

This adds a missing dependency for building on Fedora 41. May also be an
issue on other Fedora releases.
@CLAassistant
Copy link

CLAassistant commented Dec 8, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@Nerixyz Nerixyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Nerixyz Nerixyz enabled auto-merge (squash) December 8, 2024 19:05
@Nerixyz Nerixyz merged commit b9a8305 into SevenTV:chatterino7 Dec 8, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants