Ports/qt6base: Enable SQL

This commit is contained in:
kleines Filmröllchen 2023-09-16 12:25:35 +02:00 committed by Tim Schumacher
parent e6bcd8aa64
commit 82206ba2ac

View file

@ -14,16 +14,18 @@ configopts=(
'-DQT_FEATURE_cxx20=ON' '-DQT_FEATURE_cxx20=ON'
'-DQT_FEATURE_ssl=ON' '-DQT_FEATURE_ssl=ON'
'-DQT_FEATURE_zstd=ON' '-DQT_FEATURE_zstd=ON'
'-DQT_FEATURE_sql=ON'
'-DINPUT_opengl=no' '-DINPUT_opengl=no'
) )
depends=( depends=(
'double-conversion' 'double-conversion'
'md4c' 'md4c'
'openssl' 'openssl'
'sqlite'
'zstd' 'zstd'
) )
QT_DISABLED_FEATURES='sql opengl dbus systemsemaphore sharedmemory dnslookup' QT_DISABLED_FEATURES='opengl dbus systemsemaphore sharedmemory dnslookup'
configure() { configure() {