mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add support for building with QT4 (but still use QT5 by default)
PR: 196234 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
parent
1dd76f801c
commit
9c14fe95bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375884
@ -28,7 +28,14 @@ GH_COMMIT= 4d90b84
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USES= pkgconfig qmake
|
||||
USE_QT5= buildtools_build core gui svg network widgets
|
||||
|
||||
OPTIONS_SINGLE= GUI
|
||||
OPTIONS_SINGLE_GUI= QT4 QT5
|
||||
|
||||
QT4_USE= QT4=corelib,gui,network
|
||||
QT5_USE= QT5=buildtools_build,core,gui,svg,network,widgets
|
||||
|
||||
OPTIONS_DEFAULT= QT5
|
||||
|
||||
PLIST_FILES= bin/gqrx share/applications/gqrx.desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user