Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…driver into Qt_6.7
  • Loading branch information
thecodemonkey86 committed Jun 19, 2024
2 parents 224fdb9 + d2b72f8 commit a3ddcf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
cmake_minimum_required(VERSION 3.16)
if (NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
include(.cmake.conf)
# Store initial build type (if any is specified) to be read by
# qt_internal_set_cmake_build_type().
# See qt_internal_set_cmake_build_type() for details.
if(DEFINED CACHE{CMAKE_BUILD_TYPE})
set(__qt_internal_standalone_project_cmake_build_type_before_project_call
"${CMAKE_BUILD_TYPE}")
endif()

project(QSQLiteDriverPlugins
VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt6 SQL driver plugins"
Expand Down
4 changes: 2 additions & 2 deletions qtsqldrivers-config_p.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define QT_FEATURE_sql_db2 -1

#define QT_FEATURE_sql_ibase -1
#define QT_FEATURE_sql_ibase 1

#define QT_FEATURE_sql_mysql 1
#define QT_FEATURE_sql_mysql -1

#define QT_FEATURE_sql_oci -1

Expand Down

0 comments on commit a3ddcf9

Please sign in to comment.