Ports/qt6base: Enable SQL
This commit is contained in:
parent
e6bcd8aa64
commit
82206ba2ac
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/82206ba2ac Pull-request: https://github.com/SerenityOS/serenity/pull/21142 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/timschumi ✅
1 changed files with 3 additions and 1 deletions
|
@ -14,16 +14,18 @@ configopts=(
|
|||
'-DQT_FEATURE_cxx20=ON'
|
||||
'-DQT_FEATURE_ssl=ON'
|
||||
'-DQT_FEATURE_zstd=ON'
|
||||
'-DQT_FEATURE_sql=ON'
|
||||
'-DINPUT_opengl=no'
|
||||
)
|
||||
depends=(
|
||||
'double-conversion'
|
||||
'md4c'
|
||||
'openssl'
|
||||
'sqlite'
|
||||
'zstd'
|
||||
)
|
||||
|
||||
QT_DISABLED_FEATURES='sql opengl dbus systemsemaphore sharedmemory dnslookup'
|
||||
QT_DISABLED_FEATURES='opengl dbus systemsemaphore sharedmemory dnslookup'
|
||||
|
||||
configure() {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue