Merge branch 'qt_migration' into qmake-to-cmake-migration
This commit is contained in:
commit
3463a84903
13 changed files with 299 additions and 5 deletions
|
@ -3,7 +3,7 @@ echo "Build script started ..."
|
|||
|
||||
set -o errexit -o nounset
|
||||
|
||||
while getopts n: flag
|
||||
while getopts n flag
|
||||
do
|
||||
case "${flag}" in
|
||||
n) NOTARIZE_APP=1;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue