qt5base-lts/src/plugins/sqldrivers/oci
Thiago Macieira 1ee1147462 Rename the SQL driver header files to _p.h (make private)
The drivers were never public API. They were exposed by mistake in
public headers. What's more, they have #include'd a private header
(qsqlcachedresult_p.h) since at least Qt 4.5.1. That means no one used
those headers in Qt 4 (private headers weren't installed then) and
it's unlikely anyone did in 5.0.

Change-Id: Ie0a47bcf0260ee6bdd3d8494b78fd1eec28a2d6b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2013-02-26 11:20:06 +01:00
..
main.cpp Rename the SQL driver header files to _p.h (make private) 2013-02-26 11:20:06 +01:00
oci.json Use new plugin system for SQL drivers. 2012-02-24 22:38:28 +01:00
oci.pro Add PLUGIN_CLASS_NAME to qtbase plugins 2012-12-10 15:32:33 +01:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00

You will need the Oracle 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).