From e10e8aab78cd70edc606b475d7feca2f0845f780 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:56 +0200 Subject: Use QtCore prefix when including Qt headers This appears to be more portable. For example, on Mac OS X with -framework QtCore option include does not work while including does. --- odb/qt/smart-ptr.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/smart-ptr.options') diff --git a/odb/qt/smart-ptr.options b/odb/qt/smart-ptr.options index f9de219..636b130 100644 --- a/odb/qt/smart-ptr.options +++ b/odb/qt/smart-ptr.options @@ -7,7 +7,7 @@ # Make QSharedPointer the default object pointer. # ---hxx-prologue '#include ' +--hxx-prologue '#include ' --default-pointer QSharedPointer # Include pointer traits. -- cgit v1.1