Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Apr 7, 2019
1 parent 376447c commit 25d18f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CQtDeployerBinaries
3 changes: 1 addition & 2 deletions sharedBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
rm -rdf $BASE_DIR/$QT_DIR
git clean -xdf
git checkout v5.11.3
./configure -confirm-license -prefix $BASE_DIR/$QT_DIR -release -shared -no-opengl -no-openssl -opensource -nomake tests -nomake examples -qt-pcre -no-gui -no-widgets -no-dbus -no-accessibility
./configure -confirm-license -prefix $BASE_DIR/$QT_DIR -release -shared -no-opengl -no-openssl -opensource -nomake tests -nomake examples -no-gui -no-widgets -no-dbus -no-accessibility
make install -j$(nproc)
break
fi
Expand All @@ -76,7 +76,6 @@ else
fi

$DEPLOYER -targetDir $RELEASE_DIR -bin $CQDEPLOYER_DIR -libDir $BASE_DIR -recursiveDepth 5 -qmake $QMAKE
strip $RELEASE_DIR/*


if [ -e "$1" ]
Expand Down

0 comments on commit 25d18f3

Please sign in to comment.