Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant make on Mint 21.2 #2

Open
dungar43 opened this issue Jun 13, 2024 · 1 comment
Open

Cant make on Mint 21.2 #2

dungar43 opened this issue Jun 13, 2024 · 1 comment

Comments

@dungar43
Copy link

Tried to cmake your code. Cant get past this error:
"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 "Qt5LinguistTools"
with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
set "Qt5LinguistTools_DIR" to a directory containing one of the above
files. If "Qt5LinguistTools" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:7 (find_package)
I'm using QT5.15 -

@dungar43 dungar43 changed the title Cnt make on Mint 21.2 Cant make on Mint 21.2 Jun 13, 2024
@janoleholm
Copy link

I got the program compiled (and it runs) on Mint 20.2 and Qt5.12 by this:

sudo apt install qttools5-dev
sudo apt install qtserialport5-dev

(and a lot of ChatGPT help :-))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants