diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 14:58:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 14:58:55 +0200 |
commit | 0e6587f29f40a841f0e393887fea4e5cf385e0e6 (patch) | |
tree | a556749c3ee3ac2714c0bb8914277fd0cb8bfb8d /qt/common/makefile | |
parent | 5a16b0511ae3ac491ac23bba07f7259f6c255472 (diff) |
Support for Qt QUuid persistence
This support was added to the basic sub-profile. New test: qt/common/basic.
Updated the qt example to use QUuid as an object id.
Diffstat (limited to 'qt/common/makefile')
-rw-r--r-- | qt/common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/common/makefile b/qt/common/makefile index 584267e..1ac4f7e 100644 --- a/qt/common/makefile +++ b/qt/common/makefile @@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ +basic \ containers \ smart-ptr \ template |