try to fix the windows build

Why do we need the DLLIMPORT macros in a header only class?

Change-Id: I0da4e9a3fd9b8db77e7298d4d592fd29eff1f709
This commit is contained in:
Markus Mohrhard 2015-09-08 03:49:35 +02:00
parent d9e2c82470
commit 3bc5ca79f3

View file

@ -15,6 +15,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,chart2_common_functors, \
chart2/qa/unit/common_functor_test \
))
$(eval $(call gb_CppunitTest_add_defs,chart2_common_functors,\
-DOOO_DLLIMPLEMENTATION_CHARTTOOLS \
))
$(eval $(call gb_CppunitTest_use_libraries,chart2_common_functors, \
cppu \
cppuhelper \