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