Skip to content
Alexander Vieth edited this page Mar 7, 2024 · 4 revisions

ManiVault launches with a warning my graphics card does not support OpenGL 3.3

OpenGL version 3.3 is required to run many of the plugins in ManiVault. Graphics cards produced after 2010 should have support for this. If you have a graphics card that should have support, make sure to update your graphics card drivers from the manufacturers website. If you are on a laptop that has a dedicated graphics card, it is possible the integrated graphics card is being used in stead. Check out this website to change your computer to use the dedicated card by default.

CMake cannot find my Qt installation

During the configuration of ManiVault in CMake, if it asks you to provide a Qt6_DIR variable, it means that CMake cannot find the appropriate Qt version on your machine. First, ensure that the Qt version that is listed as a requirement to installing ManiVault is indeed installed. You can then point to this version by pressing the Add Entry button in CMake and filling in the following variable name and type:

image

For the value, please navigate to your Qt installation directory and select the folders similar to the image. Your folder names may differ from the image. Then press Ok and reconfigure. It should then be able to find the relevant Qt paths.

Clone this wiki locally