Skip to content

Commit

Permalink
qt
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 23, 2024
1 parent 34acf70 commit 7c052f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cfg/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function gnu_fn {
# qt.cpp
function qt_fn {
if [ $HAS_PKG_CONFIG -eq 1 ]; then
# TODO: check syntax with Qt5 and Qt6?
QTCONFIG=$(get_pkg_config_cflags Qt6Core Qt6Test Qt6Gui)
QTBUILDCONFIG=$(pkg-config --variable=qt_config Qt6Core Qt6Test Qt6Gui)
if [ -z "$QTCONFIG" ]; then
Expand Down

0 comments on commit 7c052f3

Please sign in to comment.