Re: [QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-10-23 Thread demarcog
hello thank you very much I followed your example and I will finally be able to compile QGis with 3D this is what I used: cmake .. -DCMAKE_PREFIX_PATH=/home/joe/Desktop/external/qt3dextra-headers/cmake/Qt53DExtras -DQT5_3DEXTRA_INCLUDE_DIR=/home/joe/Desktop/external/qt3dextra-headers/Qt3DExtras -

Re: [QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-10-21 Thread Jorge Gustavo Rocha
Hi Giuseppe, That's what I use in Ubuntu 20.04 (using local compiled GDAl and PROJ): cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=FALSE -DENABLE_TESTS=OFF -DWITH_SERVER=TRUE -DWITH_3D=TRUE -DQt53DExtras_DIR=/home/jgr/dev/cpp/QGIS/external/qt3dextra-headers/cmake/Qt53DExtras -DQT5_3DEXTRA_LIBRAR

Re: [QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-10-20 Thread demarcog
Hello I read with much interest your solution to this issue compiling Qgis from source in Linux Ubuntu 20.04 and I adjusted paths for cmake to find this QT3D cmake files but unfortunately when it goes through the compiling process, the compiler cannot find a specific library which is part of Qt3DEx

Re: [QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-05-14 Thread Andreas Neumann
Hi Saber, Thanks for the hint. And now that you write about it, I also found the same hint in the build instructions  (https://github.com/qgis/QGIS/blob/master/INSTALL), section 3.8.1 - should RTFM ... Seems to work. Many thanks, Andreas Am 14.05.20 um 13:46 schrieb Saber Razmjooei: Hi A

Re: [QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-05-14 Thread Saber Razmjooei
Hi Andreas, Could you try (change /usr/local/src/QGIS_master with your path to checked out repo): cmake .. -DCMAKE_PREFIX_PATH=/usr/local/src/QGIS_master/external/qt3dextra-headers/cmake -DQT5_3DEXTRA_INCLUDE_DIR=/usr/local/src/QGIS_master/external/qt3dextra-headers -DQT5_3 DEXTRA_LIBRARY=/usr/li

[QGIS-Developer] Troubles compiling QGIS master with 3D in Ubuntu 20.04

2020-05-14 Thread Andreas Neumann
Hi, After upgrading from Ubuntu 18.04  to 20.04 I have now troubles compiling QGIS with 3D. during "ccmake -GNinja .." I get the following error message: - CMake Error at CMakeLists.txt:427 (FIND_PACKAGE):    By not providing "FindQt53DExtras.cmake" in CMAKE_MODULE_PATH this pro