Go to the documentation of this file.00001 #ifndef CPPUNIT_QTUI_CONFIG_H
00002 #define CPPUNIT_QTUI_CONFIG_H
00003
00012 #if defined( QTTESTRUNNER_DLL_BUILD )
00013 # define QTTESTRUNNER_API __declspec(dllexport)
00014 #elif defined ( QTTESTRUNNER_DLL )
00015 # define QTTESTRUNNER_API __declspec(dllimport)
00016 #else
00017 # define QTTESTRUNNER_API
00018 #endif
00019
00020
00021 #endif // CPPUNIT_QTUI_CONFIG_H