Skip to content

Commit b3a6ca2

Browse files
committed
build: Pass qt_lib_path from depends to the configure script
This change makes behavior consistent among `with_qt_*` variables, and it is required for Qt 6.
1 parent 17acaf1 commit b3a6ca2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/config.site.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ ac_tool_prefix="${host_alias}-"
1717
if test -z "$with_boost"; then
1818
with_boost="$depends_prefix"
1919
fi
20+
21+
if test -z "$with_qt_libdir"; then
22+
with_qt_libdir="${depends_prefix}/lib"
23+
fi
2024
if test -z "$with_qt_plugindir"; then
2125
with_qt_plugindir="${depends_prefix}/plugins"
2226
fi

0 commit comments

Comments
 (0)