I have the latest versions of qtcreator, qt5-qmake build-essential and g++ installed.
In option of Build & Run and choose qmake in /usr/bin/qmake I get this error:
The qmake executable /usr/lib/i386-linux-gnu/qt4/bin/qmake could not be added: qmake '/usr/lib/i386-linux-gnu/qt4/bin/qmake' is not an executable.
In Home system I don't have any problem after installing those packages and setting Qmake in option
Other information:
tux-world@alachiq:~ > apt-cache search qt5-qmake
qt5-qmake - Qt 5 qmake Makefile generator tool
tux-world@alachiq:~ > ldd /opt/qtForArm/bin/qmake
ldd: /opt/qtForArm/bin/qmake: No such file or directory
tux-world@alachiq:~ > sudo chmod +x /usr/lib/i386-linux-gnu/qt4/bin/qmake
[sudo] password for tux-world:
chmod: cannot access ‘/usr/lib/i386-linux-gnu/qt4/bin/qmake’: No such file or directory
ls -l /usr/lib/i386-linux-gnu/qt4/bin/qmake? – kenn Jul 27 '14 at 08:30ls: cannot access /usr/lib/i386-linux-gnu/qt4/bin/qmake: No such file or directory– DolDurma Jul 27 '14 at 08:38