Skip to content

Instantly share code, notes, and snippets.

@lnrsoft
Last active December 9, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnrsoft/a471ac100617beff8f823c253a3e72ae to your computer and use it in GitHub Desktop.
Save lnrsoft/a471ac100617beff8f823c253a3e72ae to your computer and use it in GitHub Desktop.
Set qmake home on ubuntu
#On Ubuntu simply export the qmake path using the following command:
$ export PATH=/opt/qt511/bin:$PATH
#Check qmake location and version:
$ which qmake && qmake -query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment