So i am in this page
http://developer.ubuntu.com/get-started/gomobile/
and it said that qt5 will support ubuntu phones and ubuntu tablets.. so i want to install qt5 at my ubuntu 12.10 computer.
Step 1: Unistalled qt 4 from Ubuntu software center
Step 2: Runned commands:
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml
and the command located here: http://pastebin.ubuntu.com/1616713/
Opening Qt creator and going to the about dialog, it is Qt 4.8.3
trying to run my project
:-1: error: The Qt version is invalid: qmake does not exist or is not executable
:-1: error: The qmake command “/usr/bin/qmake-qt4” was not found or is not executable.
SO confused…
↧