Another attempt to finally get the Qt4 build dependencies right:

Add build dependency on rcc, even though there are no .rcc files.
and I did not see rcc actually being used during the compilation.
This commit is contained in:
Stefan Eßer 2011-07-07 07:53:20 +00:00
parent d6b383b9f4
commit 358e15064d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277216

View File

@ -46,7 +46,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
.else
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
QT_COMPONENTS= corelib qt3support xml network gui qmake_build moc_build uic_build
QT_COMPONENTS= gui qt3support xml moc_build qmake_build rcc_build uic_build
CXXFLAGS+= -I${PREFIX}/include \
-I${PREFIX}/include/libavcodec \
-I${PREFIX}/include/libavformat \