imageviewerapp/imageviewerapp.pro
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 27 0d818da5a659
child 29 2c833fc9e98f
child 40 112f0ac2d1f0
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
     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 
       
    18 SERVICEAPP = app
       
    19 TARGET = imageviewerapp
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += . \
       
    22 			   ../inc \
       
    23                ../ui/inc \
       
    24 			   ../ui/viewmanagement/statehandler/inc \
       
    25                ../ui/uiengine/model/mediamodel/inc \
       
    26                ../ui/uiengine/medialistwrapper/inc \
       
    27                ../loggers/loggerqt/inc \
       
    28                ../ui/views/viewsfactory/inc \
       
    29                ../ui/views/viewbase/inc
       
    30 
       
    31 
       
    32 CONFIG += hb
       
    33 
       
    34 symbian: { 
       
    35 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36     TARGET.UID3 = 0x200071B3
       
    37     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x14000
       
    38     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
       
    39         41943040
       
    40     TARGET.CAPABILITY = ALL \
       
    41         -TCB
       
    42 }
       
    43 RESOURCES += ../photos.qrc
       
    44 
       
    45 
       
    46 LIBS += -lglxloggerqt.dll \
       
    47         -lglxviews.dll \
       
    48         -lglxmediamodel.dll \
       
    49 		-lglxstatehandler.dll \
       
    50 		-lglximageviewermanager.dll
       
    51 
       
    52 # Input
       
    53 SOURCES += main.cpp 
       
    54 
       
    55 RSS_RULES += \
       
    56   "hidden = KAppIsHidden;" \
       
    57   "embeddability = KAppEmbeddableOnly;" \
       
    58   "datatype_list = " \
       
    59   "      {" \
       
    60   "      DATATYPE" \
       
    61   "          {" \
       
    62   "          priority = EDataTypePriorityHigh;" \
       
    63   "          type = \"image/jpeg\";" \  
       
    64   "          }," \
       
    65   "      DATATYPE" \
       
    66   "          {" \
       
    67   "          priority = EDataTypePriorityHigh;" \
       
    68   "          type = \"image/jpg\";" \  
       
    69   "          }," \
       
    70   "      DATATYPE" \
       
    71   "          {" \
       
    72   "          priority = EDataTypePriorityHigh;" \
       
    73   "          type = \"image/jp2\";" \  
       
    74   "          }," \
       
    75   "      DATATYPE" \
       
    76   "          {" \
       
    77   "          priority = EDataTypePriorityHigh;" \
       
    78   "          type = \"image/tiff\";" \  
       
    79   "          }," \
       
    80   "      DATATYPE" \
       
    81   "          {" \
       
    82   "          priority = EDataTypePriorityHigh;" \
       
    83   "          type = \"image/x-wmf\";" \  
       
    84   "          }," \
       
    85   "      DATATYPE" \
       
    86   "          {" \
       
    87   "          priority = EDataTypePriorityHigh;" \
       
    88   "          type = \"image/ico\";" \  
       
    89   "          }," \
       
    90   "      DATATYPE" \
       
    91   "          {" \
       
    92   "          priority = EDataTypePriorityHigh;" \
       
    93   "          type = \"image/gif\";" \  
       
    94   "          }," \
       
    95   "      DATATYPE" \
       
    96   "          {" \
       
    97   "          priority = EDataTypePriorityHigh;" \
       
    98   "          type = \"image/bmp\";" \  
       
    99   "          }," \
       
   100   "      DATATYPE" \
       
   101   "          {" \
       
   102   "          priority = EDataTypePriorityHigh;" \
       
   103   "          type = \"image/x-bmp\";" \  
       
   104   "          }," \
       
   105   "      DATATYPE" \
       
   106   "          {" \
       
   107   "          priority = EDataTypePriorityHigh;" \
       
   108   "          type = \"image/x-bitmap\";" \  
       
   109   "          }," \
       
   110   "      DATATYPE" \
       
   111   "          {" \
       
   112   "          priority = EDataTypePriorityHigh;" \
       
   113   "          type = \"image/x-xbitmap\";" \  
       
   114   "          }," \
       
   115   "      DATATYPE" \
       
   116   "          {" \
       
   117   "          priority = EDataTypePriorityHigh;" \
       
   118   "          type = \"image/x-win-bitmap\";" \  
       
   119   "          }," \
       
   120   "      DATATYPE" \
       
   121   "          {" \
       
   122   "          priority = EDataTypePriorityHigh;" \
       
   123   "          type = \"image/x-windows-bmp\";" \  
       
   124   "          }," \
       
   125   "      DATATYPE" \
       
   126   "          {" \
       
   127   "          priority = EDataTypePriorityHigh;" \
       
   128   "          type = \"image/ms-bmp\";" \  
       
   129   "          }," \
       
   130   "      DATATYPE" \
       
   131   "          {" \
       
   132   "          priority = EDataTypePriorityHigh;" \
       
   133   "          type = \"image/x-ms-bmp\";" \  
       
   134   "          }," \
       
   135   "      DATATYPE" \
       
   136   "          {" \
       
   137   "          priority = EDataTypePriorityHigh;" \
       
   138   "          type = \"image/vnd.wap.wbmp\";" \  
       
   139   "          }," \
       
   140   "      DATATYPE" \
       
   141   "          {" \
       
   142   "          priority = EDataTypePriorityHigh;" \
       
   143   "          type = \"image/png\";" \  
       
   144   "          }," \
       
   145   "      DATATYPE" \
       
   146   "          {" \
       
   147   "          priority = EDataTypePriorityHigh;" \
       
   148   "          type = \"image/x-epoc-mbm\";" \  
       
   149   "          }," \
       
   150   "      DATATYPE" \
       
   151   "          {" \
       
   152   "          priority = EDataTypePriorityHigh;" \
       
   153   "          type = \"image/vnd.nokia.ota-bitmap\";" \  
       
   154   "          }," \
       
   155   "      DATATYPE" \
       
   156   "          {" \
       
   157   "          priority = EDataTypePriorityHigh;" \
       
   158   "          type = \"image/x-ota-bitmap\";" \  
       
   159   "          }," \
       
   160   "      DATATYPE" \
       
   161   "          {" \
       
   162   "          priority = EDataTypePriorityHigh;" \
       
   163   "          type = \"image/mng\";" \  
       
   164   "          }" \
       
   165   "      };" \
       
   166