mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
moved rtabmap-ros-pkg project in this project
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@52 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
21
3rdParty/include/cppunit/ui/qt/Config.h
vendored
Normal file
21
3rdParty/include/cppunit/ui/qt/Config.h
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef CPPUNIT_QTUI_CONFIG_H
|
||||
#define CPPUNIT_QTUI_CONFIG_H
|
||||
|
||||
/*! Macro to export symbol to DLL with VC++.
|
||||
*
|
||||
* - QTTESTRUNNER_DLL_BUILD must be defined when building the DLL.
|
||||
* - QTTESTRUNNER_DLL must be defined if linking against the DLL.
|
||||
* - If none of the above are defined then you are building or linking against
|
||||
* the static library.
|
||||
*/
|
||||
|
||||
#if defined( QTTESTRUNNER_DLL_BUILD )
|
||||
# define QTTESTRUNNER_API __declspec(dllexport)
|
||||
#elif defined ( QTTESTRUNNER_DLL )
|
||||
# define QTTESTRUNNER_API __declspec(dllimport)
|
||||
#else
|
||||
# define QTTESTRUNNER_API
|
||||
#endif
|
||||
|
||||
|
||||
#endif // CPPUNIT_QTUI_CONFIG_H
|
||||
Reference in New Issue
Block a user