stifui/qt/stifqtui.pro
branchRCL_3
changeset 33 65b472535a0d
parent 22 822c625f7adc
equal deleted inserted replaced
22:822c625f7adc 33:65b472535a0d
     7 # Initial Contributors:
     7 # Initial Contributors:
     8 # Nokia Corporation - initial contribution.
     8 # Nokia Corporation - initial contribution.
     9 # Contributors:
     9 # Contributors:
    10 # Description: QT project file.
    10 # Description: QT project file.
    11 TARGET = STFUI
    11 TARGET = STFUI
    12 HEADERS += inc/dlgsetselector.h \
    12 HEADERS += inc/dlgrepeatrun.h \
       
    13     inc/dlgsetselector.h \
    13     inc\version.h \
    14     inc\version.h \
    14     inc\frmmain.h \
    15     inc\frmmain.h \
    15     inc\istfqtuicontroller.h \
    16     inc\istfqtuicontroller.h \
    16     inc\stfqtuicontroller.h \
    17     inc\stfqtuicontroller.h \
    17     inc\cstfcase.h \
    18     inc\cstfcase.h \
    20     inc\stfqtuimodel.h \
    21     inc\stfqtuimodel.h \
    21     inc\dlgoutput.h \
    22     inc\dlgoutput.h \
    22     inc\uisetting.h \
    23     inc\uisetting.h \
    23     inc\dlgsetting.h \
    24     inc\dlgsetting.h \
    24     inc\uiversion.h
    25     inc\uiversion.h
    25 SOURCES += src\dlgsetselector.cpp \
    26 SOURCES += src/dlgrepeatrun.cpp \
       
    27     src\dlgsetselector.cpp \
    26     src\frmmain.cpp \
    28     src\frmmain.cpp \
    27     src\main.cpp \
    29     src\main.cpp \
    28     src\stfqtuimodel.cpp \
    30     src\stfqtuimodel.cpp \
    29     src\stfqtuicontroller.cpp \
    31     src\stfqtuicontroller.cpp \
    30     src\dlgoutput.cpp \
    32     src\dlgoutput.cpp \
    47     TARGET.CAPABILITY = AllFiles \
    49     TARGET.CAPABILITY = AllFiles \
    48         CommDD
    50         CommDD
    49     
    51     
    50     # Export headers to SDK Epoc32/include directory
    52     # Export headers to SDK Epoc32/include directory
    51     deploy.path = $$EPOCROOT
    53     deploy.path = $$EPOCROOT
    52     #exportheaders.sources = $$PUBLIC_HEADERS
       
    53     #exportheaders.path = epoc32/include
       
    54     #for(header, exportheaders.sources)
       
    55     #:BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
       
    56 }
    54 }