Re: [QGIS-Developer] QScintilla headers not found before compiling

2019-12-16 Thread Nils Nolde
Yes, that did the trick! Thanks so much Jorge! Cheers Nils ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-deve

Re: [QGIS-Developer] QScintilla headers not found before compiling

2019-12-14 Thread Jorge Gustavo Rocha
Hi Nils, It is not difficult to find out where qsciglobal.h is. Try: dpkg -L libqscintilla2-qt5-dev | grep qsciglobal.h On my Ubuntu it is installed in: /usr/include/x86_64-linux-gnu/qt5/Qsci/qsciglobal.h If you need it, just add: -DQSCINTILLA_INCLUDE_DIR=/usr/include/x86_64-linux-gnu/qt5 Hope

[QGIS-Developer] QScintilla headers not found before compiling

2019-12-14 Thread Nils Nolde
Hi all, I was trying to build the current QGIS master from source on Ubuntu 18.04 following the Github Pages docu: https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc3. Mostly to try remote plugin debugging in PyCharm. While scanning the build paramete