Buildfix for Mac OS
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>
Mon, 6 Jun 2011 13:28:32 +0000 (15:28 +0200)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>
Tue, 7 Jun 2011 07:53:09 +0000 (09:53 +0200)
Since 'widgets' now is a separate library outside GUI, some
previously hidden symbols now needs to be exported. This patch
will make 'widgets' build.

src/gui/text/qtextengine_p.h

index 21f36ae..988e41e 100644 (file)
@@ -422,7 +422,7 @@ public:
         InLayout,
         LayoutFailed,
     };
-    struct LayoutData {
+    struct Q_GUI_EXPORT LayoutData {
         LayoutData(const QString &str, void **stack_memory, int mem_size);
         LayoutData();
         ~LayoutData();