[Releasing] [Development] Starting preparations for Qt 5.1
Thiago Macieira
thiago.macieira at intel.com
Wed Mar 20 16:07:48 CET 2013
On quarta-feira, 20 de março de 2013 08.52.45, Friedemann Kleint wrote:
> But it should be possible by introducing a special export macro for it -
> such that the application sees "export", and while building the library,
> "import" is seen?
It might be possible to do that. Someone needs to test it:
class Q_CORE_EXPORT Foo
{
public:
void thisMethodIsInCore();
Q_GUI_EXPORT void thisMethodIsInGui();
bool thisIsInline() { return true; }
};
Please try compiling QtCore, QtGui and an application, in debug mode, calling
all three methods (except for the Gui method in QtCore).
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/releasing/attachments/20130320/0fa29b16/attachment.sig>
More information about the Releasing
mailing list