Hello! I wanted to start with QTOpenCL, so I did:
git clone git://gitorious.org/qt-labs/opencl.git
Previously, I had installed qtcreator and qtdesigner. So I tried:
$ ./configure
This is the QtOpenCL configuration utility.
./configure: /usr/bin/qmake must be at least version 4.6.0
Specify the correct qmake binary with the -qmake option
Checking qmake version and where it is:
$ whereis qmake
qmake: /usr/bin/qmake /usr/bin/X11/qmake
$ /usr/bin/qmake --version
QMake version 3.0
Using Qt version 5.0.1 in /usr/lib/x86_64-linux-gnu
I thought having QT version > 5.0 I could install QTOpenCL correctly, but it seems incorrect. So what can I do?
↧