From 7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 12 Apr 2011 17:52:37 +0200 Subject: Add qt/smart-ptr implementation --- odb/qt/smart-ptr.options | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 odb/qt/smart-ptr.options (limited to 'odb/qt/smart-ptr.options') diff --git a/odb/qt/smart-ptr.options b/odb/qt/smart-ptr.options new file mode 100644 index 0000000..f9de219 --- /dev/null +++ b/odb/qt/smart-ptr.options @@ -0,0 +1,16 @@ +# file : odb/qt/smart-ptr.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Make QSharedPointer the default object pointer. +# +--hxx-prologue '#include ' +--default-pointer QSharedPointer + +# Include pointer traits. +# +--odb-epilogue '#include ' +--hxx-prologue '#include ' -- cgit v1.1