summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-07-12 10:25:45 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-09-24 15:55:12 +0000
commit7dac8c2d5f743563df76c2347c6ad394b6779ffc (patch)
tree99da9ccf70fa4347e8c22bfa78550700a6ac6d14
parente055598dbfebe2fa202adb8697653474018e0798 (diff)
downloadqtwebkit-7dac8c2d5f743563df76c2347c6ad394b6779ffc.tar.gz
Don't let qt_module.prf create a linker version script for QtWebKit
We don't need it, since the API isn't changing and most likely won't be part of Qt 6 anyway. And most especially, this is hitting a bug in gold: /usr/bin/ld.gold: internal error in override_version, at ../../gold/resolve.cc:61 Reported-At: https://sourceware.org/bugzilla/show_bug.cgi?id=16504 Change-Id: Ib056b47dde3341ef9a52ffff13f043184aa93cec Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--Source/api.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/api.pri b/Source/api.pri
index e0a09e829..de04652ca 100644
--- a/Source/api.pri
+++ b/Source/api.pri
@@ -28,7 +28,7 @@ use?(3D_GRAPHICS): WEBKIT += angle
use?(leveldb):!use?(system_leveldb) WEBKIT += leveldb
MODULE = webkit
-CONFIG += creating_module
+CONFIG += creating_module no_linker_version_script
# This is the canonical list of dependencies for the public API of
# the QtWebKit library, and will end up in the library's prl file.