|
From: Jérôme L. <lod...@us...> - 2012-01-08 13:04:13
|
Hi,
what about this new patch ? (I'm not even sure it compiles, because it
makes use of the cocoa API which I cannot test here)
> (I don't particularly like the fact that I now
> have to install gnuplot before running it, but if that is what it
> takes, so let it be.
You don't have to install it. You can define the environment variable
export GNUPLOT_DRIVER_DIR=./src/
to point to the directory where the gnuplot_qt executable is.
> (Where should the image
> from setWindowIcon(QIcon(":/images/gnuplot")); come from?)
the image is in the src/qtterminal/images/ directory, and is included in the
executable by qrc using the configuration file QtGnuplotResource.qrc
Jérôme
|