diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-25 15:07:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-25 15:07:00 +0200 |
commit | ba7a7b6ed8b81df116b1c2352665b03192386793 (patch) | |
tree | 24de25165097605ee426690ab5ddf19c5ecd913f /README | |
parent | 8fd6d24c09f9da4c65cd82ad1e6f56918ae669a3 (diff) |
Add entry for qt example
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |