diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-06 07:24:18 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-06 07:24:18 (GMT) |
commit | ebe228f3ecaa379bbfa1e8a48b0aba820a5c8254 (patch) | |
tree | 131f616937c6b718702ff3ccb9370eeae7b4c9b6 /configure | |
parent | 9418962051579959981515bb74bf6463436aa75e (diff) | |
parent | faa534e55b9a03dabc44565e45f2f19297edf29d (diff) | |
download | Qt-ebe228f3ecaa379bbfa1e8a48b0aba820a5c8254.zip Qt-ebe228f3ecaa379bbfa1e8a48b0aba820a5c8254.tar.gz Qt-ebe228f3ecaa379bbfa1e8a48b0aba820a5c8254.tar.bz2 |
Merge remote branch 'qt-official/4.6' into 4.6
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4197,7 +4197,7 @@ fi if [ -n "$EVALKEY" ]; then cat > "$outpath/src/corelib/global/qconfig_eval.cpp" <<EOF /* Evaluation license key */ -static const char qt_eval_key_data [512 + 12] = "qt_qevalkey=$EVALKEY"; +static const char qt_eval_key_data [512 + 12] = "$EVALKEY"; EOF chmod -w "$outpath/src/corelib/global/qconfig_eval.cpp" fi |