1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Fix build with QT5 enabled

PR:		232766
Submitted by:	bengta@sics.se
This commit is contained in:
Dmitry Marakasov 2019-12-03 20:24:44 +00:00
parent de9b9c5d05
commit 073ee71b93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518965

View File

@ -94,8 +94,8 @@ PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
PDF_USE= gnome=cairo
PDF_VARS= FORCE_REQUIRE+=Poppler-glib
PDF_VARS_OFF= FORCE_IGNORE+=Poppler-glib
QT5_USE= qt:5
QT5_USE= qt=buildtools_build,core,gui,opengl,qmake_build,webkit
QT5_USES= qt:5
QT5_USE= qt=buildtools_build,core,gui,opengl,qmake_build,webkit,widgets
QT5_CMAKE_ON= -DDESIRED_QT_VERSION=5
QT5_VARS= FORCE_REQUIRE+="Qt5Widgets Qt5WebKitWidgets"
QT5_VARS_OFF= FORCE_IGNORE+="Qt5Widgets Qt5WebKitWidgets"