[QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

Alexandre Neto senhor.neto at gmail.com
Mon Oct 4 05:00:33 PDT 2021


Hi,

I have been having problems compiling QGIS with 3D support on Kubuntu
20.04. This is the CCMAKE configuration error:

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28
(find_package):
  Could not find a package configuration file provided by "Qt53DExtras"
with
  any of the following names:

    Qt53DExtrasConfig.cmake
    qt53dextras-config.cmake

  Add the installation prefix of "Qt53DExtras" to CMAKE_PREFIX_PATH or set
  "Qt53DExtras_DIR" to a directory containing one of the above files.  If
  "Qt53DExtras" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:455 (find_package)

I have libQt53DExtras installed, but there are no configuration files like
for other QT5 libraries. I tried to follow the suggestion and add the
installation prefix to CMAKE_PREFIX_PATH as suggested, but either it does
not work, or I am doing it wrong:

ccmake -G Ninja .. -DMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/

Anyone is facing similar problems? any hint?

Thanks,

Alexandre Neto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20211004/96f2432b/attachment-0001.html>


More information about the QGIS-Developer mailing list