From 412cc42f7518799a8906779e126287ba35baab60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 16 May 2014 11:04:54 +0000 Subject: [PATCH] missed a uic in comment; refs #40 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 89c136d..6e46684 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ if test "$have_qt" = "1" \ AC_MSG_NOTICE([Detected: "$UIC" "$MOC" "$RCC" "$LUPDATE" "$LRELEASE"]) else AC_MSG_ERROR([Missing QT Programs. - - Needed: moc rcc lupdate lrelease + - Needed: uic moc rcc lupdate lrelease - Found: $UIC $MOC $RCC $LUPDATE $LRELEASE You can specify the missing programs by passing one of the variables: \$UIC \$MOC \$RCC \$LUPDATE \$LRELEASE