ui/viewmanagement/statehandler/statehandler.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 = lib
       
    18 TARGET = glxstatehandler
       
    19 DEPENDPATH += . inc src
       
    20 
       
    21 CONFIG += hb
       
    22 
       
    23 INCLUDEPATH += . \
       
    24             ../../inc \
       
    25             ../../../inc \
       
    26             ../../../loggers/loggerqt/inc \
       
    27             ../../uiengine/medialists/inc \
       
    28             ../../uiengine/medialistwrapper/inc \
       
    29             ../../uiengine/model/mediamodel/inc \
       
    30             ../../uiengine/model/listmodel/inc \
       
    31             ../viewmanager/inc \
       
    32             ../../commandhandlers\commandhandlerbase\inc \
       
    33             ../../commandhandlers\commoncommandhandlers\inc
       
    34 DEFINES += BUILD_STATEMANAGER
       
    35 
       
    36 symbian: { 
       
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    38 TARGET.UID3 = 0x20000A07
       
    39 TARGET.CAPABILITY = ALL -TCB 
       
    40 TARGET.EPOCALLOWDLLDATA = 1
       
    41 }
       
    42 
       
    43 LIBS += -lglxviewmanager.dll \
       
    44         -lglxmediamodel.dll \
       
    45         -lglxlistmodel.dll \
       
    46         -lglxexternalutility.dll \
       
    47         -lglxloggerqt.dll \
       
    48         -lglxcommoncommandhandlers.dll 
       
    49 
       
    50 # Input
       
    51 HEADERS += inc/glxbasestate.h \
       
    52            inc/glxfullscreenstate.h \
       
    53            inc/glxdetailstate.h \
       
    54            inc/glxgridstate.h \
       
    55            inc/glxliststate.h \
       
    56            inc/glxstatemanager.h \
       
    57            inc/glxslideshowstate.h \
       
    58            inc/processhandler.h \
       
    59            inc/glxactionhandler.h \
       
    60            inc/glxcommandhandlerfactory.h
       
    61 
       
    62 SOURCES += src/glxbasestate.cpp \
       
    63            src/glxfullscreenstate.cpp \
       
    64            src/glxdetailstate.cpp \
       
    65            src/glxgridstate.cpp \
       
    66            src/glxliststate.cpp \
       
    67            src/glxstatemanager.cpp \
       
    68            src/glxslideshowstate.cpp \
       
    69            src/processhandler.cpp \
       
    70            src/glxactionhandler.cpp \
       
    71            src/glxcommandhandlerfactory.cpp
       
    72 
       
    73 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT