SQL: remove unneeded CMake commands - these plugins were removed in Qt6
Change-Id: I6880b514a92a01b9a8a8d84fc814aa38c95b09ef Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
parent
64ed1cab2d
commit
13053d455e
@ -51,10 +51,6 @@ if(QT_FEATURE_sql_odbc)
|
||||
add_subdirectory(odbc)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_sql_tds)
|
||||
# TODO add_subdirectory(tds)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_sql_oci)
|
||||
add_subdirectory(oci)
|
||||
endif()
|
||||
@ -67,10 +63,6 @@ if(QT_FEATURE_sql_sqlite)
|
||||
add_subdirectory(sqlite)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_sql_sqlite2)
|
||||
# TODO add_subdirectory(sqlite2)
|
||||
endif()
|
||||
|
||||
if(QT_FEATURE_sql_ibase)
|
||||
add_subdirectory(ibase)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user