summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-11-04 18:30:43 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-11-05 08:06:27 +0100
commit40914841ea59d3c7a0c1d0baf5f82af23b79e63f (patch)
tree490872a732d7dbe823982efe22243d8f89b745dc /configure
parentaa58293b57a05cd52b36ba14a05958dceb65c603 (diff)
Revert last commit to configure, only configure.exe needed the fix
Reviewed-By: con
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 611f4bfad2..9c3e417b3d 100755
--- a/configure
+++ b/configure
@@ -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