Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8b13f39f authored by Johnny Jazeix's avatar Johnny Jazeix
Browse files

Description du package

parent cd0907f9
Branches
Tags
No related merge requests found
......@@ -40,10 +40,9 @@ if "$WHICH" qmake-qt4 >/dev/null 2>&1 ; then
cat >> "$makefile" <<EOF
cd ./src && qmake-qt4 -makefile -o Makefile src.pro && make
EOF
elif "$WHICH" qmake >/dev/null 2>&1 && [ UNAME_SYSTEM = "Darwin" ] ; then # Mac
elif "$WHICH" qmake >/dev/null 2>&1 && [ "$UNAME_SYSTEM" = "Darwin" ] ; then # Mac
cat >> "$makefile" <<EOF
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project Makefile.xcode\
proj -configuration Debug clean build
cd src/ && qmake -spec macx-xcode src.pro && xcodebuild -project Makefile.xcode && proj -configuration Debug clean build
EOF
elif "$WHICH" qmake >/dev/null 2>&1 ; then
cat >> "$makefile" <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment