vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro
changeset 19 e44a8c097b15
parent 13 e32024264ebb
child 32 1f002146abb4
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
    13 #
    13 #
    14 # Description: ut_vmbxcpplugin.exe
    14 # Description: ut_vmbxcpplugin.exe
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 TARGET = 
    18 TARGET = ut_vmbxcpplugin
    19 DEPENDPATH += .
    19 DEPENDPATH += .
    20 INCLUDEPATH += .
    20 INCLUDEPATH += .
    21 CONFIG += hb
    21 CONFIG += hb
    22 CONFIG += qtestlib
    22 CONFIG += qtestlib
    23 
    23 
    37 # Input
    37 # Input
    38 HEADERS += inc\ut_vmbxuiengine.h\
    38 HEADERS += inc\ut_vmbxuiengine.h\
    39            inc\ut_vmbxcpplugin.h \
    39            inc\ut_vmbxcpplugin.h \
    40            ..\inc\vmbxuiengine.h \
    40            ..\inc\vmbxuiengine.h \
    41            ..\inc\vmbxcpplugin.h \
    41            ..\inc\vmbxcpplugin.h \
    42            ..\inc\vmbxcpgroup.h
    42            ..\inc\vmbxcpgroup.h \
       
    43            ..\inc\actioncustomitem.h \
       
    44            ..\inc\customedit.h
    43 
    45 
    44 
    46 
    45 SOURCES += src\main.cpp\
    47 SOURCES += src\main.cpp\
    46            src\ut_vmbxuiengine.cpp\
    48            src\ut_vmbxuiengine.cpp\
    47            src\ut_vmbxcpplugin.cpp \
    49            src\ut_vmbxcpplugin.cpp \
    48            src\ut_dummyvoicemailbox.cpp\
    50            src\ut_dummyvoicemailbox.cpp\
    49            src\ut_dummyvoicemailboxentry.cpp\
    51            src\ut_dummyvoicemailboxentry.cpp\
    50            ..\src\vmbxuiengine.cpp \
    52            ..\src\vmbxuiengine.cpp \
    51            ..\src\vmbxcpplugin.cpp \
    53            ..\src\vmbxcpplugin.cpp \
    52            ..\src\vmbxcpgroup.cpp 
    54            ..\src\vmbxcpgroup.cpp  \
       
    55            ..\src\actioncustomitem.cpp \
       
    56            ..\src\customedit.cpp
    53 
    57