qt5base-lts/examples/sql
Kai Köhne 57402ffb9b Examples: Remove unneeded CMake options
CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since
CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes

CMAKE_AUTORCC should not be used anymore. Instead, we now use
qt_add_resources() or similar

Enable CMAKE_AUTOUIC only if .ui files are present.

Pick-to: 6.3
Task-number: QTBUG-87643
Change-Id: I835e2994cd5dba9918136999499b9077961b616c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 14:00:00 +01:00
..
books Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
cachedtable Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
doc Fix some qdoc warnings: typos and qdoc syntax 2020-09-22 06:01:02 +02:00
drilldown Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
masterdetail Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
querymodel Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
relationaltablemodel Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
sqlbrowser Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
sqlwidgetmapper Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
tablemodel Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
connection.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
README
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.