mxe64 build fix. make 'qt disabled' message less confusing on test binary.

brodykenrick-master
Don Bright 2013-11-23 18:38:45 -06:00
parent ab102cec85
commit b204aba444
2 changed files with 2 additions and 6 deletions

View File

@ -48,11 +48,7 @@ if [ ! -e $MXEDIR ]; then
mkdir -p $MXEDIR
cd $MXEDIR/..
echo "Downloading MXE into " $PWD
if [ "`echo $* | grep 64`" ]; then
git clone -b multi-rebase git://github.com/tonytheodore/mxe.git $MXEDIR
else
git clone git://github.com/mxe/mxe.git $MXEDIR
fi
git clone git://github.com/mxe/mxe.git $MXEDIR
fi
echo "entering" $MXEDIR

View File

@ -84,7 +84,7 @@ std::string PlatformUtils::info()
#ifdef QT_VERSION
std::string qtVersion = qVersion();
#else
std::string qtVersion = "Qt disabled";
std::string qtVersion = "Qt disabled - Commandline Test Version";
#endif
#ifdef ENABLE_CGAL