Qt move label with mouse

71 Views Asked by At

So here's the thing: I downloaded the Qt 4.7 tar and I'm installing on Ubuntu 16. I unzip the downloaded folder and installed all libs that were preventing me to run the ./configure After I could run the configure, the make runs but get an error at some point. Here's what I get when I run 'make configure' or 'make':

root@ubuntu:/home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0# make configure /home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0/bin/qmake -spec mkspecs/linux-g++-64 -o Makefile projects.pro make: /home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0/bin/qmake: Command not found Makefile:1063: recipe for target 'Makefile' failed make: *** [Makefile] Error 127 root@ubuntu:/home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0# make /home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0/bin/qmake -spec mkspecs/linux-g++-64 -o Makefile projects.pro make: /home/gimenes/Downloads/qt-everywhere-opensource-src-4.7.0/bin/qmake: Command not found Makefile:1063: recipe for target 'Makefile' failed make: *** [Makefile] Error 127

I really appreciate the help, Ty :D

0

There are 0 best solutions below