Skip to content

Commit 0bdf7e0

Browse files
committed
qt
1 parent 806446d commit 0bdf7e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/cfg/runtests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function gnu_fn {
107107
# qt.cpp
108108
function qt_fn {
109109
if [ $HAS_PKG_CONFIG -eq 1 ]; then
110+
# TODO: check syntax with Qt5 and Qt6?
110111
QTCONFIG=$(get_pkg_config_cflags Qt6Core Qt6Test Qt6Gui)
111112
QTBUILDCONFIG=$(pkg-config --variable=qt_config Qt6Core Qt6Test Qt6Gui)
112113
if [ -z "$QTCONFIG" ]; then

0 commit comments

Comments
 (0)