missed a uic in comment; refs #40
This commit is contained in:
		| @@ -137,7 +137,7 @@ if test "$have_qt" = "1" \ | |||||||
|         AC_MSG_NOTICE([Detected: "$UIC" "$MOC" "$RCC" "$LUPDATE" "$LRELEASE"]) |         AC_MSG_NOTICE([Detected: "$UIC" "$MOC" "$RCC" "$LUPDATE" "$LRELEASE"]) | ||||||
|      else |      else | ||||||
|         AC_MSG_ERROR([Missing QT Programs. |         AC_MSG_ERROR([Missing QT Programs. | ||||||
|   - Needed: moc rcc lupdate lrelease |   - Needed: uic moc rcc lupdate lrelease | ||||||
|   - Found: $UIC $MOC $RCC $LUPDATE $LRELEASE |   - Found: $UIC $MOC $RCC $LUPDATE $LRELEASE | ||||||
| You can specify the missing programs by passing one of the variables: | You can specify the missing programs by passing one of the variables: | ||||||
|     \$UIC \$MOC \$RCC \$LUPDATE \$LRELEASE |     \$UIC \$MOC \$RCC \$LUPDATE \$LRELEASE | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user