Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/kconfig/
Dqconf-cfg.sh10 PKG5="Qt5Core Qt5Gui Qt5Widgets"
29 if ${HOSTPKG_CONFIG} --exists $PKG5; then
30 ${HOSTPKG_CONFIG} --cflags ${PKG5} > ${cflags}
31 ${HOSTPKG_CONFIG} --libs ${PKG5} > ${libs}
40 echo >&2 "* You need $PKG5 for Qt5"