summaryrefslogtreecommitdiffstats
path: root/src/compositor/global/qwaylandexport.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-11 17:26:17 +0100
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-02-15 14:00:48 +0000
commit434c582cf58e43c6ebbca801eddf157710340d7c (patch)
tree4333a4da818db74494e779883e9a9571e268b0db /src/compositor/global/qwaylandexport.h
parent74b1ec474d1d48242893dcaf58b8a35f155f3fc3 (diff)
Use WaylandCompositor module name for export macro
Change-Id: Ieb65b66f28986845f50647ae338678f0a1e7a153 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> Reviewed-by: Erik Larsson <erik@ortogonal.com> Reviewed-by: Johan Helsing <johan.helsing@theqtcompany.com>
Diffstat (limited to 'src/compositor/global/qwaylandexport.h')
-rw-r--r--src/compositor/global/qwaylandexport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compositor/global/qwaylandexport.h b/src/compositor/global/qwaylandexport.h
index 9cad01673..ddfa6aa77 100644
--- a/src/compositor/global/qwaylandexport.h
+++ b/src/compositor/global/qwaylandexport.h
@@ -41,13 +41,13 @@
QT_BEGIN_NAMESPACE
-#if !defined(Q_COMPOSITOR_EXPORT)
+#if !defined(Q_WAYLAND_COMPOSITOR_EXPORT)
# if defined(QT_SHARED) && defined(QT_BUILD_COMPOSITOR_LIB)
-# define Q_COMPOSITOR_EXPORT Q_DECL_EXPORT
+# define Q_WAYLAND_COMPOSITOR_EXPORT Q_DECL_EXPORT
# elif defined(QT_SHARED)
-# define Q_COMPOSITOR_EXPORT Q_DECL_IMPORT
+# define Q_WAYLAND_COMPOSITOR_EXPORT Q_DECL_IMPORT
# else
-# define Q_COMPOSITOR_EXPORT
+# define Q_WAYLAND_COMPOSITOR_EXPORT
# endif
#endif