aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-25 15:07:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-25 15:07:00 +0200
commitba7a7b6ed8b81df116b1c2352665b03192386793 (patch)
tree24de25165097605ee426690ab5ddf19c5ecd913f /README
parent8fd6d24c09f9da4c65cd82ad1e6f56918ae669a3 (diff)
Add entry for qt example
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 6b7fe98..e3b180a 100644
--- a/README
+++ b/README
@@ -36,6 +36,10 @@ boost
Shows how to persist objects that use Boost smart pointers, containers,
and value types with the help of the Boost profile library (libodb-boost).
+qt
+ Shows how to persist objects that use Qt smart pointers, containers, and
+ value types with the help of the Qt profile library (libodb-qt).
+
schema/embedded
Shows how to generate and use a database schema that is embedded into the
application.