CppUnit project page
FAQ
CppUnit home page
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cppunit
ui
qt
Config.h
Go to the documentation of this file.
1
#ifndef CPPUNIT_QTUI_CONFIG_H
2
#define CPPUNIT_QTUI_CONFIG_H
3
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
hosts this site.
Send comments to:
CppUnit Developers