|
From: Tatsuro M. <tma...@ya...> - 2015-06-29 00:50:23
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: Christoph Bersch ; gnuplot-beta > Cc: > Date: 2015/6/29, Mon 07:23 > Subject: Re: help for gnuplot build with qt5 > > ----- Original Message ----- > >> From: Christoph Bersch >> To: gnuplot-beta >> Cc: >> Date: 2015/6/28, Sun 05:37 >> Subject: Re: help for gnuplot build with qt5 >> >> 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 > > Thank you for your advise. Unfortunately the above does not work for me. > I finally solve the issue by myself. The QT_LIBS flag is incorrect. QT_LIBS='-L/usr/lib/x86_64-linux-gnu -lQt5Core -lQt5Gui -lQt5Network -lQt5OpenGL -lQt5PrintSupport -lQt5Svg -lQt5Widgets' Some of qt5 toosl have not installed (QtSVG) for me. QtSVG was installed using synaptic package manager. I have also installed qttools5-dev-tools by $ sudo apt-get install qttools5-dev-tools The all build process went successful. Tatsuro |