Qt6 Wayland CMake Configs reference uninstalled files for Private Includes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qt6-wayland (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When trying to build Qt6 based kwayland against qt6-wayland, I noticed that
usr/include/
usr/include/
usr/include/
usr/include/
usr/include/
usr/include/
which are currently in not-installed, need to be installed, because of file locations are referenced by CMake.
Here the debug output of the kwayland build:
CMake Error in src/client/
Imported target "Qt6::WaylandCl
"/usr/
in its INTERFACE_
* 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/client/
Imported target "Qt6::WaylandCl
"/usr/
in its INTERFACE_
* 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/client/
Imported target "Qt6::WaylandCl
"/usr/
in its INTERFACE_
* 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.
Status changed to 'Confirmed' because the bug affects multiple users.