Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 20:16:48 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306325 - head/graphics/opencv
Message-ID:  <201210232016.q9NKGm6F048604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Tue Oct 23 20:16:48 2012
New Revision: 306325
URL: http://svn.freebsd.org/changeset/ports/306325

Log:
  Fix build with QT4 option
  
  PR:		ports/172156
  Submitted by:	RyoTa SimaMoto
  Feature safe:	yes

Modified:
  head/graphics/opencv/Makefile

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Tue Oct 23 20:14:38 2012	(r306324)
+++ head/graphics/opencv/Makefile	Tue Oct 23 20:16:48 2012	(r306325)
@@ -118,7 +118,7 @@ CMAKE_ARGS+=	-DWITH_PNG:BOOL=Off
 .endif
 
 .if defined(WITH_QT4)
-USE_QT4+=	opengl moc_build qmake_build rcc_build uic_build
+USE_QT4+=	opengl moc_build qmake_build rcc_build uic_build qtestlib
 CMAKE_ARGS+=	-DWITH_QT:BOOL=On -DWITH_QT_OPENGL:BOOL=On
 .else
 CMAKE_ARGS+=	-DWITH_QT:BOOL=Off



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210232016.q9NKGm6F048604>