From 88920863e082744728266c314e5dcffa83f9762b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 13 Feb 2017 09:45:01 +0100 Subject: 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 --- src/qml/compiler/compiler.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml') 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 } -- cgit v1.2.3