Last active
April 24, 2019 06:47
-
-
Save ezenkin/3e7f3d481694f23703d93ce180d89efd to your computer and use it in GitHub Desktop.
Fix qmake path for Centos 7
This file contains hidden or 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
| #Put this file to the /etc/profile.d folder | |
| PATH=/path/to/qmake/:$PATH | |
| export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To check path to qmake execute command:
whereis qmakeTo check qmake version execute command:
qmake --version