You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primeiramente gostaria de dizer que curti muito o maProc mestre, porém tú gostaria de adcionar umas informações sobre o build no kali linux?
Eu me deparei com esse erro quando fui compilar:
CMake Error at CMakeLists.txt:17 (find_package):
Could not find a package configuration file provided by "QT" with any of
the following names: Qt6Config.cmake qt6-config.cmake Qt5Config.cmake qt5-config.cmake
Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed.
Ai resolvi assim: apt-get install qtbase5-dev qtdeclarative5-dev -y
OBS: Sei que você adcionou as dependências necessárias na main do projeto, isso é só uma sugestão rs
The text was updated successfully, but these errors were encountered:
Primeiramente gostaria de dizer que curti muito o maProc mestre, porém tú gostaria de adcionar umas informações sobre o build no kali linux?
Eu me deparei com esse erro quando fui compilar:
Ai resolvi assim:
apt-get install qtbase5-dev qtdeclarative5-dev -y
OBS: Sei que você adcionou as dependências necessárias na main do projeto, isso é só uma sugestão rs
The text was updated successfully, but these errors were encountered: