Package: qt6-declarative-private-dev Version: 6.3.1+dfsg-5 Severity: normal X-Debbugs-Cc: he...@debian.org
When I try to build qcoro 0.7.0 I get the following CMake error. QCoro depends on Qt6::QmlPrivate and Qt6::QuickPrivate, both are shipped via qt6-declatiave-private-dev. But qt6-declativate-private-dev depends on qt6-base-private-dev (It searches /usr/include/x86_64-linux-gnu/qt6/QtCore/6.3.1). hefee CMake Error in qcoro/qml/CMakeLists.txt: Imported target "Qt::QmlPrivate" includes non-existent path "/usr/include/x86_64-linux-gnu/qt6/QtCore/6.3.1" 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 tests/CMakeLists.txt: Imported target "Qt6::QuickPrivate" includes non-existent path "/usr/include/x86_64-linux-gnu/qt6/QtCore/6.3.1" 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 qcoro/qml/CMakeLists.txt: Imported target "Qt::QmlPrivate" includes non-existent path "/usr/include/x86_64-linux-gnu/qt6/QtCore/6.3.1" 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 tests/CMakeLists.txt: Imported target "Qt6::QuickPrivate" includes non-existent path "/usr/include/x86_64-linux-gnu/qt6/QtCore/6.3.1" 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.