aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-13 09:45:01 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-04-11 16:47:59 +0000
commit88920863e082744728266c314e5dcffa83f9762b (patch)
treefa1c5b7c96fab3f9b5ad2859541c516577fd1228
parentd438be92dd7068fef94ce98e1ec039fe0ef4f3b3 (diff)
switch to new way to refer to libdl
note that the condition is insufficient (it should include qtConfig(dlopen)), but this is just consistent with the c++ code. Change-Id: I4b447ff504539e4dc07ece3d696e5a85b2f4cc50 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/qml/compiler/compiler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/compiler.pri b/src/qml/compiler/compiler.pri
index 1de5dfa6fa..cd8281235f 100644
--- a/src/qml/compiler/compiler.pri
+++ b/src/qml/compiler/compiler.pri
@@ -48,6 +48,6 @@ qtConfig(qml-interpreter) {
$$PWD/qv4isel_moth.cpp
}
+qtConfig(private_tests):unix: QMAKE_USE_PRIVATE += libdl
-qtConfig(private_tests): LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD
}