qt5base-lts/examples/sql
Ulf Hermann 329385a5d5 Build examples and tests only if their requirements are met
If the respective modules aren't available we cannot build the tests
and examples. We drop the qtConfig(opengl) requirement for the opengl
examples as
a, we would need to make the QtGui configuration available for that to
   work, and
b, we should not add too much detail to the tests and examples build
   configurations. Checking each test and example for every feature it
   uses would be too much.

Task-number: QTBUG-57255
Change-Id: Ifb043c81ec9e5c487765297bd65704812cd281fc
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-03-22 15:55:55 +00:00
..
books Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
cachedtable Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Doc: update SQL examples 2016-11-09 13:05:53 +00:00
drilldown Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
masterdetail Unify license header usage. 2016-03-29 10:20:03 +00:00
querymodel Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
relationaltablemodel Example: fix memory leak in relationnaltablemodel example 2017-03-07 23:11:20 +00:00
sqlbrowser prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
sqlwidgetmapper prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
tablemodel Unify license header usage. 2016-03-29 10:20:03 +00:00
connection.h Unify license header usage. 2016-03-29 10:20:03 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00

Qt provides extensive database interoperability, with support for products
from both open source and proprietary vendors.

SQL support is integrated with Qt's model/view architecture, making it easier
to provide GUI integration for your database applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.