Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
commented out QMake build
  • Loading branch information
bunty95 authored Jun 8, 2024
1 parent 40ad4e4 commit cc2f4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cd "${BUILD_DIR}"

echo Build with QMake
Qt5_DIR="/usr/local/opt/qt"
qmake ../BuildDltViewer.pro
make
#qmake ../BuildDltViewer.pro
#make

echo Cleanup
rm -rf "${INSTALL_DIR}"
Expand Down

0 comments on commit cc2f4e8

Please sign in to comment.