Commit 01ef1cdc authored by Thiago Macieira's avatar Thiago Macieira
Browse files

The #defines in qglobal.h have been removed


Change-Id: Ic89311f1418dcb627c560c9e1a2290373e1c0139
Reviewed-by: default avatarSimo Fält <simo.falt@nokia.com>
parent f471e304
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -294,7 +294,7 @@ cat $CUR_DIR/_tmp_shas > $CUR_DIR/$PACKAGE_NAME/$QTGITTAG
#------------------------------------------------------------------
echo " -- Patching %VERSION% etc. defines --"
cd $CUR_DIR/$PACKAGE_NAME/
find . -type f -print0 | xargs -0 sed -i -e "s/%VERSION%/$QTVER/g" -e "s/%SHORTVERSION%/$QTSHORTVER/g" -e "s/#define QT_PACKAGE_TAG \"\"/#define QT_PACKAGE_TAG \"\"/g" -e "s/#define QT_PACKAGEDATE_STR \"YYYY-MM-DD\"/#define QT_PACKAGEDATE_STR \"$PACK_TIME\"/g"
find . -type f -print0 | xargs -0 sed -i -e "s/%VERSION%/$QTVER/g" -e "s/%SHORTVERSION%/$QTSHORTVER/g"
#------------------------------------------------------------------
# Step 4, generate docs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment