5

My CMake compile error:

  Failed to find required Qt component "LinguistTools".

Expected Config file at "/usr/lib/x86_64-linux-gnu/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT exist

I've installed linguist-qt6 but that didn't make the error go away.

muru
  • 207,228
R A
  • 927

1 Answers1

5

You can install it this way:

sudo apt install qt6-tools-dev
R A
  • 927