mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
devel/qt6-tools: Add sqlite driver for run
This is needed for qhelpgenerator.
MFH: 2024Q2
(cherry picked from commit aab4cffb7d
)
This commit is contained in:
parent
b24bd8fc2b
commit
dade461377
@ -1,5 +1,6 @@
|
||||
PORTNAME= tools
|
||||
DISTVERSION= ${QT6_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt6-
|
||||
|
||||
@ -13,7 +14,7 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
||||
USES= cmake compiler:c++17-lang gl llvm:lib,noexport python:build \
|
||||
qt-dist:6
|
||||
USE_GL= opengl
|
||||
USE_QT= base declarative
|
||||
USE_QT= base declarative sqldriver-sqlite:run
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
CMAKE_ARGS+= -DClang_DIR:PATH="${LLVM_PREFIX}/lib/cmake/clang" \
|
||||
|
Loading…
Reference in New Issue
Block a user