qt5base-lts/examples/sql
Rainer Keller f13b0b2cf2 qtlite: Skip building examples when configured with no-feature-itemviews
Compiling the default examples should be possible without compile errors.

Task-number: QTBUG-53141
Change-Id: I73d8787241291ae6230861a89b38e91d900fede0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2018-01-12 07:58:20 +00:00
..
books qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
cachedtable qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
doc Merge remote-tracking branch 'origin/5.9' into 5.10 2017-09-20 11:58:32 +02:00
drilldown qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
masterdetail qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
querymodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
relationaltablemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
sqlbrowser qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
sqlwidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
tablemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
connection.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +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.