diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-11-04 17:30:43 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-11-05 07:06:27 (GMT) |
commit | 40914841ea59d3c7a0c1d0baf5f82af23b79e63f (patch) | |
tree | 490872a732d7dbe823982efe22243d8f89b745dc /configure | |
parent | aa58293b57a05cd52b36ba14a05958dceb65c603 (diff) | |
download | Qt-40914841ea59d3c7a0c1d0baf5f82af23b79e63f.zip Qt-40914841ea59d3c7a0c1d0baf5f82af23b79e63f.tar.gz Qt-40914841ea59d3c7a0c1d0baf5f82af23b79e63f.tar.bz2 |
Revert last commit to configure, only configure.exe needed the fix
Reviewed-By: con
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4185,7 +4185,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 |