appinstaller/AppinstUi/sifuidevicedialogplugin/tsrc/ut_sifuidevicedialog/ut_sifuidevicedialog.pro
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 #
       
     2 # Copyright (c) 2010 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: Unit test project for SIF UI device dialog.
       
    15 #
       
    16 
       
    17 CONFIG += qtestlib hb
       
    18 TEMPLATE = app
       
    19 TARGET = ut_sifuidevicedialog
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += . ../../inc
       
    22 
       
    23 HEADERS += ut_sifuidevicedialog.h
       
    24 SOURCES += ut_sifuidevicedialog.cpp
       
    25 
       
    26 symbian: {
       
    27     TARGET.EPOCALLOWDLLDATA = 1
       
    28     TARGET.CAPABILITY = CAP_APPLICATION
       
    29     TARGET.UID3 = 0xE7DB7B81
       
    30 }
       
    31