Skip to content

Instantly share code, notes, and snippets.

@skyrpex
Created October 17, 2013 19:56
Show Gist options
  • Save skyrpex/7031204 to your computer and use it in GitHub Desktop.
Save skyrpex/7031204 to your computer and use it in GitHub Desktop.
After installing Qt5 x64 linux, I couldn't start any related Qt program by the console (ie, qmake). The error was the following:
qmake: could not find a Qt installation of ''
To solve it, just create ~/.config/qtchooser/default.conf with the following two lines (pointing to your Qt installation):
/opt/Qt/5.1.1/gcc_64/bin
/opt/Qt/5.1.1/gcc_64/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment