This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
libqt5raspi/debian/usr/local/qt5raspi-5.12.5/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake

7 lines
193 B
CMake

add_library(Qt5::QODBCDriverPlugin MODULE IMPORTED)
_populate_Sql_plugin_properties(QODBCDriverPlugin RELEASE "sqldrivers/libqsqlodbc.so")
list(APPEND Qt5Sql_PLUGINS Qt5::QODBCDriverPlugin)