Skip to content

Instantly share code, notes, and snippets.

@mariocesar
Created March 17, 2013 04:58
Show Gist options
  • Save mariocesar/5180195 to your computer and use it in GitHub Desktop.
Save mariocesar/5180195 to your computer and use it in GitHub Desktop.
Ubuntu Touch tools for 12.04
# As http://developer.ubuntu.com/get-started/gomobile/ says
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
# On ubuntu 12.04 qmake 3 is set as the default alternative for qmake,
# I was no able to start correctly the qt-designer, so I search the
# qmake
$ dpkg -L qt5-qmake | grep bin/qmake
# And on qt-designer Tools -> Options -> Buld & Run -> Qt Versions
# add the /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment