summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Filter_Base/ftnoir_filter_base_global.h
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2012-01-08 11:36:51 +0000
committerWim Vriend <facetracknoir@gmail.com>2012-01-08 11:36:51 +0000
commit81c1342c702aa207113b8ac3c52d527e4c99e5b9 (patch)
tree09f3e838cb7087f45a4998d5eeaa9c330c1a8cf9 /FTNoIR_Filter_Base/ftnoir_filter_base_global.h
parent17fcad9850754d2d0ec662c46e7940b07b64804c (diff)
Split filterbase for future instances.
BTW.: This split is required to prevent a Qt LINKER error... strange but true! git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@95 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Filter_Base/ftnoir_filter_base_global.h')
-rw-r--r--FTNoIR_Filter_Base/ftnoir_filter_base_global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/FTNoIR_Filter_Base/ftnoir_filter_base_global.h b/FTNoIR_Filter_Base/ftnoir_filter_base_global.h
new file mode 100644
index 00000000..aac4048e
--- /dev/null
+++ b/FTNoIR_Filter_Base/ftnoir_filter_base_global.h
@@ -0,0 +1,12 @@
+#ifndef FTNOIR_FILTER_BASE_GLOBAL_H
+#define FTNOIR_FILTER_BASE_GLOBAL_H
+
+#include <Qt/qglobal.h>
+
+#ifdef FTNOIR_FILTER_BASE_LIB
+# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_EXPORT
+#else
+# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_IMPORT
+#endif
+
+#endif // FTNOIR_FILTER_BASE_GLOBAL_H