Skip to content

Commit

Permalink
deploy: fix wrong build version display
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Aug 14, 2015
1 parent 8207b2b commit 37f34bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ check_qmake() {
echo QT_BUILD_VER=$QT_BUILD_VER
#install: skip version check if QT_BUILD_VER is empty
if [ -n "$QT_BUILD_VER" -a "${QT_BUILD_VER:0:4}" != "${QT_INSTALL_VER:0:4}" ]; then
echo "Qt runtime version ($QT_INSTALL_VER) mismatches. QtAV is built with $QT_INSTALL_VER"
echo "Qt runtime version ($QT_INSTALL_VER) mismatches. QtAV is built with $QT_BUILD_VER"
echo "Major and minor version MUST be the same"
help
fi
Expand Down

0 comments on commit 37f34bd

Please sign in to comment.