vmbx/vmbxcpplugin/vmbxcpplugin.pri
changeset 27 7eb70891911c
parent 19 e44a8c097b15
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    61 }
    61 }
    62 
    62 
    63 HEADERS += inc/vmbxcpplugin.h \
    63 HEADERS += inc/vmbxcpplugin.h \
    64            inc/vmbxcpgroup.h \
    64            inc/vmbxcpgroup.h \
    65            inc/vmbxuiengine.h \
    65            inc/vmbxuiengine.h \
    66            inc/loggerutil.h
    66            inc/loggerutil.h \
       
    67            inc/actioncustomitem.h \
       
    68            inc/customedit.h
    67 
    69 
    68 SOURCES += src/vmbxcpplugin.cpp \
    70 SOURCES += src/vmbxcpplugin.cpp \
    69            src/vmbxcpgroup.cpp \
    71            src/vmbxcpgroup.cpp \
    70            src/vmbxuiengine.cpp
    72            src/vmbxuiengine.cpp \
    71 
    73            src/actioncustomitem.cpp \
       
    74            src/customedit.cpp