main/main.pro
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     1 #/* 
       
     2 #* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 #* All rights reserved.
       
     4 #* This component and the accompanying materials are made available
       
     5 #* under the terms of "Eclipse Public License v1.0"
       
     6 #* which accompanies this distribution, and is available
       
     7 #* at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #*
       
     9 #* Initial Contributors:
       
    10 #* Nokia Corporation - initial contribution.
       
    11 #*
       
    12 #* Contributors:
       
    13 #* 
       
    14 #* Description:
       
    15 #*
       
    16 #*/ 
       
    17 TEMPLATE = app
       
    18 TARGET = photos
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += . \
       
    21                ..\inc \
       
    22                ../ui/viewmanagement/statehandler/inc \
       
    23                ../loggers/loggerqt/inc \
       
    24                ../ui/inc \
       
    25                ../ui/uiengine/model/mediamodel/inc \
       
    26                ../ui/uiengine/medialistwrapper/inc \
       
    27                ../ui/uiengine/medialists/inc \
       
    28                ../loggers/loggerqt/inc \
       
    29                ../ui/views/viewsfactory/inc \
       
    30                ../ui/views/viewbase/inc \
       
    31                ../ui/views/gridview/inc \
       
    32                ../engine/collectionframework/plugins/glxcollectionpluginall/inc \
       
    33                ../traces
       
    34 
       
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 CONFIG += HB
       
    38 
       
    39 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
       
    40 
       
    41 symbian: { 
       
    42     TARGET.UID3 = 0x20000A14
       
    43     SKINICON = qtg_large_photos
       
    44     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x14000
       
    45     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
       
    46         41943040
       
    47     TARGET.CAPABILITY = ALL \
       
    48         -TCB
       
    49     MMP_RULES += SMPSAFE     
       
    50 }
       
    51 
       
    52 LIBS += -lglxstatehandler.dll \
       
    53         -lglxloggerqt.dll \
       
    54         -lglxviews.dll \
       
    55         -lglxmediamodel.dll \
       
    56         -lglxexternalutility.dll \
       
    57         -lglximageviewermanager.dll \
       
    58         -lglxmedialists.dll
       
    59 		
       
    60 
       
    61 # Input
       
    62 SOURCES += main.cpp \
       
    63            glxaiwservicehandler.cpp \
       
    64            glxapplication.cpp
       
    65 	         
       
    66 HEADERS += glxaiwservicehandler.h \
       
    67            glxapplication.h
       
    68 
       
    69 RESOURCES += ../photos.qrc
       
    70 TRANSLATIONS= photos.ts
       
    71 ###### qthighway
       
    72 CONFIG += service
       
    73 LIBS+=-lxqservice -lxqserviceutil -lflogger
       
    74 SERVICE.FILE = service_conf.xml
       
    75 SERVICE.OPTIONS = embeddable
       
    76 ##### /qthighway
       
    77 
       
    78 RSS_RULES += \
       
    79   "datatype_list = " \
       
    80   "      {" \
       
    81   "      DATATYPE" \
       
    82   "          {" \
       
    83   "          priority = EDataTypePriorityHigh;" \
       
    84   "          type = \"image/jpeg\";" \  
       
    85   "          }," \
       
    86   "      DATATYPE" \
       
    87   "          {" \
       
    88   "          priority = EDataTypePriorityHigh;" \
       
    89   "          type = \"image/jpg\";" \  
       
    90   "          }," \
       
    91   "      DATATYPE" \
       
    92   "          {" \
       
    93   "          priority = EDataTypePriorityHigh;" \
       
    94   "          type = \"image/jp2\";" \  
       
    95   "          }," \
       
    96   "      DATATYPE" \
       
    97   "          {" \
       
    98   "          priority = EDataTypePriorityHigh;" \
       
    99   "          type = \"image/tiff\";" \  
       
   100   "          }," \
       
   101   "      DATATYPE" \
       
   102   "          {" \
       
   103   "          priority = EDataTypePriorityHigh;" \
       
   104   "          type = \"image/x-wmf\";" \  
       
   105   "          }," \
       
   106   "      DATATYPE" \
       
   107   "          {" \
       
   108   "          priority = EDataTypePriorityHigh;" \
       
   109   "          type = \"image/ico\";" \  
       
   110   "          }," \
       
   111   "      DATATYPE" \
       
   112   "          {" \
       
   113   "          priority = EDataTypePriorityHigh;" \
       
   114   "          type = \"image/gif\";" \  
       
   115   "          }," \
       
   116   "      DATATYPE" \
       
   117   "          {" \
       
   118   "          priority = EDataTypePriorityHigh;" \
       
   119   "          type = \"image/bmp\";" \  
       
   120   "          }," \
       
   121   "      DATATYPE" \
       
   122   "          {" \
       
   123   "          priority = EDataTypePriorityHigh;" \
       
   124   "          type = \"image/x-bmp\";" \  
       
   125   "          }," \
       
   126   "      DATATYPE" \
       
   127   "          {" \
       
   128   "          priority = EDataTypePriorityHigh;" \
       
   129   "          type = \"image/x-bitmap\";" \  
       
   130   "          }," \
       
   131   "      DATATYPE" \
       
   132   "          {" \
       
   133   "          priority = EDataTypePriorityHigh;" \
       
   134   "          type = \"image/x-xbitmap\";" \  
       
   135   "          }," \
       
   136   "      DATATYPE" \
       
   137   "          {" \
       
   138   "          priority = EDataTypePriorityHigh;" \
       
   139   "          type = \"image/x-win-bitmap\";" \  
       
   140   "          }," \
       
   141   "      DATATYPE" \
       
   142   "          {" \
       
   143   "          priority = EDataTypePriorityHigh;" \
       
   144   "          type = \"image/x-windows-bmp\";" \  
       
   145   "          }," \
       
   146   "      DATATYPE" \
       
   147   "          {" \
       
   148   "          priority = EDataTypePriorityHigh;" \
       
   149   "          type = \"image/ms-bmp\";" \  
       
   150   "          }," \
       
   151   "      DATATYPE" \
       
   152   "          {" \
       
   153   "          priority = EDataTypePriorityHigh;" \
       
   154   "          type = \"image/x-ms-bmp\";" \  
       
   155   "          }," \
       
   156   "      DATATYPE" \
       
   157   "          {" \
       
   158   "          priority = EDataTypePriorityHigh;" \
       
   159   "          type = \"image/vnd.wap.wbmp\";" \  
       
   160   "          }," \
       
   161   "      DATATYPE" \
       
   162   "          {" \
       
   163   "          priority = EDataTypePriorityHigh;" \
       
   164   "          type = \"image/png\";" \  
       
   165   "          }," \
       
   166   "      DATATYPE" \
       
   167   "          {" \
       
   168   "          priority = EDataTypePriorityHigh;" \
       
   169   "          type = \"image/x-epoc-mbm\";" \  
       
   170   "          }," \
       
   171   "      DATATYPE" \
       
   172   "          {" \
       
   173   "          priority = EDataTypePriorityHigh;" \
       
   174   "          type = \"image/vnd.nokia.ota-bitmap\";" \  
       
   175   "          }," \
       
   176   "      DATATYPE" \
       
   177   "          {" \
       
   178   "          priority = EDataTypePriorityHigh;" \
       
   179   "          type = \"image/x-ota-bitmap\";" \  
       
   180   "          }," \
       
   181   "      DATATYPE" \
       
   182   "          {" \
       
   183   "          priority = EDataTypePriorityHigh;" \
       
   184   "          type = \"image/mng\";" \  
       
   185   "          }" \
       
   186   "      };" \
       
   187