Skip to content

Instantly share code, notes, and snippets.

@ezenkin
Last active April 24, 2019 06:47
Show Gist options
  • Save ezenkin/3e7f3d481694f23703d93ce180d89efd to your computer and use it in GitHub Desktop.
Save ezenkin/3e7f3d481694f23703d93ce180d89efd to your computer and use it in GitHub Desktop.
Fix qmake path for Centos 7
#Put this file to the /etc/profile.d folder
PATH=/path/to/qmake/:$PATH
export PATH
@ezenkin
Copy link
Author

ezenkin commented Apr 24, 2019

To check path to qmake execute command: whereis qmake
To check qmake version execute command: qmake --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment