Created
October 17, 2013 19:56
-
-
Save skyrpex/7031204 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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