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 <alexandru.croitor@qt.io> (cherry picked from commit eb6fc1cab9ebd5233f99610659afb9be6cfb465a) Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
d99d073aa2
commit
5c8d0a8011
@ -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-odbc TYPE void NAME sql-odbc)
|
||||||
qt_commandline_option(plugin-sql-psql TYPE void NAME sql-psql)
|
qt_commandline_option(plugin-sql-psql TYPE void NAME sql-psql)
|
||||||
qt_commandline_option(plugin-sql-sqlite TYPE void NAME sql-sqlite)
|
qt_commandline_option(plugin-sql-sqlite TYPE void NAME sql-sqlite)
|
||||||
qt_commandline_assignment(MYSQL_PATH mysql.prefix)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user