summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/symbian/symbianincludes.h
blob: 4c0ffa6c6fddb4359d2c6bddd1d4f8dffdb56252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __PRODUCT_INCLUDE__
#  ifdef __QT_PRODUCT_INCLUDE_IS_LOWERCASE__
#    define __PRODUCT_INCLUDE__ <variant/symbian_os.hrh>
#  else
#    define __PRODUCT_INCLUDE__ <variant/Symbian_OS.hrh>
#  endif
#endif

#ifndef __QT_SYMBIAN_RESOURCE__
#  if defined(__ARMCC__) || defined(__CC_ARM)
#    ifdef __QT_RVCT_HEADER_IS_2_2__
#      include <rvct2_2.h>
#    else
#      include <rvct.h>
#    endif
#  endif
#endif