messagingapp/msgui/appengine/tsrc/testconversationengine/inc/testconversationengine.h
changeset 34 84197e66a4bd
parent 27 e4592d119491
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
    18 #ifndef T_CONVERSATIONENGINE_H_
    18 #ifndef T_CONVERSATIONENGINE_H_
    19 #define T_CONVERSATIONENGINE_H_
    19 #define T_CONVERSATIONENGINE_H_
    20 #ifdef BUILD_TEST_DLL
    20 #ifdef BUILD_TEST_DLL
    21 #define TEST_EXPORT Q_DECL_EXPORT
    21 #define TEST_EXPORT Q_DECL_EXPORT
    22 #else
    22 #else
    23 #define TEST_EXPORT Q_DECL_IMPORT
    23 #define TEST_EXPORT 
    24 #endif
    24 #endif
    25 
    25 
    26 // INCLUDES
    26 // INCLUDES
    27 #include <QtTest/QtTest>
    27 #include <QtTest/QtTest>
    28 
    28