Skip to content

Commit

Permalink
Fixing mac installer script to work with Qt 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Elieser authored and Elieser committed Mar 31, 2020
1 parent ba572d0 commit c273b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/mac/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cd ~/Desktop/Release

echo “Compiling …”

~/Desktop/Qt-5.9.8/bin/qmake -config release ~/Desktop/JamTaba/PROJECTS/Jamtaba.pro -r -spec macx-clang CONFIG+=x86_64
~/Desktop/Qt-5.6/bin/qmake -config release ~/Desktop/JamTaba/PROJECTS/Jamtaba.pro -r -spec macx-clang CONFIG+=x86_64

#compile the translations file
~/Desktop/Qt-5.9.8/bin/lrelease ~/Desktop/JamTaba/PROJECTS/Jamtaba.pro
~/Desktop/Qt-5.6/bin/lrelease ~/Desktop/JamTaba/PROJECTS/Jamtaba.pro


/usr/bin/make -s -j 4
Expand Down

0 comments on commit c273b36

Please sign in to comment.