From 5c8d0a80114089b45b5665f5ca9815390f91045f Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 1 Nov 2021 11:23:36 +0100 Subject: [PATCH] configure: Remove declaration of the MYSQL_PATH variable This variable was used in Qt5 to specify the install location of the MySQL library. In Qt6, MYSQL_INCLUDE_DIRS and MySQL_LIBRARIES serve this purpose, and MYSQL_PATH is unused. Change-Id: I2df12b79777af50c719a5b6bc5feadc2c59c0c3d Reviewed-by: Alexandru Croitor (cherry picked from commit eb6fc1cab9ebd5233f99610659afb9be6cfb465a) Reviewed-by: Alexey Edelev --- src/plugins/sqldrivers/qt_cmdline.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/sqldrivers/qt_cmdline.cmake b/src/plugins/sqldrivers/qt_cmdline.cmake index 91b6f9f7679..93991fb2a96 100644 --- a/src/plugins/sqldrivers/qt_cmdline.cmake +++ b/src/plugins/sqldrivers/qt_cmdline.cmake @@ -15,4 +15,3 @@ qt_commandline_option(plugin-sql-oci TYPE void NAME sql-oci) qt_commandline_option(plugin-sql-odbc TYPE void NAME sql-odbc) qt_commandline_option(plugin-sql-psql TYPE void NAME sql-psql) qt_commandline_option(plugin-sql-sqlite TYPE void NAME sql-sqlite) -qt_commandline_assignment(MYSQL_PATH mysql.prefix)