stifui/qt/stifqtui.pro
branchRCL_3
changeset 12 aefcba28a3e0
parent 9 404ad6c9bc20
child 15 65b472535a0d
equal deleted inserted replaced
11:454d022d514b 12:aefcba28a3e0
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     2 # All rights reserved.
     4 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     4 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 #
       
     9 # Initial Contributors:
     7 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
     8 # Nokia Corporation - initial contribution.
    11 #
       
    12 # Contributors:
     9 # Contributors:
    13 #
    10 # Description: QT project file.
    14 # Description: QT project file.              
    11 TARGET = STFUI
    15 #
    12 HEADERS += inc/dlgsetselector.h \
    16 
    13     inc\version.h \
    17 HEADERS += inc\version.h \
       
    18     inc\frmmain.h \
    14     inc\frmmain.h \
    19     inc\istfqtuicontroller.h \
    15     inc\istfqtuicontroller.h \
    20     inc\stfqtuicontroller.h \
    16     inc\stfqtuicontroller.h \
    21     inc\cstfcase.h \
    17     inc\cstfcase.h \
    22     inc\cstfmodule.h \
    18     inc\cstfmodule.h \
    23     inc\istfqtuimodel.h \
    19     inc\istfqtuimodel.h \
    24     inc\stfqtuimodel.h \
    20     inc\stfqtuimodel.h \
    25     inc\dlgoutput.h \
    21     inc\dlgoutput.h \
    26     inc\uisetting.h \
    22     inc\uisetting.h \
    27     inc\dlgsetting.h \
    23     inc\dlgsetting.h \
    28    
    24     inc\uiversion.h
    29 SOURCES += src\frmmain.cpp \
    25 SOURCES += src\dlgsetselector.cpp \
       
    26     src\frmmain.cpp \
    30     src\main.cpp \
    27     src\main.cpp \
    31     src\stfqtuimodel.cpp \
    28     src\stfqtuimodel.cpp \
    32     src\stfqtuicontroller.cpp \
    29     src\stfqtuicontroller.cpp \
    33     src\dlgoutput.cpp \
    30     src\dlgoutput.cpp \
    34     src\uisetting.cpp \
    31     src\uisetting.cpp \
    35     src\dlgsetting.cpp \
    32     src\dlgsetting.cpp
    36     
    33 RESOURCES += resource\StfQtUI.qrc
    37 RESOURCES += 
       
    38 symbian { 
    34 symbian { 
    39     TARGET.UID3 = 0x2002BCA0
    35     TARGET.UID3 = 0x2002BCA0
    40     TARGET.EPOCALLOWDLLDATA = 1
    36     TARGET.EPOCALLOWDLLDATA = 1
    41     //HEADERS += ../../../inc/.
    37     //HEADERS += ../../../inc/.
    42     INCLUDEPATH += /epoc32/include/mw
    38     INCLUDEPATH += /epoc32/include/mw
    44     INCLUDEPATH += /epoc32/include/platform/stifinternal
    40     INCLUDEPATH += /epoc32/include/platform/stifinternal
    45     INCLUDEPATH += /epoc32/include/domain/osextensions
    41     INCLUDEPATH += /epoc32/include/domain/osextensions
    46     INCLUDEPATH += /epoc32/include/domain/osextensions/stif
    42     INCLUDEPATH += /epoc32/include/domain/osextensions/stif
    47     HEADERS += inc\stifexecutor.h
    43     HEADERS += inc\stifexecutor.h
    48     SOURCES += src\stifexecutor.cpp
    44     SOURCES += src\stifexecutor.cpp
    49     LIBS += -leuser \
    45     LIBS += -lstiftfwif \
    50         -lefsrv \
    46         -lstiftestinterface
    51         -lstiftestinterface \
       
    52         -lstiftfwif \
       
    53         -lstiftestengine \
       
    54         -lecons \
       
    55         -lhal \
       
    56         -lflogger
       
    57     TARGET.CAPABILITY = AllFiles \
    47     TARGET.CAPABILITY = AllFiles \
    58         CommDD
    48         CommDD
    59     
    49     
    60     # Export headers to SDK Epoc32/include directory
    50     # Export headers to SDK Epoc32/include directory
    61     deploy.path = $$EPOCROOT
    51     deploy.path = $$EPOCROOT
    62     exportheaders.sources = $$PUBLIC_HEADERS
    52     #exportheaders.sources = $$PUBLIC_HEADERS
    63     exportheaders.path = epoc32/include
    53     #exportheaders.path = epoc32/include
    64     for(header, exportheaders.sources)
    54     #for(header, exportheaders.sources)
    65     :BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
    55     #:BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
    66 }
    56 }