qpcglobal.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef QPC_GLOBAL_H
00023 #define QPC_GLOBAL_H
00024
00025 #include <qglobal.h>
00026
00027 #if ( defined(Q_OS_WIN32) || defined(Q_OS_WIN64) ) && defined(PALMTOPCENTER)
00028
00029
00030
00031 # if defined(QPC_MAKEDLL)
00032 # if defined(QPC_DLL)
00033 # undef QPC_DLL
00034 # endif
00035 # define QPC_EXPORT __declspec(dllexport)
00036 # define QPC_TEMPLATEEXTERN
00037 # define QPC_TEMPLATEDLL
00038 # undef QPC_DISABLE_COPY
00039 # elif defined(QPC_DLL)
00040 # define QPC_EXPORT __declspec(dllimport)
00041 # define QPC_TEMPLATEEXTERN extern
00042 # define QPC_TEMPLATEDLL
00043 # undef QPC_DISABLE_COPY
00044 # endif
00045 #else
00046 # undef QPC_MAKEDLL
00047 # undef QPC_DLL
00048 #endif
00049 #endif
00050
00051 #ifndef QPC_EXPORT
00052 # define QPC_EXPORT
00053 #endif
This file is part of the documentation for OPIE Version 1.5.5.