diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-03 17:33:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-03 17:35:24 +0300 |
commit | ab2c15bb4dd0fe73e3a58970c89bfe8d307f5fcf (patch) | |
tree | 5137c15e134ba151f4bf74b2e17f9849528ea5b3 /basegfx/test/basegfx1d.cxx | |
parent | 208160fae6a01fbc4df1d3f3bd76a0eba11128ff (diff) |
Add statically linked basegfx cppunittester for iOS
Diffstat (limited to 'basegfx/test/basegfx1d.cxx')
-rw-r--r-- | basegfx/test/basegfx1d.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basegfx/test/basegfx1d.cxx b/basegfx/test/basegfx1d.cxx index 68a24f87d66a..860a6dc9a81b 100644 --- a/basegfx/test/basegfx1d.cxx +++ b/basegfx/test/basegfx1d.cxx @@ -26,6 +26,9 @@ * ************************************************************************/ +#ifdef IOS +#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_basegfx +#endif // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basegfx.hxx" |