biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.84k stars 773 forks source link

Build system -- missing QT5 test and opengl v1.1.0 #565

Open alexisk1 opened 5 years ago

alexisk1 commented 5 years ago

So, this is in v1.1.0 there are warning during the cmake configuration for QT5::Test and QT5::OpenGL and during linking it fails. I don't think I missed any Cmake Variable I only set the build type.

Solution:

CMakeList.txt add Test and OpenGl line 80 in the QT_DEPENDENCIES.

nguyenthaohut commented 5 years ago

did you install QT on your system?

alexisk1 commented 5 years ago

yes qt5 was already installed via apt-get

alexisk1 commented 5 years ago

it is a warning during configuration but when I build the release.. linking fails

alexisk1 commented 5 years ago

Let me know if you would like me to commit the change or help in any way

nguyenthaohut commented 5 years ago

in CMake did you link to some file like C:\Qt\Qt5.4.1\5.4\msvc2013_64\lib\cmake\Qt5Core\Qt5CoreConfig.cmake

alexisk1 commented 5 years ago

Msvc? Is it Windows only? I said I used apt get thus I am using Ubuntu Linux, sorry if I wasnt that clear.

nguyenthaohut commented 5 years ago

My method using window, i'm not experience with linux