[Qgis-developer] QGIS Custom Widget in Qt Designer
matteo
matteo.ghetta at gmail.com
Wed Dec 7 01:13:20 PST 2016
Hi Denis,
I changed the file as you suggested:
#!/bin/bash
export QGIS_INSTALL_PREFIX="/home/matteo/lavori/QGIS/build-qgis2/output/"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QGIS_INSTALL_PREFIX/lib
export PYTHONPATH=$QGIS_INSTALL_PREFIX/python
$QGIS_INSTALL_PREFIX/bin/qgis $@
but I still have the import error..
BTW, I am sure I have build QGIS with the release_2_18 branch and with
customwidget variable set to ON
Thanks for the help and for your time!
Matteo
More information about the Qgis-developer
mailing list