Skip to content

Commit

Permalink
Updating build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zcobell committed Aug 4, 2019
1 parent 7d8d0d6 commit 800094d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions MetOcean.pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ CONFIG += ordered
HEADERS += version.h

SUBDIRS += \
MetOceanHWMStats \
ProcessCrmsDatabase
MetOceanHWMStats

unix {
SUBDIRS+=ProcessCrmsDatabase
}
4 changes: 2 additions & 2 deletions MetOceanInstaller/buildInstaller_Windows_mingw.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
redist=1
QtVersion=5_12_3
QtVersion=5_13_0
compileDirectory="../../build-MetOcean-Desktop_Qt_"$QtVersion"_MinGW_64_bit-Release"
mingwPath=/cygdrive/c/Qt/5.12.3/mingw73_64/bin
mingwPath=/cygdrive/c/Qt/5.13.0/mingw73_64/bin
winDeployQtBinary=$mingwPath/windeployqt.exe
binaryCreator=/cygdrive/c/Qt/Tools/QtInstallerFramework/3.0/bin/binarycreator.exe
version=$(git describe --always --tags)
Expand Down

0 comments on commit 800094d

Please sign in to comment.