I'm getting this since system upgrade to QT6.10:
CMake Error at src/libs/ui/qxtglobalshortcut/CMakeLists.txt:45 (target_link_libraries): Target "QxtGlobalShortcut" links to: Qt6::GuiPrivate 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. I Think GuiPrivate needs to be added to CMakeLists.txt's find_package and target_link_libraries
I tried simply adding the GuiPrivate library stanzas but the build then fails later on. I've created an issue upstream: https://github.com/zealdocs/zeal/issues/1727
Pinned Comments
trollixx commented on 2017-09-07 18:38 (UTC)