mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build by update QT_COMPONENTS entry:
- Add corelib, qmake_build and rcc_build - Replace uic with uic_build Prompted by: QAT
This commit is contained in:
parent
9561b084ee
commit
13aa7cdd1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256497
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USE_QT_VER= 4
|
USE_QT_VER= 4
|
||||||
QT_COMPONENTS= gui moc_build uic
|
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build uic_build
|
||||||
USE_CMAKE= yes
|
USE_CMAKE= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue