phoneapp/phoneuiview2/tsrc/ut_phoneuiqtview/ut_phoneuiqtview.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 0xEA9BEF3F
       
    21 DEPENDPATH += . ../../src/
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb qtestlib //mobility
       
    24 //MOBILITY += systeminfo
       
    25 
       
    26 symbian {
       
    27 
       
    28     INCLUDEPATH += /epoc32/include/platform/mw \
       
    29                    /epoc32/include/platform/app \
       
    30                    /epoc32/include/mw \
       
    31                    ../../../phoneuiutils/inc/ \
       
    32                    ../../inc/ \
       
    33                    ../../../../inc \
       
    34                    ./
       
    35 
       
    36     LIBS += -lbubblemanager2 \
       
    37             -lxqserviceutil \
       
    38             -ldialpad \
       
    39             -lxqkeycapture
       
    40 
       
    41     DEFINES += FT_SYMBIAN_INTEGRATION
       
    42 } else:win32 {
       
    43     INCLUDEPATH += c:/hb/include/hbcore \
       
    44         c:/hb/include/hbwidgets \
       
    45         ../../inc/ \
       
    46         ../../../../inc \
       
    47         .
       
    48 
       
    49     LIBS += -lbubblemanager2
       
    50 }
       
    51 
       
    52 DEFINES += BUILD_PHONEUIQTVIEW
       
    53 
       
    54 # Input
       
    55 HEADERS += ../../inc/phoneuiqtview.h \
       
    56            ../../inc/phoneuiqtviewif.h \
       
    57            ../../inc/phoneaction.h \
       
    58            hbtoolbar.h \
       
    59            hbvolumesliderpopup.h \
       
    60            qsysteminfo.h
       
    61 SOURCES += ../../src/phoneuiqtview.cpp \
       
    62            ../../src/phoneaction.cpp \
       
    63            unit_tests.cpp \
       
    64            hbtoolbar_stub.cpp \
       
    65            hbvolumesliderpopup_stub.cpp \
       
    66            qsysteminfo_stub.cpp 
       
    67