@@ -12,7 +12,7 @@ if [[ $unamestr == "Darwin" ]]; then
exportQMAKESPEC=macx-g++
#export QMAKESPEC=macx-xcode
qmake
elif[[$unamestr=="linux"]];then
elif[[$unamestr=="Linux"]];then
qmake-qt4
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.