Şuanki Dizin: /usr/src/kernels/5.14.0-503.21.1.el9_5.x86_64/scripts/kconfig/ |
Şuanki Dosya : //usr/src/kernels/5.14.0-503.21.1.el9_5.x86_64/scripts/kconfig/qconf-cfg.sh |
#!/usr/bin/sh # SPDX-License-Identifier: GPL-2.0 PKG="Qt5Core Qt5Gui Qt5Widgets" if [ -z "$(command -v pkg-config)" ]; then echo >&2 "*" echo >&2 "* 'make xconfig' requires 'pkg-config'. Please install it." echo >&2 "*" exit 1 fi if pkg-config --exists $PKG; then echo cflags=\"-std=c++11 -fPIC $(pkg-config --cflags $PKG)\" echo libs=\"$(pkg-config --libs $PKG)\" echo moc=\"$(pkg-config --variable=host_bins Qt5Core)/moc\" exit 0 fi echo >&2 "*" echo >&2 "* Could not find Qt5 via pkg-config." echo >&2 "* Please install Qt5 and make sure it's in PKG_CONFIG_PATH" echo >&2 "*" exit 1
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4