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:
parent
d9e2c82470
commit
3bc5ca79f3
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue