phoneapp/phoneuiqtviewadapter/phoneuiqtviewadapter.pri
changeset 37 ba76fc04e6c2
child 45 6b911d05207e
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     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 HEADERS += ./inc/phoneuiqtviewadapter.h
       
    18 HEADERS += ./inc/phoneuiqtbuttonscontroller.h
       
    19 HEADERS += ./inc/mphoneviewcommandhandle.h
       
    20 HEADERS += ./inc/phoneviewcommanddefinitions.h
       
    21 HEADERS += ./inc/phonebubblewrapper.h
       
    22 HEADERS += ./inc/phoneresourceadapter.h
       
    23 HEADERS += ./inc/phonenotecontroller.h
       
    24 HEADERS += ./inc/telephonyservice.h
       
    25 HEADERS += ./inc/phoneuicommandcontroller.h
       
    26 HEADERS += ./inc/phonecommandextensionwrapper.h
       
    27 HEADERS += ./inc/phonemessagecontroller.h
       
    28 HEADERS += ./inc/phoneindicatorcontroller.h
       
    29 
       
    30 
       
    31 SOURCES += ./src/phoneuiqtviewadapter.cpp
       
    32 SOURCES += ./src/phoneuiqtbuttonscontroller.cpp
       
    33 SOURCES += ./src/phonebubblewrapper.cpp
       
    34 SOURCES += ./src/phoneresourceadapter.cpp
       
    35 SOURCES += ./src/phonenotecontroller.cpp
       
    36 SOURCES += ./src/telephonyservice.cpp
       
    37 SOURCES += ./src/phoneuicommandcontroller.cpp
       
    38 SOURCES += ./src/phonecommandextensionwrapper.cpp
       
    39 SOURCES += ./src/phonemessagecontroller.cpp
       
    40 SOURCES += ./src/phoneindicatorcontroller.cpp