diff include/qtd_core.h @ 378:7341c47790d4

binding of qwt
author Eldar Insafutdinov
date Sat, 10 Jul 2010 21:54:44 +0100
parents da4235301224
children d2f48c4cb3e3
line wrap: on
line diff
--- a/include/qtd_core.h	Fri Jul 09 20:24:24 2010 +0100
+++ b/include/qtd_core.h	Sat Jul 10 21:54:44 2010 +0100
@@ -84,6 +84,12 @@
     #define QTD_WEBKIT_DLL_PUBLIC QTD_DLL_IMPORT
 #endif
 
+#ifdef QTD_QWT
+    #define QTD_QWT_DLL_PUBLIC QTD_DLL_EXPORT
+#else
+    #define QTD_QWT_DLL_PUBLIC QTD_DLL_IMPORT
+#endif
+
 //TODO: ditch
 struct QModelIndexAccessor {
 	int row;