CMake 오류 "'Qt5QuickControls2'에서 제공한 패키지 구성 파일을 찾을 수 없습니다"

CMake 오류 "'Qt5QuickControls2'에서 제공한 패키지 구성 파일을 찾을 수 없습니다"

나는 노력한다vvave 뮤직 플레이어 빌드Debian11/KDE에서의 실행이 cmake ..실패하고 다음 오류가 발생합니다:

-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:23 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

실행하면 CXX="gcc" sudo cmake ..다음이 반환됩니다.

Installing in /usr/local. Run /home/username/vvave/build/prefix.sh to set the environment for vvave.
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5QuickControls2"
  with any of the following names:

    Qt5QuickControls2Config.cmake
    qt5quickcontrols2-config.cmake

  Add the installation prefix of "Qt5QuickControls2" to CMAKE_PREFIX_PATH or
  set "Qt5QuickControls2_DIR" to a directory containing one of the above
  files.  If "Qt5QuickControls2" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:52 (find_package)
    

Ubuntu에 필요한 패키지가 설치되어 있지만(링크된 추가 정보 참조) 패키지 Qt5QuickControls2도 설치됩니다.

여기에 묻는 이유 중 일부는 다음과 같습니다.여전히 vvave의 버그/문제를 보고할 수 없습니다..

관련 정보