main/main.pro
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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                al \
       
    23                ../ui/viewmanagement/statehandler/inc \
       
    24                ../loggers/loggerqt/inc \
       
    25                ../ui/inc \
       
    26                ../ui/uiengine/model/mediamodel/inc \
       
    27                ../ui/uiengine/medialistwrapper/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 CONFIG += HB
       
    36 
       
    37 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
       
    38 
       
    39 
       
    40 symbian: { 
       
    41     TARGET.UID3 = 0x20000A14
       
    42     ICON = ../data/qgn_menu_ovi_photos.svg
       
    43     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x14000
       
    44     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
       
    45         41943040
       
    46     TARGET.CAPABILITY = ALL \
       
    47         -TCB
       
    48 }
       
    49 
       
    50 LIBS += -lglxstatehandler.dll \
       
    51         -lglxloggerqt.dll \
       
    52         -lglxviews.dll \
       
    53         -lglxmediamodel.dll
       
    54 
       
    55 # Input
       
    56 SOURCES += main.cpp \
       
    57 			glxfetcher.cpp \
       
    58             al/newallocator.cpp
       
    59 HEADERS +=glxfetcher.h
       
    60 
       
    61 RESOURCES += ../photos.qrc
       
    62 TRANSLATIONS= photos.ts
       
    63 ###### qthighway
       
    64 CONFIG += service
       
    65 LIBS+=-lxqservice -lxqserviceutil -lflogger
       
    66 SERVICE.FILE = service_conf.xml
       
    67 SERVICE.OPTIONS = embeddable
       
    68 ##### /qthighway