CppUnit project page FAQ CppUnit home page

Config.h
Go to the documentation of this file.
1#ifndef CPPUNIT_QTUI_CONFIG_H
2#define CPPUNIT_QTUI_CONFIG_H
3
11
12#if defined( QTTESTRUNNER_DLL_BUILD )
13# define QTTESTRUNNER_API __declspec(dllexport)
14#elif defined ( QTTESTRUNNER_DLL )
15# define QTTESTRUNNER_API __declspec(dllimport)
16#else
17# define QTTESTRUNNER_API
18#endif
19
20
21#endif // CPPUNIT_QTUI_CONFIG_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers