stifui/qt/stifqtui.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 03 Sep 2010 07:53:25 +0300
changeset 1 753e33780645
parent 0 39ab869ed429
permissions -rw-r--r--
Revision: 201033 Kit: 201035

# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
# Initial Contributors:
# Nokia Corporation - initial contribution.
# Contributors:
# Description: QT project file.
TARGET = STFUI
HEADERS += inc/dlgrepeatrun.h \
    inc/dlgsetselector.h \
    inc\version.h \
    inc\frmmain.h \
    inc\istfqtuicontroller.h \
    inc\stfqtuicontroller.h \
    inc\cstfcase.h \
    inc\cstfmodule.h \
    inc\istfqtuimodel.h \
    inc\stfqtuimodel.h \
    inc\dlgoutput.h \
    inc\uisetting.h \
    inc\dlgsetting.h \
    inc\uiversion.h
SOURCES += src/dlgrepeatrun.cpp \
    src\dlgsetselector.cpp \
    src\frmmain.cpp \
    src\main.cpp \
    src\stfqtuimodel.cpp \
    src\stfqtuicontroller.cpp \
    src\dlgoutput.cpp \
    src\uisetting.cpp \
    src\dlgsetting.cpp
RESOURCES += resource\StfQtUI.qrc
symbian { 
    TARGET.UID3 = 0x2002BCA0
    TARGET.EPOCALLOWDLLDATA = 1
    //HEADERS += ../../../inc/.
    INCLUDEPATH += /epoc32/include/mw
    INCLUDEPATH += /epoc32/include/platform
    INCLUDEPATH += /epoc32/include/platform/stifinternal
    INCLUDEPATH += /epoc32/include/domain/osextensions
    INCLUDEPATH += /epoc32/include/domain/osextensions/stif
    HEADERS += inc\stifexecutor.h
    SOURCES += src\stifexecutor.cpp
    LIBS += -lstiftfwif \
        -lstiftestinterface
    TARGET.CAPABILITY = AllFiles \
        CommDD
    
    # Export headers to SDK Epoc32/include directory
    deploy.path = $$EPOCROOT
    BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
    BLD_INF_RULES.prj_exports += "rom/stfui.iby CORE_IBY_EXPORT_PATH(tools,Stfui.iby)"
    
}