Radium Engine
1.5.0
|
In case you run into an error like
you need to set CMAKE_PREFIX_PATH
, pointing to the Qt root dir of your commpiler. For example on linux with gcc :
On windows, using cmake-gui you can use the "add entry" button, adding CMAKE_PREFIX_PATH
as a string to point to the Qt directory (for example in the default installation : C:/Qt/5.15/msvc2019_64
)
This is usually caused by missing dlls. With Visual Studio, you may need to copy the Qt dlls to Radium bin folder Bundle-MSVC\bin
or Bundle-MSVC-Debug\bin
.