summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2011-06-06 15:28:32 +0200
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2011-06-07 09:53:09 +0200
commitbc6f4d14f71867b9de8307e36668ddac1c12ca07 (patch)
tree44637e455c4cf61a7405dba5dbd6ee258a640524 /src
parent078e4ef6c72bdc759b83b5f430390cdcdf7f4e9e (diff)
Buildfix for Mac OS
Since 'widgets' now is a separate library outside GUI, some previously hidden symbols now needs to be exported. This patch will make 'widgets' build.
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qtextengine_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextengine_p.h b/src/gui/text/qtextengine_p.h
index 21f36aee7f..988e41e502 100644
--- a/src/gui/text/qtextengine_p.h
+++ b/src/gui/text/qtextengine_p.h
@@ -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();