mirror of https://github.com/qt/qtbase.git
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>
This commit is contained in:
parent
ce34ed6eab
commit
eb6fc1cab9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue