summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-06 09:46:23 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-06 16:27:38 +0000
commit74d7824c1f769807765154ec6bc0762ef26b97ff (patch)
treee271f59793caa411a3d06ff0f756edd91f002d4f /configure
parent96d935cd0529a0b0b4b8a90b4e7fa6fabb7e10de (diff)
Remove output of QT_PRODUCT_LICENSEKEY
This is not being used anywhere anymore. Change-Id: I4d8ded9e9f6c28b594930bd1ea9347ba2db8a2e8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index f9e354521a..1496925a41 100755
--- a/configure
+++ b/configure
@@ -5863,7 +5863,6 @@ cat <<EOF
EOF
echo '/* Compile time features */'
-[ '!' -z "$LicenseKeyExt" ] && echo "#define QT_PRODUCT_LICENSEKEY \"$LicenseKeyExt\""
if [ "$CFG_SHARED" = "no" ]; then
cat <<EOF