Correctly specify qmake as only a build dependency.
This commit is contained in:
parent
5f1b992cab
commit
53b2622745
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276853
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
|
|||
.else
|
||||
USE_CMAKE= yes
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
QT_COMPONENTS= corelib qt3support xml network gui qmake
|
||||
QT_COMPONENTS= corelib qt3support xml network gui qmake_build
|
||||
CXXFLAGS+= -I${PREFIX}/include \
|
||||
-I${PREFIX}/include/libavcodec \
|
||||
-I${PREFIX}/include/libavformat \
|
||||
|
|
Loading…
Reference in a new issue