summaryrefslogtreecommitdiff
path: root/doc/api/examples/exampleplugin/example_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/examples/exampleplugin/example_global.h')
-rw-r--r--doc/api/examples/exampleplugin/example_global.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/api/examples/exampleplugin/example_global.h b/doc/api/examples/exampleplugin/example_global.h
deleted file mode 100644
index 00c77e6b16..0000000000
--- a/doc/api/examples/exampleplugin/example_global.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include <QtGlobal>
-
-#if defined(EXAMPLE_LIBRARY)
-# define EXAMPLESHARED_EXPORT Q_DECL_EXPORT
-#else
-# define EXAMPLESHARED_EXPORT Q_DECL_IMPORT
-#endif