phoneuis/bubblemanager2/tsrc/unit/shared/bubbletest.h
changeset 30 ebdbd102c78a
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    33     /* So, invoking the signal explicitly. */ \
    33     /* So, invoking the signal explicitly. */ \
    34     QMetaObject::invokeMethod(&app, "aboutToQuit", Qt::DirectConnection); \
    34     QMetaObject::invokeMethod(&app, "aboutToQuit", Qt::DirectConnection); \
    35     return ret; \
    35     return ret; \
    36 }
    36 }
    37 
    37 
    38 // style plugin name
       
    39 #if defined(Q_OS_SYMBIAN)
       
    40     const char* BUBBLE_STYLE_PLUGIN = \
       
    41         "z:/resource/qt/plugins/phone/bubblestyleplugin.dll";
       
    42 #elif defined(Q_OS_WIN)
       
    43     const char* BUBBLE_STYLE_PLUGIN = \
       
    44         "c:/hb/bin/bubblestyleplugin.dll";
       
    45 #else // Q_OS_UNIX
       
    46     const char* BUBBLE_STYLE_PLUGIN = \
       
    47         "/home/lib/libbubblestyleplugin.so";
       
    48 #endif
       
    49 
       
    50 #endif // BUBBLETEST_H
    38 #endif // BUBBLETEST_H