cli: Begin 'tag' command
This commit is contained in:
@ -15,6 +15,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
SOURCES += \
|
||||
commandtag.cpp \
|
||||
main.cpp \
|
||||
commandadd.cpp \
|
||||
commanddelete.cpp \
|
||||
@ -27,6 +28,7 @@ HEADERS += \
|
||||
command.h \
|
||||
commandadd.h \
|
||||
commanddelete.h \
|
||||
commandtag.h \
|
||||
commandupdate.h \
|
||||
commandsearch.h \
|
||||
commandlist.h
|
||||
|
Reference in New Issue
Block a user