diff options
Diffstat (limited to 'plugins/src/sqldrivers/mysql/README')
-rw-r--r-- | plugins/src/sqldrivers/mysql/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/src/sqldrivers/mysql/README b/plugins/src/sqldrivers/mysql/README new file mode 100644 index 000000000..d1b372282 --- /dev/null +++ b/plugins/src/sqldrivers/mysql/README @@ -0,0 +1,6 @@ +You will need the MySQL development headers and libraries installed +before compiling this plugin. + +See the Qt SQL documentation for more information on compiling Qt SQL +driver plugins (sql-driver.html). + |