|
From: Christoph B. <us...@be...> - 2015-06-27 20:53:53
|
Am 27.06.2015 um 10:44 schrieb Tatsuro MATSUOKA: > I am now trying to build gnuplot 5.1 with Qt 5 on ubuntu 14.04. > > Octave uses qt4 so that I would like to build gnuplot without uninstall qt4. > > configure --with-qt=qt5 is not enough. I also had this problem. On Debian for me it worked to use export QT_SELECT=qt5; ./configure Regards, Christoph |