summaryrefslogtreecommitdiff
path: root/library
Side-by-side diff
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpeapplication.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index 4bc0c5f..b686e2e 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -1315,3 +1315,9 @@ void QPEApplication::reset() {
-extern bool qt_left_hand_scrollbars __attribute__(( weak ));
+#ifdef Q_OS_MACX
+#define WEAK_SYMBOL __attribute__((weak_import))
+#else
+#define WEAK_SYMBOL __attribute__((weak))
+#endif
+
+extern bool qt_left_hand_scrollbars WEAK_SYMBOL;
/*!