-
Notifications
You must be signed in to change notification settings - Fork 773
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
Build system -- missing QT5 test and opengl v1.1.0 #565
Comments
did you install QT on your system? |
yes qt5 was already installed via apt-get |
it is a warning during configuration but when I build the release.. linking fails |
Let me know if you would like me to commit the change or help in any way |
in CMake did you link to some file like C:\Qt\Qt5.4.1\5.4\msvc2013_64\lib\cmake\Qt5Core\Qt5CoreConfig.cmake |
Msvc? Is it Windows only? I said I used apt get thus I am using Ubuntu Linux, sorry if I wasnt that clear. |
My method using window, i'm not experience with linux |
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.
The text was updated successfully, but these errors were encountered: