Home
last modified time | relevance | path

Searched refs:PKG6 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/scripts/kconfig/
Dqconf-cfg.sh11 PKG6="Qt6Core Qt6Gui Qt6Widgets"
20 if ${HOSTPKG_CONFIG} --exists $PKG6; then
21 ${HOSTPKG_CONFIG} --cflags ${PKG6} > ${cflags}
24 ${HOSTPKG_CONFIG} --libs ${PKG6} > ${libs}
39 echo >&2 "* You need $PKG6 for Qt6"