summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-13 09:47:56 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-03-06 18:43:21 +0000
commitc176f1fbe8ed0d87c507811f4c0e4d67a71bc890 (patch)
tree1a0e2748ad42f93a2b5ce4abfa3e687f93342d71
parentc3b710c3f4de2da0fd67c858949c3f420dfd175a (diff)
downloadqtwebkit-c176f1fbe8ed0d87c507811f4c0e4d67a71bc890.tar.gz
switch to new way to refer to libdl
Change-Id: I2ec38c9a2c1072127b25510cc4b3daa9e1847352 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Source/WebKit2/SandboxProcess.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit2/SandboxProcess.pro b/Source/WebKit2/SandboxProcess.pro
index e4b05940c..4335508c0 100644
--- a/Source/WebKit2/SandboxProcess.pro
+++ b/Source/WebKit2/SandboxProcess.pro
@@ -16,7 +16,8 @@ SOURCES += Shared/linux/SandboxProcess/SandboxEnvironmentLinux.cpp
HEADERS += Shared/linux/SandboxProcess/SandboxEnvironmentLinux.h
INSTALLS += target
-LIBS += -lcap -ldl
+LIBS += -lcap
+QMAKE_USE += libdl
isEmpty(INSTALL_BINS) {
target.path = $$[QT_INSTALL_BINS]