We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When I try to qmake then make install
qmake
make install
I get this error :
cd src/brdf/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /path/to/brdf.pro ) && make -f Makefile Project ERROR: $prefix is undefined. Please pass prefix=<path> to qmake Makefile:44: recipe for target 'sub-src-brdf-make_first-ordered' failed make: *** [sub-src-brdf-make_first-ordered] Error 3
I tried doing this from : https://stackoverflow.com/questions/14639459/how-to-change-qmake-prefix-location :
qmake -set prefix /path/to/repo
But I still get the same error, so I don't know what to do... Please help?
The text was updated successfully, but these errors were encountered:
Just do qmake prefix=/path/to/destination/
qmake prefix=/path/to/destination/
Sorry, something went wrong.
No branches or pull requests
Hello,
When I try to
qmake
thenmake install
I get this error :
I tried doing this from : https://stackoverflow.com/questions/14639459/how-to-change-qmake-prefix-location :
qmake -set prefix /path/to/repo
But I still get the same error, so I don't know what to do... Please help?
The text was updated successfully, but these errors were encountered: