stifui/qt/stifqtui.pro
branchRCL_3
changeset 9 404ad6c9bc20
child 12 aefcba28a3e0
equal deleted inserted replaced
8:87e9ebfbe96a 9:404ad6c9bc20
       
     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: QT project file.              
       
    15 #
       
    16 
       
    17 HEADERS += inc\version.h \
       
    18     inc\frmmain.h \
       
    19     inc\istfqtuicontroller.h \
       
    20     inc\stfqtuicontroller.h \
       
    21     inc\cstfcase.h \
       
    22     inc\cstfmodule.h \
       
    23     inc\istfqtuimodel.h \
       
    24     inc\stfqtuimodel.h \
       
    25     inc\dlgoutput.h \
       
    26     inc\uisetting.h \
       
    27     inc\dlgsetting.h \
       
    28    
       
    29 SOURCES += src\frmmain.cpp \
       
    30     src\main.cpp \
       
    31     src\stfqtuimodel.cpp \
       
    32     src\stfqtuicontroller.cpp \
       
    33     src\dlgoutput.cpp \
       
    34     src\uisetting.cpp \
       
    35     src\dlgsetting.cpp \
       
    36     
       
    37 RESOURCES += 
       
    38 symbian { 
       
    39     TARGET.UID3 = 0x2002BCA0
       
    40     TARGET.EPOCALLOWDLLDATA = 1
       
    41     //HEADERS += ../../../inc/.
       
    42     INCLUDEPATH += /epoc32/include/mw
       
    43     INCLUDEPATH += /epoc32/include/platform
       
    44     INCLUDEPATH += /epoc32/include/platform/stifinternal
       
    45     INCLUDEPATH += /epoc32/include/domain/osextensions
       
    46     INCLUDEPATH += /epoc32/include/domain/osextensions/stif
       
    47     HEADERS += inc\stifexecutor.h
       
    48     SOURCES += src\stifexecutor.cpp
       
    49     LIBS += -leuser \
       
    50         -lefsrv \
       
    51         -lstiftestinterface \
       
    52         -lstiftfwif \
       
    53         -lstiftestengine \
       
    54         -lecons \
       
    55         -lhal \
       
    56         -lflogger
       
    57     TARGET.CAPABILITY = AllFiles \
       
    58         CommDD
       
    59     
       
    60     # Export headers to SDK Epoc32/include directory
       
    61     deploy.path = $$EPOCROOT
       
    62     exportheaders.sources = $$PUBLIC_HEADERS
       
    63     exportheaders.path = epoc32/include
       
    64     for(header, exportheaders.sources)
       
    65     :BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
       
    66 }